diff options
author | B. Watson <yalhcru@gmail.com> | 2022-03-14 03:48:13 -0400 |
---|---|---|
committer | B. Watson <yalhcru@gmail.com> | 2022-03-14 03:48:13 -0400 |
commit | 8602e51ccf9e81a3423b7c2105266fd70f1e0d8d (patch) | |
tree | d374f86fdbfa93cd84f31f2b55cc0f5c2677feb0 /office/latex2rtf | |
parent | 722fc8e5b4b8bf1a7ec0d464024d2770dfcfaa88 (diff) | |
download | slackbuilds-8602e51ccf9e81a3423b7c2105266fd70f1e0d8d.tar.gz |
office/latex2rtf: Wrap README at 72 columns.
Signed-off-by: B. Watson <yalhcru@gmail.com>
Diffstat (limited to 'office/latex2rtf')
-rw-r--r-- | office/latex2rtf/README | 19 |
1 files changed, 10 insertions, 9 deletions
diff --git a/office/latex2rtf/README b/office/latex2rtf/README index a6712d3019..cbb0cc98ac 100644 --- a/office/latex2rtf/README +++ b/office/latex2rtf/README @@ -1,9 +1,10 @@ -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. +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 @@ -15,6 +16,6 @@ Features - 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. +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. |