[Checkins] SVN: grok/trunk/doc/grok2pdf.sh pdflatex must be run a second time for the contents listing

Philipp von Weitershausen philikon at philikon.de
Fri Jul 13 05:42:44 EDT 2007


Log message for revision 77819:
  pdflatex must be run a second time for the contents listing
  

Changed:
  U   grok/trunk/doc/grok2pdf.sh

-=-
Modified: grok/trunk/doc/grok2pdf.sh
===================================================================
--- grok/trunk/doc/grok2pdf.sh	2007-07-13 09:41:02 UTC (rev 77818)
+++ grok/trunk/doc/grok2pdf.sh	2007-07-13 09:42:44 UTC (rev 77819)
@@ -1,3 +1,5 @@
 #!/bin/sh
 rst2latex.py --use-latex-toc --stylesheet=style.tex tutorial.txt > tutorial.tex
 pdflatex tutorial.tex
+# run pdflatex a second time for contents
+pdflatex tutorial.tex



More information about the Checkins mailing list