diff options
Diffstat (limited to 'Master/texmf-dist/doc/generic/FAQ-en/html/FAQ-zerochap.html')
-rw-r--r-- | Master/texmf-dist/doc/generic/FAQ-en/html/FAQ-zerochap.html | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/Master/texmf-dist/doc/generic/FAQ-en/html/FAQ-zerochap.html b/Master/texmf-dist/doc/generic/FAQ-en/html/FAQ-zerochap.html deleted file mode 100644 index 5a0d3440ac4..00000000000 --- a/Master/texmf-dist/doc/generic/FAQ-en/html/FAQ-zerochap.html +++ /dev/null @@ -1,20 +0,0 @@ -<head> -<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 -<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 -“<<i>chapter no</i>>.<<i>section no</i>>”, and until the first -<code>\</code><code>chapter</code> has appeared, the chapter number is 0. (If you -use<code>\</code><code>chapter*</code>, which doesn’t number the chapter it produces, the -problem still arises.) -<p/>If you’re doing this, it’s possible that the <i>article</i> class -is for you; try it and see. Otherwise, put a <code>\</code><code>chapter</code> before -your sections, 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> -</body> |