Re: lyx2pdf - pdf output

2000-08-15 Thread Steffen Evers
As I am using GNU sed v3.02.80 which is actually a beta version (for 1 year now, so it's pretty stable), you might face some problems because I have sometimes used commands that doesn't work with earlier versions. So, version 3.02a should be fine, but version 3.02 could cause problems. You get th

Re: lyx2pdf - pdf output

2000-08-14 Thread Herbert Voss
>The most important line I need for the regular expressions is this \makeatother >command. I don't know what it does, but it was always directly behind my Latex >preamble. in tex some variables have the @ in their name, like c@count. therefore it's forbidden to use this letter in own commands in

Re: lyx2pdf - pdf output

2000-08-14 Thread Steffen Evers
Herbert Voss wrote: > > Steffen Evers wrote: > > > > Hello, > > > > A little shell script to translate lyx documents to pdf has come into being! > > > > Maybe someone can make use of it or someone is in the mood to integrate some > > parts of it in the LyX code. A PDF-export function would be nic

Re: lyx2pdf - pdf output

2000-08-14 Thread Steffen Evers
"Kayvan A. Sylvan" wrote: > > On Sun, Aug 13, 2000 at 11:38:04PM +0200, Steffen Evers wrote: > > > > A little shell script to translate lyx documents to pdf has come into being! > > [...] > > > > Run pdflatex 9 times > > for runno in 1 2 3 4 5 6 7 8 9 > > do > >echo > >echo "

Re: lyx2pdf - pdf output

2000-08-14 Thread Herbert Voss
Steffen Evers wrote: > > Hello, > > A little shell script to translate lyx documents to pdf has come into being! > > Maybe someone can make use of it or someone is in the mood to integrate some > parts of it in the LyX code. A PDF-export function would be nice ... indeed :-) i'm using pybliog

Re: lyx2pdf - pdf output

2000-08-13 Thread Kayvan A. Sylvan
On Sun, Aug 13, 2000 at 11:38:04PM +0200, Steffen Evers wrote: > > A little shell script to translate lyx documents to pdf has come into being! > [...] > > Run pdflatex 9 times > for runno in 1 2 3 4 5 6 7 8 9 > do >echo >echo " PDF Latex run no. $runno *

lyx2pdf - pdf output

2000-08-13 Thread Steffen Evers
Hello, A little shell script to translate lyx documents to pdf has come into being! Maybe someone can make use of it or someone is in the mood to integrate some parts of it in the LyX code. A PDF-export function would be nice ... Thanks to Herbert Voss and Matej Cepl for telling me how the tran