diff options
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.html | 16 |
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’t <code>\</code><code>linespread</code> work?</h3> +<h3>Why doesn’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 <<i>factor</i>>; but, to all -appearances, it doesn’t. +appearances, it doesn’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’t immediate. +way, it somehow feels less surprising that the effect isn’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’t change the font, any +a mere change of <code>\</code><code>baselinestretch</code> doesn’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> — you have to follow +<code>\</code><code>fontsize{</code><em>size</em><code>}{</code><em>baselineskip</em><code>}</code> — 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 — see -“<a href="FAQ-linespace.html">managing double-spaced documents</a>”. If +manage the baseline, will deal with all this stuff — see +“<a href="FAQ-linespace.html">managing double-spaced documents</a>”. If you want to avoid <i>setspace</i>, beware the behaviour of linespread changes within a paragraph: read -“<a href="FAQ-baselinepar.html"><code>\</code><code>baselineskip</code> is a paragraph parameter</a>”. +“<a href="FAQ-baselinepar.html"><code>\</code><code>baselineskip</code> is a paragraph parameter</a>”. <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> |