blob: b032b8a8d9d6b0d889dfb616ae6cc33c785a1f98 (
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
|
+-----------------------------------------------------------------------------+
| setendnotenumber |
+-----------------------------------------------------------------------------+
Abbreviation: ã|\sennã%
Parameters: ã|previous endnote numberã%
ã|Description:ã%
The endnote number will be automatically incremented by one for each
use of \autoendnote. The endnote number can be reset by adding the
\setendnotenumber markup before the next occurrence of an \autoendnote.
ã|Example:ã%
By default, endnote numbers are reset in parts. If you also want them reset
in chapters, you could modify the \chapterformat by adding \setendnotenumber
to the \titleformat:
\chapterformat{\numberingstyle{1}
\titleformat{\dumpinsertseject
\cl{\twelvept\bd Chapter \chapternumber}
\cl{\twelvept\bd \chaptertitle}
\vs{1\bl}
\setendnotenumber{0}
\setsubheadanumber{0}
\setsubheadbnumber{0}
\setsubheadcnumber{0}
\setsubheaddnumber{0}}
\incontents{yes}}
ã|Notes:ã%
The number specified in the \setendnotenumber parameter is the previous
endnote number, not the next endnote number. If you want the next
\autoendnote to be endnote 90, then specify
\setendnotenumber{89}
|