diff options
author | Jeffrey H. Kingston <jeff@it.usyd.edu.au> | 2010-09-14 19:35:24 +0000 |
---|---|---|
committer | Jeffrey H. Kingston <jeff@it.usyd.edu.au> | 2010-09-14 19:35:24 +0000 |
commit | d4b68bb27f42afb8338f35f9fda0c467ec5d8787 (patch) | |
tree | 26e8947ef0a82e8150e46ebd0b257ec5cd13c0ed /software | |
parent | 2c0ebbabd66ba21d3224bf58678bf62998b94c2c (diff) | |
download | lout-d4b68bb27f42afb8338f35f9fda0c467ec5d8787.tar.gz |
Lout 3.18.
git-svn-id: http://svn.savannah.nongnu.org/svn/lout/trunk@5 9365b830-b601-4143-9ba8-b4a8e2c3339c
Diffstat (limited to 'software')
-rw-r--r-- | software/lout.eiffel | 36 |
1 files changed, 5 insertions, 31 deletions
diff --git a/software/lout.eiffel b/software/lout.eiffel index 4e876fc..5247607 100644 --- a/software/lout.eiffel +++ b/software/lout.eiffel @@ -1,34 +1,8 @@ LOUT.EIFFEL - EIFFEL PROGRAM PRINTING IN LOUT DOCUMENTS (VERSION 1.1) -This software allows you to print programs and program fragments -from the Eiffel programming language with Lout. The typeset output -conforms with the style guidelines in the standard reference (Eiffel: -The Language, by Bertrand Meyer). +The package known as lout.eiffel has now been folded into the main +distribution. If you have Version 3.18 of Lout you can already +format Eiffel. -When installed, the only change you have to make is to replace the -@SysInclude { doc } at the top of the document by @SysInclude { edoc }, -then enclose your Eiffel parts in @Eiffel { ... }. - -Lout.eiffel is distributed as follows: - - ftp://ftp.cs.su.oz.au/jeff/lout.eiffel.1.1.tar.gz - -In other words, in a gzipped tar file called "lout.eiffel.1.1.tar.gz" -in the "jeff" subdirectory of the home directory of "ftp ftp.cs.su.oz.au" -with login name "ftp" or "anonymous" using any non-empty password. -The distribution contains - - * Source code for the eif2lout program - - * A manual entry for the eif2lout program - - * Six Lout library files (edoc, etc.) - - * A makefile and installation instructions (very easy) - -User documentation is contained in the Lout User's Guide distributed -with Lout itself. - -Lout.eiffel was designed and implemented by Jeffrey H. Kingston -(jeff@cs.su.oz.au) of the Basser Department of Computer Science at the -University of Sydney. +Jeff Kingston +26 February 2000 |