summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/generic/FAQ-en/html/FAQ-underline.html
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/doc/generic/FAQ-en/html/FAQ-underline.html')
-rw-r--r--Master/texmf-dist/doc/generic/FAQ-en/html/FAQ-underline.html10
1 files changed, 5 insertions, 5 deletions
diff --git a/Master/texmf-dist/doc/generic/FAQ-en/html/FAQ-underline.html b/Master/texmf-dist/doc/generic/FAQ-en/html/FAQ-underline.html
index 70200a3e798..3a73cc64222 100644
--- a/Master/texmf-dist/doc/generic/FAQ-en/html/FAQ-underline.html
+++ b/Master/texmf-dist/doc/generic/FAQ-en/html/FAQ-underline.html
@@ -1,7 +1,7 @@
<head>
<title>UK TeX FAQ -- question label underline</title>
</head><body>
-<h3>Underlined text won&rsquo;t break</h3>
+<h3>Underlined text won&#8217;t break</h3>
<p/>Knuth made no provision for underlining text: he took the view that
underlining is not a typesetting operation, but rather one that
provides emphasis on typewriters, which typically offer but one
@@ -13,8 +13,8 @@ specify double-spaced
<a href="FAQ-linespace.html">thesis styles</a>)
continue to require underlining of us, so LaTeX as distributed
defines an <code>\</code><code>underline</code> command that applies the mathematical
-&lsquo;underbar&rsquo; operation to text. This technique is not entirely
-satisfactory, however: the text gets stuck into a box, and won&rsquo;t break
+&#8216;underbar&#8217; operation to text. This technique is not entirely
+satisfactory, however: the text gets stuck into a box, and won&#8217;t break
at line end.
<p/>Two packages are available that solve this problem. The
<i>ulem</i> package redefines the
@@ -24,7 +24,7 @@ end of a line. (The package is capable of other peculiar effects,
too: read its documentation, contained within the file itself.)
The <i>soul</i> package defines an <code>\</code><code>ul</code> command (after which the
package is, in part, named) that underlines running text.
-<p/>Beware of <i>ulem</i>&rsquo;s default behaviour, which is to convert the
+<p/>Beware of <i>ulem</i>&#8217;s default behaviour, which is to convert the
<code>\</code><code>emph</code> command into an underlining command; this can be avoided by
loading the package with:
<pre>
@@ -32,7 +32,7 @@ loading the package with:
</pre>
Documentation of <i>ulem</i> is in the package itself.
<dl>
-<dt><tt><i>ulem.sty</i></tt><dd><a href="http://www.tex.ac.uk/tex-archive/macros/latex/contrib/misc/ulem.sty">macros/latex/contrib/misc/ulem.sty</a>
+<dt><tt><i>ulem.sty</i></tt><dd><a href="http://www.tex.ac.uk/tex-archive/macros/latex/contrib/ulem.zip">macros/latex/contrib/ulem</a> (or <a href="http://www.tex.ac.uk/tex-archive/macros/latex/contrib/ulem/">browse the directory</a>)
<dt><tt><i>soul.sty</i></tt><dd><a href="http://www.tex.ac.uk/tex-archive/macros/latex/contrib/soul.zip">macros/latex/contrib/soul</a> (or <a href="http://www.tex.ac.uk/tex-archive/macros/latex/contrib/soul/">browse the directory</a>)
</dl>
<p/><p>This question on the Web: <a href="http://www.tex.ac.uk/cgi-bin/texfaq2html?label=underline">http://www.tex.ac.uk/cgi-bin/texfaq2html?label=underline</a>