blob: 5f70c16e4e0cdbd1c2cc3aec36b18cb38e6f6fb9 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
+-----------------------------------------------------------------------------+
| TEXT1 \referenceplacement COMMAND |
+-----------------------------------------------------------------------------+
The \referenceplacement command is always used in conjunction with the
\footnoteformat (\fnf) command, and will determine whether the footnote
reference number is placed before or after the footnote reference word. The
format for the \referenceplacement command is:
\footnoteformat{
\referenceplacement{xx}
}
Where "xx" is either "before" or "after". \referenceplacement{after} will
place the footnote reference number after the word. \referenceplacement{before}
will place the footnote reference number before the word referenced.
|