diff options
author | Norbert Preining <norbert@preining.info> | 2024-01-31 03:01:01 +0000 |
---|---|---|
committer | Norbert Preining <norbert@preining.info> | 2024-01-31 03:01:01 +0000 |
commit | 79e1bbc1ad6b308aa2074540b2afd43b6a72ce03 (patch) | |
tree | 32074e03eec88cf72e5973ddff176a0534c77dff /obsolete/macros/text1/cms_help_files/8notere.helpendn | |
parent | 084f5d8435744b7ea7ef487ec111a7bfd100ed62 (diff) |
CTAN sync 202401310301
Diffstat (limited to 'obsolete/macros/text1/cms_help_files/8notere.helpendn')
-rw-r--r-- | obsolete/macros/text1/cms_help_files/8notere.helpendn | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/obsolete/macros/text1/cms_help_files/8notere.helpendn b/obsolete/macros/text1/cms_help_files/8notere.helpendn new file mode 100644 index 0000000000..0728adcc36 --- /dev/null +++ b/obsolete/macros/text1/cms_help_files/8notere.helpendn @@ -0,0 +1,23 @@ ++-----------------------------------------------------------------------------+ +| TEXT1 \notereferencestyle COMMAND | ++-----------------------------------------------------------------------------+ + +The \notereferencestyle command is always used in conjunction with the +\endnoteformat (\enf) command, and will determine the style in which the +endnote reference numbers within the notes are printed. There are six possible +note numbering styles: + \notereferencestyle{1} for numbered endnotes "1, 2, 3, ..." + \notereferencestyle{[1]} for numbered endnotes "[1], [2] ..." + \notereferencestyle{(1)} for numbered endnotes "(1), (2), (3), ..." + \notereferencestyle{a} for lettered endnotes "a, b, c, ..." + \notereferencestyle{[a]} for lettered endnotes "[a], [b] ..." + \notereferencestyle{(a)} for lettered endnotes "(a), (b), (c), ..." + +The format for the \notereferencestyle command is: + + \endnoteformat{ + \notereferencestyle{xx} + } + +Where "xx" is one of the six valid style designations given above. The default +is \notereferencestyle{1}. |