Document 399 How to extend or remove typeset division numbersVersion: 2.5, 3.x, 4.x, 5.x - Scientific WorkPlace & Scientific Word The secnumdepth counter setting in the typesetting specification determines which division headings are automatically numbered. The value of the counter specifies the lowest division level that is numbered. Occasionally, you may need to extend numbering to deeper levels of division headings than the document shell specifies. You can also remove division numbering below a certain level.
ExamplesThe standard LaTeX book typesetting specification numbers subsections. To also number Subsubsections, add the following to the document preamble: \setcounter{secnumdepth}{3} You can remove numbering from all division levels. Add the following to the document preamble: \setcounter{secnumdepth}{-2} See also How to remove typeset division numbers Last revised 10/06/09 This document was created with Scientific WorkPlace. |