diff options
author | Karl Berry <karl@freefriends.org> | 2016-07-30 23:12:23 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2016-07-30 23:12:23 +0000 |
commit | 4e2bc5d88938c53a614ca1efafe6680e25d24c76 (patch) | |
tree | 969f1f6efad2eba03927138558962c252e085684 /Master/texmf-dist/doc/latex/parnotes/README.md | |
parent | ef63475b97ba5f335f4b642c65af6f39982a00d2 (diff) |
parnotes (26jul16)
git-svn-id: svn://tug.org/texlive/trunk@41775 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/parnotes/README.md')
-rw-r--r-- | Master/texmf-dist/doc/latex/parnotes/README.md | 32 |
1 files changed, 32 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/parnotes/README.md b/Master/texmf-dist/doc/latex/parnotes/README.md new file mode 100644 index 00000000000..01fbad502bb --- /dev/null +++ b/Master/texmf-dist/doc/latex/parnotes/README.md @@ -0,0 +1,32 @@ +parnotes +======== + +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, or (2) manually, using the `\parnotes` command. + +To place parnotes 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. + +For more details, read the project documentation in `parnotes.pdf`. + +Bugs and Source +--------------- +The development repository and the bug tracker for this package are hosted at https://github.com/chelh/LaTeX-parnotes + +License +------- +Copyright (c) 2016 Chelsea Hughes + +This work is distributed under the LaTeX Project Public License, version 1.3 or later, available at http://www.latex-project.org/lppl.txt + +I currently maintain this project (comprising `parnotes.sty`, `parnotes.tex`, `README.md`, and the derived file `parnotes.pdf`) and will receive error reports at the project GitHub page (see **Bugs and Source** above). + +This package was started due to a question at the TeX Stack Exchange: http://tex.stackexchange.com/questions/34746/ + +Thanks to Stack Exchange users Ahmed Musa, Bruno Le Floch, and David Carlisle. |