Re: Access LyX version number from within a document

2010-04-18 Thread M . Speiser
Steve Litt sl...@... writes: A simple Perl script could scan the doc, delete any lines starting with \mylyxversion=, and then just before the \begin{document} insert \mylyxversion = `lyx --version | head -n1`. Once you have the version in \mylyxversion, that variable can be used in

install otf font using otfinst.py

2010-04-18 Thread jelle feringa
Hi, I'm interested in adding a few otf fonts; Following http://web.willbenton.com/writing/2008/better-latex, I'm trying to do so with the otfinst.py script. After setting: export TEXMFMAIN='/usr/local/texlive/2008/texmf' export TEXMFLOCAL='~/Library/texmf' export TEXMF={$TEXMFLOCAL:$TEXMFMAIN}

Re: install otf font using otfinst.py

2010-04-18 Thread Paul A. Rubin
On 4/18/2010 7:44 AM, jelle feringa wrote: Hi, I'm interested in adding a few otf fonts; Following http://web.willbenton.com/writing/2008/better-latex, I'm trying to do so with the otfinst.py script. After setting: export TEXMFMAIN='/usr/local/texlive/2008/texmf' export

Re: two columns article-lyx forget an error

2010-04-18 Thread Uwe Stöhr
Am 17.04.2010 10:02, schrieb YURENA MENDOZA: The error is the following; I have an article (paper style) but in two column and something wrong is in my keywords section: \noindent \textsf{\begin {multicols}{2}} I've deleted a group-closing symbol because it seems to be spurious, as in

Re: Access LyX version number from within a document

2010-04-18 Thread M . Speiser
rgheck rgh...@... writes: I've just added this facility to LyX 2.0, via InsetInfo. To enter it, use the mini buffer and enter: info-insert lyx version Sweet! Thanks a lot, M. Speiser

Re: grammar check?

2010-04-18 Thread Jose Quesada
I'm definitely interested in this. If someone will be adding this functionalty, I'll happily help debugging it. Best, -Jose Jose Quesada, PhD. Max Planck Institute, Center for Adaptive Behavior and Cognition, Berlin http://www.josequesada.name/ http://twitter.com/Quesada 2010/4/17 Marcelo Acuña

word search generator

2010-04-18 Thread Paul Sutton
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi this probably isn't the right place to ask this, I am designing a newsletter for my local rugby club using lyx, I would like to include a word search as a fun part of the document, I am trying to google, but thought that I could ask here too,

Re: alpha 2 crash

2010-04-18 Thread Pavel Sanda
Marcelo Acu?a wrote: When I make a click in Find and Replace button, I have a crash. can't reproduce here, please file bug report and attach backtrace if possible. pavel The problem is with Find and Replace Advanced. This problem not appears with alpha 1. I have linux

Re: Access LyX version number from within a document

2010-04-18 Thread M . Speiser
Steve Litt sl...@... writes: A simple Perl script could scan the doc, delete any lines starting with \mylyxversion=, and then just before the \begin{document} insert \mylyxversion = `lyx --version | head -n1`. Once you have the version in \mylyxversion, that variable can be used in

install otf font using otfinst.py

2010-04-18 Thread jelle feringa
Hi, I'm interested in adding a few otf fonts; Following http://web.willbenton.com/writing/2008/better-latex, I'm trying to do so with the otfinst.py script. After setting: export TEXMFMAIN='/usr/local/texlive/2008/texmf' export TEXMFLOCAL='~/Library/texmf' export TEXMF={$TEXMFLOCAL:$TEXMFMAIN}

Re: install otf font using otfinst.py

2010-04-18 Thread Paul A. Rubin
On 4/18/2010 7:44 AM, jelle feringa wrote: Hi, I'm interested in adding a few otf fonts; Following http://web.willbenton.com/writing/2008/better-latex, I'm trying to do so with the otfinst.py script. After setting: export TEXMFMAIN='/usr/local/texlive/2008/texmf' export

Re: two columns article-lyx forget an error

