diff options
Diffstat (limited to 'Master/texmf-doc/doc/english/FAQ-en/html/FAQ-zerochap.html')
-rw-r--r-- | Master/texmf-doc/doc/english/FAQ-en/html/FAQ-zerochap.html | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-zerochap.html b/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-zerochap.html index fc4378c261a..a8fd0ecdc70 100644 --- a/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-zerochap.html +++ b/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-zerochap.html @@ -2,17 +2,17 @@ <title>UK TeX FAQ -- question label zerochap</title> </head><body> <h3>Why are my sections numbered 0.1 ...?</h3> -<p>This happens when your document is using the standard <i>book</i> or +<p/>This happens when your document is using the standard <i>book</i> or <i>report</i> class (or one similar), and you’ve got a <code>\</code><code>section</code> before your first <code>\</code><code>chapter</code>. -<p>What happens is, that the class numbers sections as +<p/>What happens is, that the class numbers sections as “<<i>chapter no</i>>.<<i>section no</i>>”, and until the first chapter has appeared, the chapter number is 0. -<p>If you’re doing this, it’s quite likely that the <i>article</i> class +<p/>If you’re doing this, it’s quite likely that the <i>article</i> class is for you; try it and see. Otherwise, give your sections a ‘superior’ chapter, or do away with section numbering by using <code>\</code><code>section*</code> instead. An alternative way of avoiding numbering is discussed in “<a href="FAQ-secnumdep.html">unnumbered sections in the table of contents</a>”. -<p><p>This question on the Web: <a href="http://www.tex.ac.uk/cgi-bin/texfaq2html?label=zerochap">http://www.tex.ac.uk/cgi-bin/texfaq2html?label=zerochap</a> +<p/><p>This question on the Web: <a href="http://www.tex.ac.uk/cgi-bin/texfaq2html?label=zerochap">http://www.tex.ac.uk/cgi-bin/texfaq2html?label=zerochap</a> </body> |