CommandLine option --format latex (or -O latex for short) makes pasdoc write output that can be interpreted using LaTeX. This is the preferred output format for printing the documentation.

A single output file, either having the name specified with the --name option, or the default name docs.tex will be created.

With latex you will be able to create a dvi file that can then be converted to a Postscript file using dvips. Or you can also directly generate a huge HTML file by using htlatex, or a PDF file by using pdflatex.

It is to note that the output generated by pasdoc has been optimized for pdflatex and htlatex.


Notes about warnings displayed by latex and/or pdflatex when they process file generated by pasdoc:

Reference ...' on page ... undefined on input`:

Label ...' multiply defined`:

LatexOutput (last edited 2007-10-28 22:57:10 by localhost)