2010-04-18 Thread Uwe Stöhr
Am 17.04.2010 10:02, schrieb YURENA MENDOZA: The error is the following; I have an article (paper style) but in two column and something wrong is in my keywords section: \noindent \textsf{\begin {multicols}{2}} I've deleted a group-closing symbol because it seems to be spurious, as in

Re: Access LyX version number from within a document

2010-04-18 Thread M . Speiser
rgheck rgh...@... writes: I've just added this facility to LyX 2.0, via InsetInfo. To enter it, use the mini buffer and enter: info-insert lyx version Sweet! Thanks a lot, M. Speiser

Re: grammar check?

2010-04-18 Thread Jose Quesada
I'm definitely interested in this. If someone will be adding this functionalty, I'll happily help debugging it. Best, -Jose Jose Quesada, PhD. Max Planck Institute, Center for Adaptive Behavior and Cognition, Berlin http://www.josequesada.name/ http://twitter.com/Quesada 2010/4/17 Marcelo Acuña

word search generator

2010-04-18 Thread Paul Sutton
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi this probably isn't the right place to ask this, I am designing a newsletter for my local rugby club using lyx, I would like to include a word search as a fun part of the document, I am trying to google, but thought that I could ask here too,

Re: alpha 2 crash

2010-04-18 Thread Pavel Sanda
Marcelo Acu?a wrote: When I make a click in Find and Replace button, I have a crash. can't reproduce here, please file bug report and attach backtrace if possible. pavel The problem is with Find and Replace Advanced. This problem not appears with alpha 1. I have linux

Re: Access LyX version number from within a document

2010-04-18 Thread M . Speiser
Steve Litt writes: > > A simple Perl script could scan the doc, delete any lines starting with > \mylyxversion=, and then just before the \begin{document} insert > "\mylyxversion = `lyx --version | head -n1`". Once you have the version in > \mylyxversion, that variable can be used

install otf font using otfinst.py

2010-04-18 Thread jelle feringa
Hi, I'm interested in adding a few otf fonts; Following http://web.willbenton.com/writing/2008/better-latex, I'm trying to do so with the otfinst.py script. After setting: export TEXMFMAIN='/usr/local/texlive/2008/texmf' export TEXMFLOCAL='~/Library/texmf' export

Re: install otf font using otfinst.py

2010-04-18 Thread Paul A. Rubin
On 4/18/2010 7:44 AM, jelle feringa wrote: Hi, I'm interested in adding a few otf fonts; Following http://web.willbenton.com/writing/2008/better-latex, I'm trying to do so with the otfinst.py script. After setting: export TEXMFMAIN='/usr/local/texlive/2008/texmf' export

Re: two columns article-lyx forget an error

2010-04-18 Thread Uwe Stöhr
Am 17.04.2010 10:02, schrieb YURENA MENDOZA: The error is the following; I have an article (paper style) but in two column and something wrong is in my "keywords" section: " \noindent \textsf{\begin {multicols}{2}} I've deleted a group-closing symbol because it seems to be spurious, as

Re: Access LyX version number from within a document

2010-04-18 Thread M . Speiser
rgheck writes: > > I've just added this facility to LyX 2.0, via InsetInfo. To enter it, > use the mini buffer and enter: > info-insert lyx version > Sweet! Thanks a lot, M. Speiser

Re: grammar check?

2010-04-18 Thread Jose Quesada
I'm definitely interested in this. If someone will be adding this functionalty, I'll happily help debugging it. Best, -Jose Jose Quesada, PhD. Max Planck Institute, Center for Adaptive Behavior and Cognition, Berlin http://www.josequesada.name/ http://twitter.com/Quesada 2010/4/17 Marcelo Acuña

word search generator

2010-04-18 Thread Paul Sutton
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi this probably isn't the right place to ask this, I am designing a newsletter for my local rugby club using lyx, I would like to include a word search as a fun part of the document, I am trying to google, but thought that I could ask here too,

Re: alpha 2 crash

2010-04-18 Thread Pavel Sanda
Marcelo Acu?a wrote: > > > > When I make a click in Find and Replace button, I > > have a crash. > > > > can't reproduce here, please file bug report and attach > > backtrace if possible. > > > pavel > > The problem is with Find and Replace Advanced. > This problem not appears with alpha 1. >