summaryrefslogtreecommitdiff
path: root/obsolete/macros/text1/cms_help_files/8textre.helpfoot
blob: 5cef5c7d4555368ee7b73a41ee70d39f688a0608 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
+-----------------------------------------------------------------------------+
|                        TEXT1 \textreferencestyle COMMAND                    |
+-----------------------------------------------------------------------------+
                                                                               
The  \textreferencestyle  command  is  always  used  in  conjunction  with  the
\footnoteformat  (\fnf) command,  and will  determine  the style  in which  the
footnote reference numbers within the text are printed.  There are six possible
text numbering styles:                                                         
       \textreferencestyle{1}    for numbered footnotes "1, 2, 3, ..."         
       \textreferencestyle{1.}   for numbered footnotes "1., 2., 3., ..."      
       \textreferencestyle{(1)}  for numbered footnotes "(1), (2), (3), ..."   
       \textreferencestyle{a}    for lettered footnotes "a, b, c, ..."         
       \textreferencestyle{a.}   for lettered footnotes "a., b., c., ..."      
       \textreferencestyle{(a)}  for lettered footnotes "(a), (b), (c), ..."   
                                                                               
The format for the \textreferencestyle command is:                             
                                                                               
          \footnoteformat{                                                     
          \textreferencestyle{xx}                                              
          }                                                                    
                                                                               
Where "xx" is one of the six valid style designations given above.  The default
is \textreferencestyle{1}.