summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/generic/FAQ-en/html/FAQ-noline.html
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/doc/generic/FAQ-en/html/FAQ-noline.html')
-rw-r--r--Master/texmf-dist/doc/generic/FAQ-en/html/FAQ-noline.html20
1 files changed, 10 insertions, 10 deletions
diff --git a/Master/texmf-dist/doc/generic/FAQ-en/html/FAQ-noline.html b/Master/texmf-dist/doc/generic/FAQ-en/html/FAQ-noline.html
index 5bc40aaa264..eaa04bd55a7 100644
--- a/Master/texmf-dist/doc/generic/FAQ-en/html/FAQ-noline.html
+++ b/Master/texmf-dist/doc/generic/FAQ-en/html/FAQ-noline.html
@@ -12,9 +12,9 @@ See the LaTeX manual or LaTeX Companion for explanation.
</blockquote><p>
comes in reaction to you giving LaTeX a <code>\</code><code>\</code> command at a time
-when it&rsquo;s not expecting it. The commonest case is where you&rsquo;ve
+when it&#8217;s not expecting it. The commonest case is where you&#8217;ve
decided you want the label of a list item to be on a line of its own,
-so you&rsquo;ve written (for example):
+so you&#8217;ve written (for example):
<blockquote>
<pre>
\begin{description}
@@ -24,15 +24,15 @@ so you&rsquo;ve written (for example):
</pre>
</blockquote><p>
<code>\</code><code>\</code> is actually a rather bad command to use in this case (even if
-it worked), since it would force the &lsquo;paragraph&rsquo; that&rsquo;s made up of the
+it worked), since it would force the &#8216;paragraph&#8217; that&#8217;s made up of the
text of the item to terminate a line which has nothing on it but the
-label. This would lead to an &ldquo;<code>Underfull \hbox</code>&rdquo; warning message
-(usually with &lsquo;infinite&rsquo; badness of 10000); while this message doesn&rsquo;t
+label. This would lead to an &#8220;<code>Underfull \hbox</code>&#8221; warning message
+(usually with &#8216;infinite&#8217; badness of 10000); while this message doesn&#8217;t
do any actual harm other than slowing down your LaTeX run, any
-message that doesn&rsquo;t convey any information distracts for no useful
+message that doesn&#8217;t convey any information distracts for no useful
purpose.
<p/>The proper solution to the problem is to write a new sort of
-<code>description</code> environment, that does just what you&rsquo;re after. (The
+<code>description</code> environment, that does just what you&#8217;re after. (The
<a href="FAQ-books.html"><em>LaTeX Companion</em></a> offers a
rather wide selection of variants of these things.)
@@ -49,7 +49,7 @@ which fills out the under-full line before forcing its closure. The
<i>expdlist</i> package provides the same functionality with its
<code>\</code><code>breaklabel</code> command, and <i>mdwlist</i> provides it via its
<code>\</code><code>desclabelstyle</code> command.
-<p/>The other common occasion for the message is when you&rsquo;re using the
+<p/>The other common occasion for the message is when you&#8217;re using the
<code>center</code> (or <code>flushleft</code> or <code>flushright</code>)
environment, and have decided you need extra separation between lines
in the environment:
@@ -62,7 +62,7 @@ in the environment:
\end{center}
</pre>
</blockquote><p>
-The solution here is plain: use the <code>\\</code> command in the way it&rsquo;s
+The solution here is plain: use the <code>\\</code> command in the way it&#8217;s
supposed to be used, to provide more than just a single line break
space. <code>\\</code> takes an optional argument, which specifies
how much extra space to add; the required effect in the text above can
@@ -77,7 +77,7 @@ be had by saying:
</blockquote><p>
<dl>
<dt><tt><i>expdlist.sty</i></tt><dd><a href="http://www.tex.ac.uk/tex-archive/macros/latex/contrib/expdlist.zip">macros/latex/contrib/expdlist</a> (or <a href="http://www.tex.ac.uk/tex-archive/macros/latex/contrib/expdlist/">browse the directory</a>)
-<dt><tt><i>mdwlist.sty</i></tt><dd>Distributed as part of <a href="http://www.tex.ac.uk/tex-archive/macros/latex/contrib/mdwtools.zip">macros/latex/contrib/mdwtools</a> (or <a href="http://www.tex.ac.uk/tex-archive/macros/latex/contrib/mdwtools/">browse the directory</a>)
+<dt><tt><i>mdwlist.sty</i></tt><dd>Distributed as part of <a href="http://www.tex.ac.uk/tex-archive/macros/latex/contrib/mdwtools.zip">macros/latex/contrib/mdwtools</a> (or <a href="http://www.tex.ac.uk/tex-archive/macros/latex/contrib/mdwtools/">browse the directory</a>); <a href="http://www.tex.ac.uk/tex-archive/help/Catalogue/entries/mdwlist.html">catalogue entry</a>
</dl>
<p/>
<p/><p>This question on the Web: <a href="http://www.tex.ac.uk/cgi-bin/texfaq2html?label=noline">http://www.tex.ac.uk/cgi-bin/texfaq2html?label=noline</a>