summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/generic/FAQ-en/html/FAQ-newlineargs.html
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/doc/generic/FAQ-en/html/FAQ-newlineargs.html')
-rw-r--r--Master/texmf-dist/doc/generic/FAQ-en/html/FAQ-newlineargs.html16
1 files changed, 8 insertions, 8 deletions
diff --git a/Master/texmf-dist/doc/generic/FAQ-en/html/FAQ-newlineargs.html b/Master/texmf-dist/doc/generic/FAQ-en/html/FAQ-newlineargs.html
index ea8b6608c1d..eccc25614ba 100644
--- a/Master/texmf-dist/doc/generic/FAQ-en/html/FAQ-newlineargs.html
+++ b/Master/texmf-dist/doc/generic/FAQ-en/html/FAQ-newlineargs.html
@@ -7,20 +7,20 @@
<blockquote>
<pre>
! Missing number, treated as zero.
-&lt;to be read again&gt;
+&#60;to be read again&#62;
g
-&lt;*&gt; [grump]
+&#60;*&#62; [grump]
</pre>
</blockquote><p>
and those where a single asterisk at the start of a line mysteriously
fails to appear in the output.
<p/>Both problems arise because <code>\</code><code>\</code> takes optional arguments. The
-command <code>\</code><code>\*</code> means &ldquo;break the line here, and inhibit page break
-following the line break&rdquo;; the command <code>\</code><code>\[</code>&lt;<i>dimen</i>&gt;<code>]</code>
-means &ldquo;break the line here and add &lt;<i>dimen</i>&gt; extra vertical space
-afterwards&rdquo;.
+command <code>\</code><code>\*</code> means &#8220;break the line here, and inhibit page break
+following the line break&#8221;; the command <code>\</code><code>\[</code>&lt;<i>dimen</i>&gt;<code>]</code>
+means &#8220;break the line here and add &lt;<i>dimen</i>&gt; extra vertical space
+afterwards&#8221;.
<p/>So why does <code>\</code><code>\</code> get confused by these things at the start of a
-line? It&rsquo;s looking for the first non-blank thing, and in the test it
+line? It&#8217;s looking for the first non-blank thing, and in the test it
uses ignores the end of the line in your input text.
<p/>The solution is to enclose the stuff at the start of the new line in
braces:
@@ -53,6 +53,6 @@ which is a usage this FAQ would not recommend, anyway: refer
to the <a href="FAQ-eqnarray.html">reason not to use <code>eqnarray</code></a>.
<p/>Note that the <i>amsmath</i> package modifies the behaviour of
<code>\\</code> in maths. With <i>amsmath</i>, the <code>eqnarray</code>
-example doesn&rsquo;t need any special measures.
+example doesn&#8217;t need any special measures.
<p/><p>This question on the Web: <a href="http://www.tex.ac.uk/cgi-bin/texfaq2html?label=newlineargs">http://www.tex.ac.uk/cgi-bin/texfaq2html?label=newlineargs</a>
</body>