diff options
author | Jeffrey H. Kingston <jeff@it.usyd.edu.au> | 2010-09-14 19:21:41 +0000 |
---|---|---|
committer | Jeffrey H. Kingston <jeff@it.usyd.edu.au> | 2010-09-14 19:21:41 +0000 |
commit | 71bdb35d52747e6d7d9f55df4524d57c2966be94 (patch) | |
tree | 480ee5eefccc40d5f3331cc52d66f722fd19bfb9 /doc/user/typ_apdf | |
parent | b41263ea7578fa9742486135c762803b52794105 (diff) | |
download | lout-71bdb35d52747e6d7d9f55df4524d57c2966be94.tar.gz |
Lout 3.17.
git-svn-id: http://svn.savannah.nongnu.org/svn/lout/trunk@2 9365b830-b601-4143-9ba8-b4a8e2c3339c
Diffstat (limited to 'doc/user/typ_apdf')
-rw-r--r-- | doc/user/typ_apdf | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/doc/user/typ_apdf b/doc/user/typ_apdf new file mode 100644 index 0000000..3203384 --- /dev/null +++ b/doc/user/typ_apdf @@ -0,0 +1,21 @@ +@Section + @Title { PDF (Adobe Portable Document Format) documents } + @Tag { pdf } +@Begin +@PP +You can get Lout to produce PDF (Adobe Portable Document Format) output as +an alternative to PostScript, by adding @Code "-PDF" to the command line +like this: +pdf. @Index { PDF documents } +@ID @Code "lout -PDF simple > simple.pdf" +No other changes are required. +@PP +The PDF output is superior to PostScript in providing links: when viewed +with a PDF viewer, entries in tables of contents and indexes can be +clicked on and this transports the viewer to the part of the document +referenced by the link. (Recent versions of PostScript support this +feature too, but Lout's PostScript doesn't.) However, the PDF output +produced by Lout is inferior at graphics: the advanced features of the +@Code "@Diag" and @Code "@Graph" packages do not produce any output. One +can still format documents that contain them, but the results are disappointing. +@End @Section |