home *** CD-ROM | disk | FTP | other *** search
/ Fresh Fonts 1 / freshfonts1.bin / programs / amiga / fs2l / fs2l.doc < prev   
Text File  |  1994-09-01  |  3KB  |  82 lines

  1. *************************************************************************
  2. *                               FS2L v1.0                               *
  3. *                            Lionel Vintenat                            *
  4. *************************************************************************
  5.  
  6. INTRODUCTION
  7. ~~~~~~~~~~~~
  8.     If you don't use Latex, throw away this program, it's not for you !
  9.  
  10.     Well, now I know you use Latex, so let's explain what is FS2L. Don't
  11. you find it irritating with Latex to have to type "\'e" instead of "é"
  12. whereas the "é" character is available on your keyboard ? Me I do ! So
  13. I wrote FS2L to solve this annoying problem.
  14.  
  15.     FS2L means Foreign Symbols To Latex. This programs takes a text file
  16. with extra-ASCII symbols like "é", "è", "ß", etc as input, and replaces
  17. all these symbols by their Latex equivalent sequences like "\'e", "\`e",
  18. "\beta" in the output file.
  19.  
  20. USE
  21. ~~~
  22.     Very simple !
  23.  
  24.     "FS2L latex_text_file" will do the job !
  25.     If you are too suspicious to let FS2L directly modify your latex
  26. file, try "FS2L input_latex_text_file output_latex_text_file".
  27.  
  28.     That's all !
  29.  
  30. FUTUR
  31. ~~~~~
  32.     I think FS2L supports all the possible strange characters, at least
  33. all the available ones on my Amiga. If I forgot one, let me know. If
  34. you see another think do add to FS2L, I'm opened to every suggestion,
  35. but I really don't see anything...
  36.  
  37. TECHNICAL NOTES
  38. ~~~~~~~~~~~~~~~
  39.     I provided with this archive FS2L source in E (my prefered language).
  40. If you are a wizard of programation, have a look at FS2L.f, it's the
  41. False source of FS2L. If you don't know False language at all, sit
  42. down before looking at this file, you risk a heart attack ! But after
  43. the first shock, download this fabulous compiler (in dev/lang/ on
  44. aminet mirrors), it's a great language to try (really) !
  45.  
  46. AUTHOR
  47. ~~~~~~
  48.     If you want to reach me try :
  49.         - my student address, up to and including July 1994 
  50.  
  51.            Lionel Vintenat
  52.             appartement 21
  53.             11 rue François Oulié
  54.             31500 TOULOUSE
  55.             FRANCE
  56.  
  57.         - my family address:
  58.  
  59.             Lionel Vintenat
  60.             3 impasse Boileau
  61.             Lotissement Les Termes
  62.             87270 COUZEIX
  63.             FRANCE
  64.  
  65.     Write to me at my student address until July 1994 as I'm there much
  66. more often than at my family address.
  67.  
  68.     You can also reach me on the INTERNET. My e-mail address is
  69. vintenat@irit.fr. I prefer by far electronic mail then classical mail.
  70.  
  71. DISCLAIMER, DISTRIBUTION, COPYRIGHT
  72. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  73.     I cannot be held responsible for the use of this program and any
  74. damages that it may cause: use it at your own risk !
  75.  
  76.     About distribution and copyright, it's simple again : do what you
  77. want with this program ! FS2L is completely a public domain program.
  78.  
  79.     Finally, enjoy and...
  80.  
  81.         NEVER FORGET, ONLY AMIGA MAKES IT POSSIBLE !
  82.