summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/generic/FAQ-en/html/FAQ-LaTeX2HTML.html
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/doc/generic/FAQ-en/html/FAQ-LaTeX2HTML.html')
-rw-r--r--Master/texmf-dist/doc/generic/FAQ-en/html/FAQ-LaTeX2HTML.html20
1 files changed, 10 insertions, 10 deletions
diff --git a/Master/texmf-dist/doc/generic/FAQ-en/html/FAQ-LaTeX2HTML.html b/Master/texmf-dist/doc/generic/FAQ-en/html/FAQ-LaTeX2HTML.html
index 10fc2d614f4..5d229b72974 100644
--- a/Master/texmf-dist/doc/generic/FAQ-en/html/FAQ-LaTeX2HTML.html
+++ b/Master/texmf-dist/doc/generic/FAQ-en/html/FAQ-LaTeX2HTML.html
@@ -6,30 +6,30 @@
documents. However, it is important to realize the difference
between page layout and functional markup. TeX is capable of
extremely detailed page layout; HTML is not, because HTML is a
-functional markup language not a page layout language. HTML’s exact
+functional markup language not a page layout language. HTML’s exact
rendering is not specified by the document that is published but is, to
some degree, left to the discretion of the browser. If you require your
readers to see an exact replication of what your document looks like
to you, then you cannot use HTML and you must use some other
publishing format such as PDF. That is true for any HTML
authoring tool.
-<p/>TeX&rsquo;s excellent mathematical capabilities remain a challenge in the
+<p/>TeX&#8217;s excellent mathematical capabilities remain a challenge in the
business of conversion to HTML. There are only two generally
reliable techniques for generating mathematics on the web: creating
-bitmaps of bits of typesetting that can&rsquo;t be translated, and using
+bitmaps of bits of typesetting that can&#8217;t be translated, and using
symbols and table constructs. Neither technique is entirely
satisfactory. Bitmaps lead to a profusion of tiny files, are slow to
load, and are inaccessible to those with visual disabilities. The
symbol fonts offer poor coverage of mathematics, and their use
requires configuration of the browser. The future of mathematical
-browsing may be brighter &mdash; see
+browsing may be brighter &#8212; see
<a href="FAQ-mathml.html">future Web technologies</a>.
<p/>For today, possible packages are:
<dl>
<dt><i>LaTeX2HTML</i><dd>a <i>Perl</i> script package that
supports LaTeX only, and generates mathematics (and other
- &ldquo;difficult&rdquo; things) using bitmaps. The original version was
+ &#8220;difficult&#8221; things) using bitmaps. The original version was
written by Nikos Drakos for Unix systems, but the package now sports
an illustrious list of co-authors and is also available for Windows
systems. Michel Goossens and Janne Saarela published a detailed
@@ -48,8 +48,8 @@ browsing may be brighter &mdash; see
bitmaps for mathematics, but can also use other technologies where
appropriate. Written by Eitan Gurari, it parses the DVI
file generated when you run (La)TeX over your file with
- <i>tex4ht</i>&rsquo;s macros included. As a result, it&rsquo;s pretty
- robust against the macros you include in your document, and it&rsquo;s
+ <i>tex4ht</i>&#8217;s macros included. As a result, it&#8217;s pretty
+ robust against the macros you include in your document, and it&#8217;s
also pretty fast.
<dt><i>plasTeX</i><dd>a Python-based LaTeX document processing
framework. It gives DOM-like access to a LaTeX document, as
@@ -62,7 +62,7 @@ browsing may be brighter &mdash; see
<dt><i>Hevea</i><dd> a compiled program that supports LaTeX
only, and uses the font/table technique for equations (indeed its
entire approach is very similar to <i>TtH</i>). It is written
- in Objective CAML by Luc Maranget. <i>Hevea</i> isn&rsquo;t
+ in Objective CAML by Luc Maranget. <i>Hevea</i> isn&#8217;t
archived on CTAN; details (including download points) are
available via <a href="http://pauillac.inria.fr/~maranget/hevea/">http://pauillac.inria.fr/~maranget/hevea/</a>
</dl>
@@ -70,8 +70,8 @@ An interesting set of samples, including conversion of the same text
by the four free programs listed above, is available at
<a href="http://www.mayer.dial.pipex.com/samples/example.htm">http://www.mayer.dial.pipex.com/samples/example.htm</a>; a linked
page gives lists of pros and cons, by way of comparison.
-<p/>The World Wide Web Consortium maintains a list of &ldquo;filters&rdquo; to
-HTML, with sections on (La)TeX and BibTeX &mdash; see
+<p/>The World Wide Web Consortium maintains a list of &#8220;filters&#8221; to
+HTML, with sections on (La)TeX and BibTeX &#8212; see
<a href="http://www.w3.org/Tools/Word_proc_filters.html">http://www.w3.org/Tools/Word_proc_filters.html</a>
<dl>
<dt><tt><i>latex2html</i></tt><dd>Browse <a href="http://www.tex.ac.uk/tex-archive/support/latex2html/">support/latex2html/</a>