diff options
author | Norbert Preining <norbert@preining.info> | 2019-09-02 13:46:59 +0900 |
---|---|---|
committer | Norbert Preining <norbert@preining.info> | 2019-09-02 13:46:59 +0900 |
commit | e0c6872cf40896c7be36b11dcc744620f10adf1d (patch) | |
tree | 60335e10d2f4354b0674ec22d7b53f0f8abee672 /macros/text1/cms_help_files/chap.helpmark |
Initial commit
Diffstat (limited to 'macros/text1/cms_help_files/chap.helpmark')
-rw-r--r-- | macros/text1/cms_help_files/chap.helpmark | 48 |
1 files changed, 48 insertions, 0 deletions
diff --git a/macros/text1/cms_help_files/chap.helpmark b/macros/text1/cms_help_files/chap.helpmark new file mode 100644 index 0000000000..51aba6b4c6 --- /dev/null +++ b/macros/text1/cms_help_files/chap.helpmark @@ -0,0 +1,48 @@ ++-----------------------------------------------------------------------------+ +| chapter | ++-----------------------------------------------------------------------------+ + +Abbreviation: ã|\chapã% + +Parameters: ã|titleã% + + ã|Description:ã% +The \chapter markup starts a new page, centers the title in bold face, +and enters it in the table of contents. The text of a title is the only +parameter. + + ã|Example:ã% + +Anything less is more realistic. +\par +\chapter{Nationalism} +Nationalism is directly related to war. +Lord Acton observed that nationalism aims solely . . . ++-----------------------------------------------------------------------------+ +| | +| Chapter 1 | +| Nationalism | +| Nationalism is directly related to war. Lord Acton observed that | +| nationalism aims solely . . . | +| | ++-----------------------------------------------------------------------------+ + + ã|Example:ã% +If you want to force TEXT1 to split a long chapter title at a place of your +choosing, use \linebreak. + +\chapter{Subject Index\linebreak +and\lbr +Concordance} ++-----------------------------------------------------------------------------+ +| | +| Chapter 1 | +| Subject Index | +| and | +| Concordance | +| | ++-----------------------------------------------------------------------------+ + + ã|Notes:ã% +Refer to \chapterformat on the next page to change the chapter style. + Each time you use \chapter it resets the subhead numbers to zero. |