home *** CD-ROM | disk | FTP | other *** search
/ Complete Linux / Complete Linux.iso / docs / apps / tex / lametex_.z / lametex_ / lametex / src / LameTeX.h < prev    next >
Encoding:
C/C++ Source or Header  |  1992-09-02  |  379 b   |  18 lines

  1. /* LameTeX.h
  2.  *
  3.  * A LaTeX compatible text formatter that can handle arbitrary-shaped margins
  4.  * described in PostScript.
  5.  *
  6.  * Copyright 1992 Jonathan Monsarrat. Permission given to freely distribute,
  7.  * edit and use as long as this copyright statement remains intact.
  8.  *
  9.  */
  10. #ifndef LAMETEX_H
  11. #define LAMETEX_H
  12.  
  13. const TRUE = 1;
  14. const FALSE = 0;
  15. const MAXSTRING = 1024;
  16.  
  17. #endif
  18.