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