Download rtf2latex2e fc2 1.0
rtf2latex2e is a program that translates RTF (rich text format) files into LaTeX files.
rtf2latex2e is a program that translates RTF (rich text format) files into LaTeX files. It translates text formatting, tables, figures, and equations. The resulting LaTeX files are quite readable and suitable for editing.Developer commentsIf you expect a WYSIWYG reproduction of your RTF file, you may be disappointed. My main concerns have been translating the essential features of the RTF file such as characters, figures, tables, and equations (as pictures). I have largely ignored visual formatting such as ruler positions, tabs (until I figure out a good way of doing this), paragraph indentations, and other fluff. I have always expected the output LaTeX file to require manual editing to put the finishing touches. I just want to make that task a little easier. In my opinion, expecting a WYSIWYG reproduction is not practical and misses the point entirely.Typeset the rtf2LaTeX2eDoc.tex for more information, or print out the rtf2LaTeX2eDoc.pdf file. They are in the documentation directory. What's New in This Release: · Updated both config.sub and config.guess with the latest versions from gnu.gcc.org.· Added a #ifdef to one of the cole files to not use malloc.h under Mac OS X.