home *** CD-ROM | disk | FTP | other *** search
/ rtsi.com / 2014.01.www.rtsi.com.tar / www.rtsi.com / OS9 / OSK / APPS / lout2.lzh / LOUT2 / README < prev    next >
Text File  |  1994-01-23  |  2KB  |  54 lines

  1. LOUT: A HIGH-LEVEL LANGUAGE FOR DOCUMENT FORMATTING
  2. BASSER LOUT VERSION 2.05 COPYRIGHT (C) 1993 Jeffrey H. Kingston
  3.  
  4. Jeffrey H. Kingston
  5. Basser Department of Computer Science
  6. The University of Sydney 2006
  7. AUSTRALIA
  8.  
  9. Telephone (direct): 61 2 692 4216
  10. Telephone (messages): 61 2 692 3423
  11. Email: jeff@cs.su.oz.au
  12. Fax: 61 2 692 3838
  13.  
  14. This program is free software; you can redistribute it and/or modify
  15. it under the terms of the GNU General Public License as published by
  16. the Free Software Foundation; either version 1, or (at your option)
  17. any later version.
  18.  
  19. This program is distributed in the hope that it will be useful,
  20. but WITHOUT ANY WARRANTY; without even the implied warranty of
  21. MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  22. GNU General Public License for more details.
  23.  
  24. You should have received a copy of the GNU General Public License
  25. (file gnu.gpl in this directory); if not, write to the Free Software
  26. Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
  27.  
  28. Version 2.05 is substantially different from Version 2.03 in its
  29. low-level character handling and attention to strong typing, as well
  30. as in the major innovation of support for ISO-LATIN-1 characters and
  31. arbitrary PostScript encoding vectors.  There is also a change in the
  32. database index (.li) file format, which means that all old database
  33. index files should be deleted before using Version 2.05.
  34.  
  35. This directory contains everything needed to install the Lout document
  36. formatting system on Unix.  It contains the following directories:
  37.  
  38.     include        Lout packages (in Lout) and hyphenation patterns file
  39.     data           Lout databases (in Lout)
  40.     font           Adobe Systems font metrics (AFM) files
  41.     evec           Character encoding vectors (CEV) files
  42.     doc            Lout documents (in Lout)
  43.     man            Lout manual entry
  44.  
  45. and the following files:
  46.  
  47.     externs z*.c   Lout source code
  48.     gnu.gpl        A copy of the GNU General Public License
  49.     hyph.install   Information about how to change the hyphenation patterns
  50.     makefile       A makefile for installing Lout
  51.     news.blurb       A news blurb describing Lout
  52.  
  53. Please see the makefile for installation instructions.
  54.