Short: Converts LaTeX documents to rich text format (RTF) Author: latex2rtf-developers@lists.sourceforge.net (Scott Prahl), Ported by chwalek@poczta.onet.pl (Pawel Chwalowski) Uploader: chwalek poczta onet pl (Pawel Chwalowski) Type: text/tex Version: 1.9.16 Requires: m68020-60, ixemul.library Architecture: m68k-amigaos latex2rtf is a translator program that translates LaTeX text into the RTF format used by various text processors, most notably Word. For the Copyright of the Program see the file Copyright. As of version 1.9.13, latex2rtf supports converting equations to bitmaps. This requires TeX, Ghostscript and ImageMagick. See scripts/README. Reporting bugs to the homepage at Sourceforge http://sourceforge.net/projects/latex2rtf/ latex2rtf was compiled to search for its configuration files in "S:cfg". If the configuration files are moved then either 1) set the environment variable RTFPATH to this new location, or 2) use the command line option -P path:to/cfg Usage: latex2rtf [options] input[.tex] Options: -a auxfile use LaTeX auxfile rather than input.aux -b bblfile use BibTex bblfile rather than input.bbl) -C codepage latex encoding charset (latin1, cp850, raw, etc.) -d level debugging output (level is 0-6) -f# field handling -f0 do not use fields -f1 use fields for equations but not \ref{} & \cite{} -f2 use fields for \cite{} & \ref{}, but not equations -f3 use fields when possible (default) -F use LaTeX to convert all figures to bitmaps -D dpi number of dots per inch for bitmaps -h display help -i language idiom or language (e.g., german, french) -l use latin1 encoding (default) -M# math equation handling -M1 displayed equations to RTF -M2 inline equations to RTF -M3 inline and displayed equations to RTF (default) -M4 displayed equations to bitmap -M6 inline equations to RTF and displayed equations to bitmaps -M8 inline equations to bitmap -M12 inline and displayed equations to bitmaps -M16 insert Word comment field that the original equation text -o outputfile file for RTF output -p option to avoid bug in Word for some equations -P path paths to *.cfg & latex2png -S use ';' to separate args in RTF fields -se# scale factor for bitmap equations -sf# scale factor for bitmap figures -T /path/to/tmp temporary directory -v version information -V version information -W include warnings in RTF -Z# add # of '}'s at end of rtf file (# is 0-9) Examples: latex2rtf foo convert foo.tex to foo.rtf latex2rtf foo.RTF convert foo to foo.RTF latex2rtf -P ./cfg/:./scripts/ foo use alternate cfg and latex2png files latex2rtf -M12 foo replace equations with bitmaps latex2rtf -i russian foo assume russian tex conventions latex2rtf -C raw foo retain font encoding in rtf file latex2rtf -f0 foo create foo.rtf without fields latex2rtf -d4 foo lots of debugging information