[Phylobase-commits] r711 - pkg/inst/doc

noreply at r-forge.r-project.org noreply at r-forge.r-project.org
Tue Nov 3 16:21:34 CET 2009


Author: pdc
Date: 2009-11-03 16:21:34 +0100 (Tue, 03 Nov 2009)
New Revision: 711

Modified:
   pkg/inst/doc/developer.Rnw
Log:
Three runs of latex are necessary to build the vignettes.  Also fixes a typo w/ the file name.

Modified: pkg/inst/doc/developer.Rnw
===================================================================
--- pkg/inst/doc/developer.Rnw	2009-11-03 03:37:12 UTC (rev 710)
+++ pkg/inst/doc/developer.Rnw	2009-11-03 15:21:34 UTC (rev 711)
@@ -85,17 +85,19 @@
 The NEWS file can then be updated by going through the RecentChanges.txt file and picking out significant changes.
 
     \item The DESCRIPTION file should be updated to reflect the new version number and current date. Version numbers should follow the 0.5.0 format (no dashes), and the date should be formatted as 2009-01-30.
-    \item Rebuild the vignettes to incorporate the latest changes.  CRAN may not have all the package we use to build our vignettes or able to run latex the multiple time necessary to generate the PDFs.
+    \item Rebuild the vignettes to incorporate the latest changes.  CRAN may not have all the package we use to build our vignettes or able to run latex the multiple time necessary to generate the PDFs with the proper cross references and table of contents.
 
 \begin{verbatim}
 ~$ cd phylobase/pkg/inst/doc
 ~$ R CMD Sweave phylobase.Rnw
 ~$ pdflatex phylobase.tex
 ~$ pdflatex phylobase.tex
+~$ pdflatex phylobase.tex
 
 ~$ R CMD Sweave developer.Rnw
 ~$ pdflatex developer.tex
 ~$ pdflatex developer.tex
+~$ pdflatex developer.tex
 
 ~$ rm rm *.toc *.out *.log *.aux *.tex
 \end{verbatim}



More information about the Phylobase-commits mailing list