blob: 1c9007ef54acd9966c3b76b2ea5a2b12a7567463 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
+-----------------------------------------------------------------------------+
| TEXT1 \notereferencegutter COMMAND |
+-----------------------------------------------------------------------------+
The \notereferencegutter command is always used in conjunction with the
\endnoteformat (\enf) command, and will determine the amount of space between
the endnote reference number and the text of the endnotes. The format for the
\notereferencegutter command is:
\endnoteformat{
\notereferencegutter{xx}
}
Where "xx" is any number and valid TeX measurement (in, pc, pts, etc.).
\notereferencegutter{1em} is the default and will give one emspace between the
endnote reference numbers and the text of the notes.
|