diff options
author | Karl Berry <karl@freefriends.org> | 2013-11-10 22:44:29 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2013-11-10 22:44:29 +0000 |
commit | f0d8bbf89117b8a4e7b19b3288521a57f1b70534 (patch) | |
tree | 535443fca9a50695fc8ffc7353a2623e15d27ac5 /Master/texmf-dist/tex/latex/enotez | |
parent | 79d5656c511fc0b01e58967a0bc9c4273864e91e (diff) |
enotez
git-svn-id: svn://tug.org/texlive/trunk@32120 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/enotez')
-rw-r--r-- | Master/texmf-dist/tex/latex/enotez/enotez.sty | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/Master/texmf-dist/tex/latex/enotez/enotez.sty b/Master/texmf-dist/tex/latex/enotez/enotez.sty index 1c510bc4931..b759af6bc8d 100644 --- a/Master/texmf-dist/tex/latex/enotez/enotez.sty +++ b/Master/texmf-dist/tex/latex/enotez/enotez.sty @@ -31,8 +31,8 @@ \RequirePackage{ expl3 , xparse , l3keys2e , xtemplate , etoolbox , xpatch , scrlfile } \ProvidesExplPackage {enotez} - {2013/08/03} - {0.7a} + {2013/10/31} + {0.7b} {Endnotes for LaTeX2e} % -------------------------------------------------------------------------- @@ -71,7 +71,7 @@ \cs_new:Npn \enotez_option_deprecated:nn #1#2 { \msg_warning:nnnnn { enotez } { deprecated } { option } { #1 } { #2 } } -\cs_new:Npn \acro_command_deprecated:NN #1#2 +\cs_new:Npn \enotez_command_deprecated:NN #1#2 { \msg_warning:nnnnn { enotez } { deprecated } { command } { \token_to_str:N #1 } { \token_to_str:N #2 } @@ -960,6 +960,9 @@ - new option: `list-heading' 2013/08/03 v0.7a - corrected bug: `reset=true' now works as it should - added counter-format `symbols' +2013/10/31 v0.7b - corrected bug: \acro_command_deprecated:NN should of course + be \enotez_command_deprecated:NN + % -------------------------------------------------------------------------- % TODO: |