summaryrefslogtreecommitdiffstats
path: root/office/latex2rtf/README
diff options
context:
space:
mode:
author Nitish Ragoomundun <lrugratz@gmail.com>2018-12-08 11:15:58 +0700
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2018-12-08 11:15:58 +0700
commit3373f432d5bfae63c4455e01cd49c64d1ea7e360 (patch)
treef8184fde1f90b9aad09b109993af187301426e88 /office/latex2rtf/README
parent146d19ec577773e6d375bca1254f6a8a5a20c402 (diff)
downloadslackbuilds-3373f432d5bfae63c4455e01cd49c64d1ea7e360.tar.gz
slackbuilds-3373f432d5bfae63c4455e01cd49c64d1ea7e360.tar.xz
office/latex2rtf: Added (LaTeX converter).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'office/latex2rtf/README')
-rw-r--r--office/latex2rtf/README20
1 files changed, 20 insertions, 0 deletions
diff --git a/office/latex2rtf/README b/office/latex2rtf/README
new file mode 100644
index 0000000000..a6712d3019
--- /dev/null
+++ b/office/latex2rtf/README
@@ -0,0 +1,20 @@
+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.