summaryrefslogtreecommitdiff
path: root/macros/text1/cms_help_files/stn.helpmark
blob: 94fe79e895f0cbf26db157713e5c7066c4b9d1b3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
+-----------------------------------------------------------------------------+
|                               settablenumber                                |
+-----------------------------------------------------------------------------+
 
Abbreviation:  ã|\stnã%
 
Parameters:    ã|previous table numberã%
 
    ã|Description:ã%
The table  number will be automatically  incremented by one for  each use of
\tabletitle.   The table number  can be reset by  adding the \settablenumber
markup before the next occurrence of \tabletitle.
 
    ã|Example:ã%
By default, table numbers  are reset in parts.   If you also want them reset
in chapters,  you could modify the  \chapterformat by adding \settablenumber
to the \titleformat:
 
\chapterformat{\numberingstyle{1}
  \titleformat{\dumpinsertseject
      \cl{\twelvept\bd Chapter \chapternumber}
 
      \cl{\twelvept\bd \chaptertitle}
      \vs{1\bl}
      \settablenumber{0}
      \setsubheadanumber{0}
      \setsubheadbnumber{0}
      \setsubheadcnumber{0}
      \setsubheaddnumber{0}}
  \incontents{yes} }
 
    ã|Notes:ã%
The number specified in  the \settablenumber parameter is the previous table
number, not the next  table number.  If you  want the next \tabletitle to be
Table 90, then specify
 
\settablenumber{89}