summaryrefslogtreecommitdiff
path: root/macros/text1/cms_help_files/senn.helpmark
diff options
context:
space:
mode:
Diffstat (limited to 'macros/text1/cms_help_files/senn.helpmark')
-rw-r--r--macros/text1/cms_help_files/senn.helpmark37
1 files changed, 37 insertions, 0 deletions
diff --git a/macros/text1/cms_help_files/senn.helpmark b/macros/text1/cms_help_files/senn.helpmark
new file mode 100644
index 0000000000..b032b8a8d9
--- /dev/null
+++ b/macros/text1/cms_help_files/senn.helpmark
@@ -0,0 +1,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}