summaryrefslogtreecommitdiff
path: root/macros/text1/cms_help_files/san.helpmark
diff options
context:
space:
mode:
Diffstat (limited to 'macros/text1/cms_help_files/san.helpmark')
-rw-r--r--macros/text1/cms_help_files/san.helpmark25
1 files changed, 25 insertions, 0 deletions
diff --git a/macros/text1/cms_help_files/san.helpmark b/macros/text1/cms_help_files/san.helpmark
new file mode 100644
index 0000000000..05b9299a2c
--- /dev/null
+++ b/macros/text1/cms_help_files/san.helpmark
@@ -0,0 +1,25 @@
++-----------------------------------------------------------------------------+
+| setappendixnumber |
++-----------------------------------------------------------------------------+
+
+Abbreviation: ã|\sanã%
+
+Parameters: ã|previous appendix numberã%
+
+ ã|Description:ã%
+The appendix number will be automatically incremented by one for each
+use of \appendix. The appendix number can be reset by inserting the
+\setappendixnumber markup before the next occurrence of \appendix.
+
+ ã|Example:ã%
+By default, the first appendix is number 1. If you want to start with
+appendix 5, you would enter:
+
+\setappendixnumber{4}
+\appendix{Title of the fifth appendix}
+
+
+
+ ã|Notes:ã%
+The number specified in the \setappendixnumber parameter is the previous
+appendix number, not the next appendix number.