From 9768a4c52a280dad3551f01aeca8bfacb7207e60 Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Wed, 24 Jul 2019 21:30:54 +0000 Subject: parnotes (24jul19) git-svn-id: svn://tug.org/texlive/trunk@51720 c570f23f-e606-0410-a88d-b1316a301751 --- Master/texmf-dist/tex/latex/parnotes/parnotes.sty | 17 ++++++++++++++++- 1 file changed, 16 insertions(+), 1 deletion(-) (limited to 'Master/texmf-dist/tex/latex/parnotes') diff --git a/Master/texmf-dist/tex/latex/parnotes/parnotes.sty b/Master/texmf-dist/tex/latex/parnotes/parnotes.sty index e5c3f68f5b6..65ed4704610 100644 --- a/Master/texmf-dist/tex/latex/parnotes/parnotes.sty +++ b/Master/texmf-dist/tex/latex/parnotes/parnotes.sty @@ -13,9 +13,19 @@ % http://tex.stackexchange.com/questions/34746/ % % Thanks to Stack Exchange users Ahmed Musa, Bruno Le Floch, and David Carlisle. +% +% ----------------------------- +% +% The package is currently unmainted, i.e. the above address exists but is not monitored +% +% Small extensions in 2019 by Frank Mittelbach: +% +% option reset (alias for restart to match other packages) +% option alph (for alph style notes instead of arabic) +% option symbol (for fnsymbol style notes) \NeedsTeXFormat{LaTeX2e} -\ProvidesPackage{parnotes}[2016/08/15 rev. 3 Notes after every paragraph, or elsewhere] +\ProvidesPackage{parnotes}[2019/07/23 rev. 3b Notes after every paragraph, or elsewhere] % % These are the user-modifiable format commands @@ -54,10 +64,15 @@ % \let\PN@reset@optional\relax \DeclareOption{restart}{\def\PN@reset@optional{\parnotereset}} +\DeclareOption{reset}{\def\PN@reset@optional{\parnotereset}} %FMi alternative name % % Parnote marks are arabic by default, but an option changes them to roman % \DeclareOption{roman}{\renewcommand\theparnotemark{\roman{parnotemark}}} +%%FMi +\DeclareOption{alph}{\renewcommand\theparnotemark{\alph{parnotemark}}} +\DeclareOption{symbol}{\renewcommand\theparnotemark{\fnsymbol{parnotemark}}} +%%FMi -- end % breakwithin just changes \parnoteintercmd \DeclareOption{breakwithin}{\renewcommand{\parnoteintercmd}{\\}} % And indentafter just clears \PN@disable@indent -- cgit v1.2.3