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