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
>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
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
"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 "
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
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 *
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