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/design/README | |
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/design/README')
-rw-r--r-- | doc/design/README | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/doc/design/README b/doc/design/README new file mode 100644 index 0000000..1e7a8af --- /dev/null +++ b/doc/design/README @@ -0,0 +1,25 @@ +Directory lout/doc/design + +This directory contains the Lout source files +for the report entitled `The design and +implementation of the Lout document formatting +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 + +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. + +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 +17 September 1999 |