diff options
Diffstat (limited to 'Master/texmf-dist/doc/latex/parnotes/README')
-rw-r--r-- | Master/texmf-dist/doc/latex/parnotes/README | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/parnotes/README b/Master/texmf-dist/doc/latex/parnotes/README new file mode 100644 index 00000000000..21485007e91 --- /dev/null +++ b/Master/texmf-dist/doc/latex/parnotes/README @@ -0,0 +1,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. |