blob: 21485007e91bc69ad2aea79ead5f9ec85c0ae354 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
The parnotes package adds a new note type, \parnote. Parnotes are set as
normal, running paragraphs and may be placed two ways: (1) Automatically,
at the end of the paragraph (2) Manually, using the \parnotes command.
To place notes automatically after every paragraph, use the autopn
environment:
\begin{autopn}
Text\parnote{parnote}
Text
\end{autopn}
If environments are used within autopn, another autopn environment must be
nested within them. To place notes elsewhere, use the \parnotes command.
This is revision 1, last modified 01/03/12
See parnotes.sty for copyright and contact details.
|