| Choosing a Product |
| Scientific WorkPlace |
| Scientific Word |
| Scientific Notebook |
| Calculus:
Concepts and Methods CD |
| Software Licenses |
| Related
Products |
Technical Support |
Document 681 Resetting theorem numbering for new divisionsVersion: 3.x, 4.x, 5.x - Scientific WorkPlace & Scientific Word You can reset the numbering of theorem environments to 1 for each new document division instead of having numbering run consecutively throughout your document. If you're familiar with TeX and LaTeX and the \newtheorem statements that determine the numbering sequence appear in the preamble of your document, you can provide independent instead of common numbering for theorem-like environments using an alternate form of the statements: \newtheorem{counter}{counter_title}[numbered_within] The numbered_within parameter, which is the name of an already defined division counter, determines when the counter is reset to 1. NoteMake a backup copy of your document before you make any modifications to the preamble.
See also Last revised 07/11/06 |