diff options
author | Karl Berry <karl@freefriends.org> | 2017-04-24 21:26:18 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2017-04-24 21:26:18 +0000 |
commit | 4ec563d809d7fb0d516388c4a38f08825190ddcc (patch) | |
tree | 1c798554659a26a3a9f7d6b56d7144c27d55c541 /Master/texmf-dist/tex/latex/enotez | |
parent | 5aba49d986ac809e98f608f93d0c205b132a2738 (diff) |
enotez (24apr17)
git-svn-id: svn://tug.org/texlive/trunk@44024 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 | 15 |
1 files changed, 8 insertions, 7 deletions
diff --git a/Master/texmf-dist/tex/latex/enotez/enotez.sty b/Master/texmf-dist/tex/latex/enotez/enotez.sty index f354d658f9a..ba26561827b 100644 --- a/Master/texmf-dist/tex/latex/enotez/enotez.sty +++ b/Master/texmf-dist/tex/latex/enotez/enotez.sty @@ -8,7 +8,7 @@ % Web: https://bitbucket.org/cgnieder/enotez/ % E-Mail: contact@mychemistry.eu % -------------------------------------------------------------------------- -% Copyright 2012-2016 Clemens Niederberger +% Copyright 2012-2017 Clemens Niederberger % % This work may be distributed and/or modified under the % conditions of the LaTeX Project Public License, either version 1.3 @@ -31,8 +31,8 @@ \RequirePackage{ expl3 , xparse , l3keys2e , xtemplate , etoolbox , xpatch , scrlfile } \ProvidesExplPackage {enotez} - {2016/11/08} - {0.9} + {2017/04/24} + {0.9a} {Endnotes for LaTeX2e} % -------------------------------------------------------------------------- @@ -241,7 +241,7 @@ \cs_new_protected:Npn \enotez_endnote_text:nn #1#2 { - \tl_set:Nn \l__enotez_tmpa_tl { chapter } + \tl_set:Nn \l__enotez_tmpa_tl {chapter} \quark_if_no_value:nTF {#1} { \bool_if:nTF @@ -253,7 +253,7 @@ { \enotez_save_note:xxxxxnn { \int_use:N \g__enotez_endnote_id_int } - { \arabic {endnote} } + { \theendnote } % { \int_use:N \g__enotez_endnote_mark_int } { \int_use:N \g__enotez_list_printed_int } { \thechapter } @@ -264,7 +264,7 @@ { \enotez_save_note:xxxxxnn { \int_use:N \g__enotez_endnote_id_int } - { \arabic {endnote} } + { \theendnote } % { \int_use:N \g__enotez_endnote_mark_int } { \int_use:N \g__enotez_list_printed_int } { \thesection } @@ -981,8 +981,9 @@ - new command \NewSplitTitleTag 2015/07/29 v0.8a - adapt to deprecated choice selection in keys 2016/01/07 v0.8b - \prop_get:Nn => \prop_item:Nn -2016/11/08 v0.9 - fix issue #7 +2016/11/08 v0.9 - fix issues #6, #7, and #8 - remove caption patching and add \endnotemark and \endnotetext +2017/04/24 v0.9a - fix wrong format of number in list % -------------------------------------------------------------------------- % TODO: |