"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 "************ PDF Latex run no. $runno *************"
> >    echo
> >    pdflatex ${LYXPATH}${DOCUMENTBASE}-pdf.tex
> > done
> 
> I have a question: Why 9 times?
> 

When I use pdflatex it always recommends to rerun it because the labels may have
changed. I noticed as well that LyX used up to 9 runs for my document to
generate it with latex. So, I have thought it might be a good number. That's all
to be on the safe side. If you know more about this issue tell me or simply
change the script and post it.

Steffen

Reply via email to