diff options
Diffstat (limited to 'include/README')
-rw-r--r-- | include/README | 73 |
1 files changed, 73 insertions, 0 deletions
diff --git a/include/README b/include/README new file mode 100644 index 0000000..0204b0c --- /dev/null +++ b/include/README @@ -0,0 +1,73 @@ +Directory lout/include + +This directory contains Lout source files for the standard packages. +The following listing classifies them into types of files. + +Setup files (containing mainly lists of options settable by the user) +--------------------------------------------------------------------- + + Setup files for basic document types (choose one): + + doc The OrdinarySetup package + report The ReportSetup package + book The BookSetup package + slides The OverheadsSetup package + picture The IllustrationSetup package + + Setup files for special-purpose packages (choose any combination): + + tbl The Tbl table formatting package + tab The Tab table formatting package (OBSOLETE, use tbl) + eq The Eq equation formatting package + diag The Diag diagram drawing package + fig The Fig advanced graphics package (OBSOLETE, use diag) + graph The Graph graph drawing package + cprint The cprint C and C++ program printing package + pas The Pas Pascal progam printing package + modula The Modula Modula-2 progam printing package + latin2 The Latin2 (Eastern European characters) package + russian The Russian language package + +Source files (containing Lout and PostScript source code for the packages) +-------------------------------------------------------------------------- + + bsf The BasicSetup package + bsf.lpg A PostScript prepend file needed by BasicSetup + dsf The DocumentSetup package + docf The OrdinarySetup package + reportf The ReportSetup package + bookf The BookSetup package + slidesf The OverheadsSetup package + picturef The IllustrationSetup package + + tabf The Tab table formatting package (OBSOLETE) + tabf.lpg A PostScript prepend file needed by tabf (OBSOLETE) + tblf The Tbl table formatting package + tblf.lpg A PostScript prepend file needed by tblf + eqf The Eq equation formatting package + figf The Fig advanced graphics package (OBSOLETE) + figf.lpg A PostScript prepend file needed by figf (OBSOLETE) + diagf The Diag diagram drawing package + diagf.etc A file included by diagf + diagf.lpg A PostScript prepend file needed by diagf + graphf The Graph graph drawing package + graphf.etc A file included by graphf + graphf.lpg A PostScript prepend file needed by graphf + cprintf The cprint C and C++ program printing package + pasf The Pas Pascal progam printing package + modulaf The Modula Modula-2 progam printing package + latin2.fd Latin2 font definitions file (placeholder file) + russian.fd Russian font definitions file (placeholder file) + +Miscellaneous +------------- + + fontdefs Standard font definitions file + langdefs Standard language definitions file + mydefs Empty file for if the user doesn't have one + ts The ToySetup package (an expert users' intro. example) + init A Lout source file used during installation (lout -x) + + +Jeffrey H. Kingston +26 May 1999 |