diff options
author | Karl Berry <karl@freefriends.org> | 2009-05-22 23:51:44 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2009-05-22 23:51:44 +0000 |
commit | 566f5207d7e3cafb0633d31277067336ccd9cca7 (patch) | |
tree | 7af53e7ac405185168bc1dc38c4e820f442b78d0 /Master/texmf-dist/doc/generic/FAQ-en/html/FAQ-zerochap.html | |
parent | b0beea26ffffd915bb6d9b82f2d65a0a05b7e23b (diff) |
move generic english documents out of texmf-doc
git-svn-id: svn://tug.org/texlive/trunk@13396 c570f23f-e606-0410-a88d-b1316a301751
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 | 18 |
1 files changed, 18 insertions, 0 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 new file mode 100644 index 00000000000..a8fd0ecdc70 --- /dev/null +++ b/Master/texmf-dist/doc/generic/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 +“<<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 +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> |