slackbuilds/office/latex2rtf
Heinz Wiesinger 63daf9f79a All: Support $PRINT_PACKAGE_NAME env var
Signed-off-by: Heinz Wiesinger <pprkut@slackbuilds.org>
2021-07-17 21:55:09 +02:00
..
README
latex2rtf.SlackBuild All: Support $PRINT_PACKAGE_NAME env var 2021-07-17 21:55:09 +02:00
latex2rtf.info office/latex2rtf: Update DEP. 2021-04-21 00:05:24 +07:00
slack-desc

README

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.