From 8602e51ccf9e81a3423b7c2105266fd70f1e0d8d Mon Sep 17 00:00:00 2001 From: "B. Watson" Date: Mon, 14 Mar 2022 03:48:13 -0400 Subject: [PATCH] office/latex2rtf: Wrap README at 72 columns. Signed-off-by: B. Watson --- office/latex2rtf/README | 19 ++++++++++--------- 1 file 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.