diff options
author | Karl Berry <karl@freefriends.org> | 2012-01-06 01:00:48 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2012-01-06 01:00:48 +0000 |
commit | 4db9b6bcdb70e203b5afdb36815d7341b3e9fc5f (patch) | |
tree | bab41763992ce3351423f057effc88fb8a888522 /Master/texmf-dist/doc/latex/parnotes/README | |
parent | d882c28155a87f245ab04b96bf9e09460f82f94e (diff) |
new latex package parnotes (4jan12)
git-svn-id: svn://tug.org/texlive/trunk@25032 c570f23f-e606-0410-a88d-b1316a301751
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. |