summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/generic/FAQ-en/html/FAQ-linespread.html
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/doc/generic/FAQ-en/html/FAQ-linespread.html')
-rw-r--r--Master/texmf-dist/doc/generic/FAQ-en/html/FAQ-linespread.html16
1 files changed, 8 insertions, 8 deletions
diff --git a/Master/texmf-dist/doc/generic/FAQ-en/html/FAQ-linespread.html b/Master/texmf-dist/doc/generic/FAQ-en/html/FAQ-linespread.html
index 9b88f051958..4d7a868de20 100644
--- a/Master/texmf-dist/doc/generic/FAQ-en/html/FAQ-linespread.html
+++ b/Master/texmf-dist/doc/generic/FAQ-en/html/FAQ-linespread.html
@@ -1,17 +1,17 @@
<head>
<title>UK TeX FAQ -- question label linespread</title>
</head><body>
-<h3>Why doesn&rsquo;t <code>\</code><code>linespread</code> work?</h3>
+<h3>Why doesn&#8217;t <code>\</code><code>linespread</code> work?</h3>
<p/>The command <code>\</code><code>linespread{</code><em>factor</em><code>}</code> is supposed to multiply
the current <code>\</code><code>baselineskip</code> by &lt;<i>factor</i>&gt;; but, to all
-appearances, it doesn&rsquo;t.
+appearances, it doesn&#8217;t.
<p/>In fact, the command is equivalent to
<code>\</code><code>renewcommand{<code>\</code><code>baselinestretch</code>}{factor}</code>: written that
-way, it somehow feels less surprising that the effect isn&rsquo;t immediate.
+way, it somehow feels less surprising that the effect isn&#8217;t immediate.
The <code>\</code><code>baselinestretch</code> factor is only used when a font is selected;
-a mere change of <code>\</code><code>baselinestretch</code> doesn&rsquo;t change the font, any
+a mere change of <code>\</code><code>baselinestretch</code> doesn&#8217;t change the font, any
more than does the command
-<code>\</code><code>fontsize{</code><em>size</em><code>}{</code><em>baselineskip</em><code>}</code> &mdash; you have to follow
+<code>\</code><code>fontsize{</code><em>size</em><code>}{</code><em>baselineskip</em><code>}</code> &#8212; you have to follow
either command with <code>\</code><code>selectfont</code>. So:
<blockquote>
<pre>
@@ -27,11 +27,11 @@ or:
</pre>
</blockquote><p>
Of course, a package such as <i>setspace</i>, whose job is to
-manage the baseline, will deal with all this stuff &mdash; see
-&ldquo;<a href="FAQ-linespace.html">managing double-spaced documents</a>&rdquo;. If
+manage the baseline, will deal with all this stuff &#8212; see
+&#8220;<a href="FAQ-linespace.html">managing double-spaced documents</a>&#8221;. If
you want to avoid <i>setspace</i>, beware the behaviour of
linespread changes within a paragraph: read
-&ldquo;<a href="FAQ-baselinepar.html"><code>\</code><code>baselineskip</code> is a paragraph parameter</a>&rdquo;.
+&#8220;<a href="FAQ-baselinepar.html"><code>\</code><code>baselineskip</code> is a paragraph parameter</a>&#8221;.
<dl>
<dt><tt><i>setspace.sty</i></tt><dd><a href="http://www.tex.ac.uk/tex-archive/macros/latex/contrib/setspace/setspace.sty">macros/latex/contrib/setspace/setspace.sty</a>
</dl>