summaryrefslogtreecommitdiff
path: root/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-zerochap.html
diff options
context:
space:
mode:
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.html18
1 files changed, 18 insertions, 0 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
new file mode 100644
index 00000000000..131d3b9f649
--- /dev/null
+++ b/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-zerochap.html
@@ -0,0 +1,18 @@
+<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
+"&lt;<i>chapter no</i>&gt;.&lt;<i>section no</i>&gt;", 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
+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>
+</body>