diff options
Diffstat (limited to 'Master/texmf-dist/doc/generic/FAQ-en/html/FAQ-toascii.html')
-rw-r--r-- | Master/texmf-dist/doc/generic/FAQ-en/html/FAQ-toascii.html | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/Master/texmf-dist/doc/generic/FAQ-en/html/FAQ-toascii.html b/Master/texmf-dist/doc/generic/FAQ-en/html/FAQ-toascii.html index c38deec3401..6887626a9d2 100644 --- a/Master/texmf-dist/doc/generic/FAQ-en/html/FAQ-toascii.html +++ b/Master/texmf-dist/doc/generic/FAQ-en/html/FAQ-toascii.html @@ -13,16 +13,16 @@ response. Options are: <li> <i>crudetype</i> and <li> <i>catdvi</i>, which is capable of generating Latin-1 (ISO 8859-1) or UTF-8 encoded output. <i>Catdvi</i> was - conceived as a replacement for <i>dvi2tty</i>, but can’t (quite) + conceived as a replacement for <i>dvi2tty</i>, but can’t (quite) be recommended as a complete replacement yet. </ul> A common problem is the hyphenation that TeX inserts when typesetting something: since the output is inevitably viewed using -fonts that don’t match the original, the hyphenation usually looks +fonts that don’t match the original, the hyphenation usually looks silly. <p/>Ralph Droms provides a <i>txt</i> bundle of things in support of ASCII generation, -but it doesn’t do a good job with tables and mathematics. An +but it doesn’t do a good job with tables and mathematics. An alternative is the <i>screen</i> package. <p/>Another possibility is to use the LaTeX-to-ASCII conversion program, <i>l2a</i>, @@ -30,14 +30,14 @@ although this is really more of a de-TeXing program. <p/>The canonical de-TeXing program is <i>detex</i>, which removes all comments and control sequences from its input before writing it to its output. Its original purpose -was to prepare input for a dumb spelling checker, and it’s only usable +was to prepare input for a dumb spelling checker, and it’s only usable for preparing useful ASCII versions of a document in highly restricted circumstances. -<p/><i>Tex2mail</i> is slightly more than a de-TeXer — it’s a +<p/><i>Tex2mail</i> is slightly more than a de-TeXer — it’s a <i>Perl</i> script that converts TeX files into plain text files, expanding various mathematical symbols (sums, products, integrals, sub/superscripts, fractions, square -roots, …) into “ASCII art” that spreads over +roots, …) into “ASCII art” that spreads over multiple lines if necessary. The result is more readable to human beings than the flat-style TeX code. <p/>Another significant possibility is to use one of the |