home *** CD-ROM | disk | FTP | other *** search
/ World of A1200 / World_Of_A1200.iso / programs / text / tex / readme.amiga < prev    next >
Text File  |  1995-02-27  |  858b  |  27 lines

  1. Version 2.5 of detex from Unix.
  2.  
  3. Detex remove TeX command to get only text. Usefule to use with a speller .:)
  4.  
  5. In this archive you can find the original archive detex-2.5.tar.Z
  6. and modified source "detex.l","detex.h" to Amiga, with 
  7.  an "Makefile" to GCC under Amiga with its apropriate executable:
  8.   detex_gcc. you must have ixemul.library to use detex_gcc.
  9.  
  10.  an "dmakefile" to DICE with its apropriate executable:
  11.   detex_dice. No need of ixemul.library :-)
  12. And this readme : readme.amiga
  13.  
  14. Why 2 makefiles ? Because gcc don't use amiga style path, but "a la Unix"
  15. ex: "/tex/input", But dice use Amiga style path ex: "tex:input" .
  16.  
  17. This version of detex can accept until 30 textinputs paths in the
  18. variable TEXTINPUTS (originaly, it was only 10).
  19.  
  20.  
  21. Bruno LACOMBE (lacombe@labri.u-bordeaux.fr)
  22. 18 rue des Noyers
  23. 33600 Pessac 
  24. FRANCE
  25.  
  26. Sorry to my English ;-)
  27.