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 /blurb | |
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 'blurb')
-rw-r--r-- | blurb | 49 |
1 files changed, 49 insertions, 0 deletions
@@ -0,0 +1,49 @@ + + THE LOUT DOCUMENT FORMATTING SYSTEM, VERSION 3.17 + +Version 3.17 of the Lout document formatting system is now available +(free of charge). The system reads a high-level description of a +document similar in style to LaTeX and produces a PostScript, PDF or +plain text output file. + +Lout offers an unprecedented range of advanced features, including +optimal paragraph and page breaking, automatic hyphenation, PostScript +EPS file inclusion and generation, equation formatting, tables, diagrams, +rotation and scaling, sorted indexes, bibliographic databases, running +headers and odd-even pages, automatic cross referencing, multilingual +documents including hyphenation (most European languages are supported, +including Russian), formatting of C/C++ programs, and much more, all +ready to use. Furthermore, Lout is easily extended with definitions +which are very much easier to write than troff of TeX macros because +Lout is a high-level language, the outcome of an eight-year research +project that went back to the beginning. + +Lout is written in highly portable ANSI C. It is distributed under the +GNU public license as follows: + + ftp://ftp.cs.usyd.edu.au/jeff/lout/lout-3.17.tar.gz + +In other words, in a gzipped tar file called "lout-3.17.tar.gz" in the +"jeff/lout" subdirectory of the home directory of "ftp ftp.cs.usyd.edu.au" +with login name "ftp" or "anonymous" using any non-empty password. The +distribution contains + + * Complete C source code + + * Standard library packages of definitions for ordinary documents, + technical reports, books, overhead transparencies, stand-alone + illustrations, plain text documents, equations, tables, diagrams, + graphs, C and C++ program formatting, and Pascal + + * Complete documentation for all these features consisting of a + User's Guide plus an Expert's Guide + + * A makefile and installation instructions + +For those who want to browse first, a PostScript version of the User's +Guide may be found in the same ftp directory: + + ftp://ftp.cs.usyd.edu.au/jeff/lout/lout-3.17.user.ps.gz + +Lout was designed and implemented by Jeffrey H. Kingston (jeff@cs.usyd.edu.au) +of the Basser Department of Computer Science at the University of Sydney. |