diff options
author | Jeffrey H. Kingston <jeff@it.usyd.edu.au> | 2010-09-14 20:39:50 +0000 |
---|---|---|
committer | Jeffrey H. Kingston <jeff@it.usyd.edu.au> | 2010-09-14 20:39:50 +0000 |
commit | e4836c62b245d618866b6523ec2c892aeb7a76be (patch) | |
tree | 5b5269fb7affb3b20ba8fe0224705bbde98c1614 /doc/design/README | |
parent | 128e9a1532ce7fa38ddc16de06d213530dc5ce15 (diff) | |
download | lout-e4836c62b245d618866b6523ec2c892aeb7a76be.tar.gz |
Lout 3.32.
git-svn-id: http://svn.savannah.nongnu.org/svn/lout/trunk@33 9365b830-b601-4143-9ba8-b4a8e2c3339c
Diffstat (limited to 'doc/design/README')
-rw-r--r-- | doc/design/README | 19 |
1 files changed, 10 insertions, 9 deletions
diff --git a/doc/design/README b/doc/design/README index 30170ee..d455d0e 100644 --- a/doc/design/README +++ b/doc/design/README @@ -7,19 +7,20 @@ language' which appeared in Software--Practice and Experience, vol 23, pp1001-1041 (September 1993). To produce the report, type the command - lout all > outfile.ps + lout -r3 all > outfile.ps -in this directory. This must be done three -times to completely resolve all cross references, -although the PostScript file outfile.ps is -printable after the first run. Auxiliary files -with .li and .ld suffixes will be created in -this directory. A copy of the final outfile.ps -is included. +in this directory. The -r3 flag causes Lout to +run over the document three times, which is +needed to completely resolve all cross references, +although a readable PostScript file outfile.ps +would be produced after one run if -r3 is omitted. +Auxiliary files with .li and .ld suffixes will be +created in this directory. A copy of the final +outfile.ps is included. The second and third runs should produce no error messages (although changing the paper size might produce one or two benign ones). Jeffrey H. Kingston -24 August 2005 +25 October 2006 |