summaryrefslogtreecommitdiff
path: root/macros/text1/cms_help_files/5textre.helpendn
diff options
context:
space:
mode:
Diffstat (limited to 'macros/text1/cms_help_files/5textre.helpendn')
-rw-r--r--macros/text1/cms_help_files/5textre.helpendn23
1 files changed, 23 insertions, 0 deletions
diff --git a/macros/text1/cms_help_files/5textre.helpendn b/macros/text1/cms_help_files/5textre.helpendn
new file mode 100644
index 0000000000..96e3aab143
--- /dev/null
+++ b/macros/text1/cms_help_files/5textre.helpendn
@@ -0,0 +1,23 @@
++-----------------------------------------------------------------------------+
+| TEXT1 \textreferencestyle COMMAND |
++-----------------------------------------------------------------------------+
+
+The \textreferencestyle command is always used in conjunction with the
+\endnoteformat (\enf) command, and will determine the style in which the
+endnote reference numbers within the text are printed. There are six possible
+text numbering styles:
+ \textreferencestyle{1} for numbered endnotes "1, 2, 3, ..."
+ \textreferencestyle{[1]} for numbered endnotes "[1], [2], ..."
+ \textreferencestyle{(1)} for numbered endnotes "(1), (2), (3), ..."
+ \textreferencestyle{a} for lettered endnotes "a, b, c, ..."
+ \textreferencestyle{[a]} for lettered endnotes "[a], [b] ..."
+ \textreferencestyle{(a)} for lettered endnotes "(a), (b), (c), ..."
+
+The format for the \textreferencestyle command is:
+
+ \endnoteformat{
+ \textreferencestyle{xx}
+ }
+
+Where "xx" is one of the six valid style designations given above. The default
+is \textreferencestyle{[1]}.