1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52
|
<HTML>
<HEAD>
<TITLE>rtf2latex2e</TITLE>
</HEAD>
<BODY>
<P>Up to the <A HREF="http://tug.org">TUG homepage</A><BR>
Up to <A HREF="pctotex.html">Converters from PC Textprocessors to LaTeX -
Overview</A></P>
<H1>rtf2latex2e</H1>
<P>The contents of this page are excerpts from the
<A HREF="http://members.home.net/setlur/rtf2latex2e/">rtf2latex2e homepage</A>
which however isn't available any longer on Dec. 13, 2001. </P>
<P>rtf2latex2e is a utility to convert RTF files from popular word processors
to the LaTeX2e format for those who give a damn about quality typesetting.
rtf2latex2e uses the <A HREF="http://www.primate.wisc.edu/software/RTF/">RTF
reader</A> package by Paul DuBois to parse the RTF code and generates an
appropriate <A HREF="http://www.tug.org/">LaTeX</A> file. </P>
<P>rtf2latex2e was written on the Macintosh and ported to most major platforms
including Linux, Solaris, and Win95/NT. Building a real Mac application while
still maintaining cross-platform compatibility was made possible by the
<A HREF="http://www.zenspider.com/ZSS/Products/DropUNIX/">DropUNIX</A>
application framework. rtf2latex2e is distributed along with the source code
under the <A HREF="http://www.gnu.org/copyleft/gpl.html">GNU General Public
License</A>. </P>
<P>The main features of rtf2latex2e are: </P>
<UL>
<LI>detects text style: bold, italic, color, big, small,...</LI>
<LI>reads embedded figures: PICT, WMF, PNG, JPEG,... </LI>
<LI>reads tables: simple to semi-complex</LI>
<LI>equations: reads out Equation Editor equations </LI>
<LI>symbols: converts most greek and math symbols</LI>
<LI>reads footnotes</LI>
<LI>support for use of the fontenc package </LI>
<LI>converts hypertext links using the hyperref package</LI>
</UL>
<P>The latest version of rtf2latex2e can be found
<A HREF="http://sourceforge.net/projects/rtf2latex2e/">here</A>.</P>
<P>(c) Ujwal Sathyam 1999 </P>
</BODY>
</HTML>
|