summaryrefslogtreecommitdiff
path: root/macros/text1/cms_help_files/sfnn.helpmark
blob: 369f764e65b28867ea7e77ad8d738918e53fdd23 (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
38
39
+-----------------------------------------------------------------------------+
|                              setfootnotenumber                              |
+-----------------------------------------------------------------------------+
 
Abbreviation:  ã|\sfnnã%
 
Parameters:    ã|previous footnote numberã%
 
    ã|Description:ã%
The  footnote number  will  be  automatically incremented  by  one  for each
use  of \autofootnote.    The footnote  number can  be  reset by  adding the
\setfootnotenumber markup before the next occurrence of an autofootnote.
 
    ã|Example:ã%
By  default,  footnote  numbers are  reset  in  parts.    If  you  also want
them  reset in  chapters,  you  could modify  the  \chapterformat  by adding
\setfootnotenumber to the \titleformat:
 
\chapterformat{\numberingstyle{1}
  \titleformat{\dumpinsertseject
      \cl{\twelvept\bd Chapter \chapternumber}
 
      \cl{\twelvept\bd \chaptertitle}
      \vs{1\bl}
      \setfootnotenumber{0}
      \setsubheadanumber{0}
      \setsubheadbnumber{0}
      \setsubheadcnumber{0}
      \setsubheaddnumber{0}}
  \incontents{yes}}
 
    ã|Notes:ã%
The number  specified in  the \setfootnotenumber  parameter is  the previous
footnote  number, not  the  next footnote  number.    If you  want  the next
\autofootnote to be footnote 90, then specify
 
\setfootnotenumber{89}
 
    The \setfootnotenumber markup has no effect on the \footnote markup.