Mercurial > ecos
changeset 375:6cb2df2d7395
2002-10-15 Iztok Zupet <iz@vsr.si>
* sgml/README-PDF: added
* sgml/makemakefile: defined MAIN_PDF
| author | jlarmour |
|---|---|
| date | Fri, 18 Oct 2002 01:45:34 +0000 |
| parents | b8fc54a587f2 |
| children | d07c82d4fff1 |
| files | doc/ChangeLog doc/sgml/README-PDF doc/sgml/makemakefile |
| diffstat | 3 files changed, 30 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/doc/ChangeLog +++ b/doc/ChangeLog @@ -1,3 +1,8 @@ +2002-10-15 Iztok Zupet <iz@vsr.si> + + * sgml/README-PDF: added + * sgml/makemakefile: defined MAIN_PDF + 2002-10-15 Jonathan Larmour <jifl@eCosCentric.com> * sgml/makemakefile: Only put ecos.sgml in MAIN_SGML. Put all others
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 +<iz@vsr.si> + + + +
