home *** CD-ROM | disk | FTP | other *** search
/ Peanuts NeXT Software Archives / Peanuts-2.iso / Unix / text / rtf2text.README < prev    next >
Encoding:
Text File  |  1991-10-30  |  1.3 KB  |  33 lines

  1. This is a first attempt at an RTF to TeX converter. The parts that
  2. handle fonts and such like seem to work pretty well, although they
  3. could be improved, but the table handling is a problem. I had a good
  4. deal of trouble trying to figure out what particular rtf control codes
  5. were supposed to do; this makes it hard to convert them into TeX.
  6.  
  7. I have tried to produce good TeX, but this is not easy due to the
  8. sloppy way that many RTF writers generate redundant font and other
  9. changes.
  10.  
  11. Many things are not handled at all, more due to my lacking motivation
  12. than to their intrinsic difficulty. For example, I don't support
  13. double columns, but it would be easy enough to do (I'd generate a
  14. control sequence to do it, and add the TeX code required to the
  15. TeX_defs file. I even have the TeX somewhere...).
  16.  
  17. You will probably usually want to use the -i flag to include some
  18. needed TeX definitions:
  19.     rtf2TeX -i TeX_defs.tex file.rtf > file.tex
  20. I am interested in opinions on whether this is a good way to do things,
  21. as well as enhancements to the TeX macros.
  22.  
  23. I would be interested in seeing bug reports, and (especially) patches
  24. and enhancements. I don't envisage being able to spend much more time
  25. on this project, but I will be able to maintain a version as it improves
  26. under the efforts of the internet.
  27.  
  28.             Robert Lupton
  29.  
  30.                 rhl@astro.princeton.edu
  31.  
  32.  
  33.