From: Rafael L. <rla...@us...> - 2003-02-17 15:24:29
|
Update of /cvsroot/plplot/plplot/doc/docbook/src In directory sc8-pr-cvs1:/tmp/cvs-serv11449/src Modified Files: Makefile.am jadetex.cfg Log Message: These are changes to improve the generation of the PDF form of the documentation (and also possibly the HTML form). * Enforced the use of openjade instead of jade. Jade is no more supported and openjade is now much superior. The configure.ac file has been changed accordingly, as well as the src/Makefile.am, where JADE has been replace by OPENJADE. One of the visible benefits of using openjade is the automatic generation of bookmarks That's great. * There are now tones of warning messages about not supported DTDDECL. Just ignore them. * Some URL references have been fixed (http://sf.net/projects/openjade/ and http://jadetex.sf.net/) * In Makefile.am, the rule for generating %.pdf.gz is removed, since gzipped PDF files are useless with Acroread. * Added option "plainpages=false" to \hypersetup in jadetex.cfg. This avoids the warnings "destination with the same identifier already exists!". Also, added two side setting, such that the fancyhdr warnings disappear. |