# HG changeset patch # User jlarmour # Date 1034905534 0 # Node ID 6cb2df2d739565ca70fbcedb5f5bd7a023d3034c # Parent b8fc54a587f2143943422799c543cb78ed2ef01d 2002-10-15 Iztok Zupet * sgml/README-PDF: added * sgml/makemakefile: defined MAIN_PDF diff --git a/doc/ChangeLog b/doc/ChangeLog --- a/doc/ChangeLog +++ b/doc/ChangeLog @@ -1,3 +1,8 @@ +2002-10-15 Iztok Zupet + + * sgml/README-PDF: added + * sgml/makemakefile: defined MAIN_PDF + 2002-10-15 Jonathan Larmour * sgml/makemakefile: Only put ecos.sgml in MAIN_SGML. Put all others diff --git a/doc/sgml/README-PDF b/doc/sgml/README-PDF new file mode 100644 --- /dev/null +++ b/doc/sgml/README-PDF @@ -0,0 +1,24 @@ +To build the PDF version of docs (on Linux), simply use: +make pdf + +If Your pdfjadetex complains with + > ! TeX capacity exceeded, sorry [save size=5000]. +then define + save_size.pdfjadetex=10000 (at least) in + /usr/share/texmf/web2c/texmf.cnf instead of 5000. + +If You don't get coloured links in Your output, or if You +wish to modify the pdfjadetex default behaviour then add +a file named jadetex.cfg into each directory where the build +takes place and put something like that into: + +\hypersetup{pdfpagemode=None, pdfauthor=eCos (pdfjadetex) , colorlinks=true, + linkcolor=blue, pdfstartview=FitH} + +Regaqrds +Iztok + + + + + diff --git a/doc/sgml/makemakefile b/doc/sgml/makemakefile --- a/doc/sgml/makemakefile +++ b/doc/sgml/makemakefile @@ -81,7 +81,7 @@ echo "> makefile <