summaryrefslogtreecommitdiff
path: root/macros/text1/cms_help_files/sscn.helpmark
diff options
context:
space:
mode:
authorNorbert Preining <norbert@preining.info>2019-09-02 13:46:59 +0900
committerNorbert Preining <norbert@preining.info>2019-09-02 13:46:59 +0900
commite0c6872cf40896c7be36b11dcc744620f10adf1d (patch)
tree60335e10d2f4354b0674ec22d7b53f0f8abee672 /macros/text1/cms_help_files/sscn.helpmark
Initial commit
Diffstat (limited to 'macros/text1/cms_help_files/sscn.helpmark')
-rw-r--r--macros/text1/cms_help_files/sscn.helpmark25
1 files changed, 25 insertions, 0 deletions
diff --git a/macros/text1/cms_help_files/sscn.helpmark b/macros/text1/cms_help_files/sscn.helpmark
new file mode 100644
index 0000000000..c6db33d4e0
--- /dev/null
+++ b/macros/text1/cms_help_files/sscn.helpmark
@@ -0,0 +1,25 @@
++-----------------------------------------------------------------------------+
+| setsubheadcnumber |
++-----------------------------------------------------------------------------+
+
+Abbreviation: ã|\sscnã%
+
+Parameters: ã|previous subheadc numberã%
+
+ ã|Description:ã%
+The subheadc number will be automatically incremented by one for each
+use of \subheadc. The subheadc number can be reset by inserting the
+\setsubheadcnumber markup before the next occurrence of \subheadc.
+
+ ã|Example:ã%
+By default, the first subheadc is number 1. If you want to start with
+number 5, you would enter:
+
+\setsubheadcnumber{4}
+\subheadc{Title of the fifth subheadc}
+
+ ã|Notes:ã%
+The number specified in the \setsubheadcnumber parameter is the previous
+subheadc number, not the next subheadc number.
+ The subheadc number is reset to zero when you enter \part, \chapter,
+\subheada, \subheadb, or \appendix.