File: FAQ-zerochap.html

package info (click to toggle)
tetex-base 3.0.dfsg.3-5
  • links: PTS
  • area: main
  • in suites: etch-m68k
  • size: 239,540 kB
  • ctags: 10,610
  • sloc: xml: 103,461; perl: 9,398; ruby: 2,850; python: 1,551; php: 1,067; sh: 981; lisp: 494; makefile: 371; awk: 88
file content (18 lines) | stat: -rw-r--r-- 1,069 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
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><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>