office/latex2rtf: Wrap README at 72 columns.
Signed-off-by: B. Watson <yalhcru@gmail.com>
This commit is contained in:
parent
722fc8e5b4
commit
8602e51ccf
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue