diff options
Diffstat (limited to 'Master/texmf-doc/doc/english/FAQ-en/html/FAQ-nonum.html')
-rw-r--r-- | Master/texmf-doc/doc/english/FAQ-en/html/FAQ-nonum.html | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-nonum.html b/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-nonum.html index 37016846394..74783f3351c 100644 --- a/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-nonum.html +++ b/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-nonum.html @@ -2,12 +2,12 @@ <title>UK TeX FAQ -- question label nonum</title> </head><body> <h3>“Missing number, treated as zero”</h3> -<p>In general, this means you’ve tried to assign something to a count, +<p/>In general, this means you’ve tried to assign something to a count, dimension or skip register that isn’t (in TeX’s view of things) a number. Usually the problem will become clear using the <a href="FAQ-erroradvice.html">ordinary techniques of examining errors</a>. -<p>Two LaTeX-specific errors are commonly aired on the newsgroups. -<p>The commonest arises from attempting to use an example from the +<p/>Two LaTeX-specific errors are commonly aired on the newsgroups. +<p/>The commonest arises from attempting to use an example from the <a href="FAQ-books.html"><em>The LaTeX Companion</em> (first edition)</a>, and is exemplified by the following error text: <pre> @@ -24,7 +24,7 @@ document using such examples from the <em>Companion</em>. (The problem does not really arise with the second edition; copies of all the examples are available on the accompanying CDROM, or on CTAN.) -<p>The other problem, which is increasingly rare nowadays, arises from +<p/>The other problem, which is increasingly rare nowadays, arises from misconfiguration of a system that has been upgraded from LaTeX 2.09: the document uses the <i>times</i> package, and the error appears at <code>\</code><code>begin{document}</code>. The file search paths are wrongly set @@ -44,5 +44,5 @@ text rather better. <dt><tt><i>Examples for LaTeX Companion</i></tt><dd><a href="ftp://cam.ctan.org/tex-archive/info/examples/tlc2.zip">info/examples/tlc2</a> (<a href="ftp://cam.ctan.org/tex-archive/info/examples/tlc2.tar.gz">gzipped tar</a>, <a href="http://www.tex.ac.uk/tex-archive/info/examples/tlc2/">browse</a>) <dt><tt><i>The psnfss bundle</i></tt><dd><a href="ftp://cam.ctan.org/tex-archive/macros/latex/required/psnfss.zip">macros/latex/required/psnfss</a> (<a href="ftp://cam.ctan.org/tex-archive/macros/latex/required/psnfss.tar.gz">gzipped tar</a>, <a href="http://www.tex.ac.uk/tex-archive/macros/latex/required/psnfss/">browse</a>) </dl> -<p><p>This question on the Web: <a href="http://www.tex.ac.uk/cgi-bin/texfaq2html?label=nonum">http://www.tex.ac.uk/cgi-bin/texfaq2html?label=nonum</a> +<p/><p>This question on the Web: <a href="http://www.tex.ac.uk/cgi-bin/texfaq2html?label=nonum">http://www.tex.ac.uk/cgi-bin/texfaq2html?label=nonum</a> </body> |