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