slackbuilds_ponce/office/latex2rtf/README
Nitish Ragoomundun 3373f432d5 office/latex2rtf: Added (LaTeX converter).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
2018-12-08 11:15:58 +07:00

20 lines
908 B
Text

latex2rtf is a translator program to convert LaTeX formatted text files into
"rich text format" (RTF) files. RTF is a published standard format by
Microsoft. This standard can be ambiguous in places, but RTF is supported by
many text editors. Specifically, it is supported by Microsoft Word. This means
that the conversion of a LaTeX document to RTF allows anyone with a copy of
Word to convert LaTeX files to Word .doc or .docx files.
Features
- Conversion of a wide range of input encodings
- Conversion of equations (unfortunately using the broken Microsoft
implementation of EQ fields)
- Conversion of tables
- Conversion of graphics
- Conversion of cross-references
- Conversion of bibliographies
latex2rtf translates the text and as much of the formatting information from
LaTeX to RTF. Be forewarned that the typeset output is not nearly as good as
what you would get from using LaTeX directly.