diff options
Diffstat (limited to 'Master')
-rw-r--r-- | Master/texmf-dist/doc/latex/enotez/README | 4 | ||||
-rw-r--r-- | Master/texmf-dist/doc/latex/enotez/enotez_en.pdf | bin | 451515 -> 465670 bytes | |||
-rw-r--r-- | Master/texmf-dist/doc/latex/enotez/enotez_en.tex | 2 | ||||
-rw-r--r-- | Master/texmf-dist/tex/latex/enotez/enotez.sty | 14 |
4 files changed, 12 insertions, 8 deletions
diff --git a/Master/texmf-dist/doc/latex/enotez/README b/Master/texmf-dist/doc/latex/enotez/README index f74ab1da5d7..7709ec797d2 100644 --- a/Master/texmf-dist/doc/latex/enotez/README +++ b/Master/texmf-dist/doc/latex/enotez/README @@ -1,5 +1,5 @@ -------------------------------------------------------------------------- -the ENOTEZ package v0.10c 2020/12/13 +the ENOTEZ package v0.10d 2022/01/04 Endnotes for LaTeX2e @@ -8,7 +8,7 @@ Clemens Niederberger Web: https://github.com/cgnieder/enotez/ E-Mail: contact@mychemistry.eu -------------------------------------------------------------------------- -Copyright 2012--2020 Clemens Niederberger +Copyright 2012--2022 Clemens Niederberger This work may be distributed and/or modified under the conditions of the LaTeX Project Public License, either version 1.3c diff --git a/Master/texmf-dist/doc/latex/enotez/enotez_en.pdf b/Master/texmf-dist/doc/latex/enotez/enotez_en.pdf Binary files differindex 987c7545bd4..b2486ece62d 100644 --- a/Master/texmf-dist/doc/latex/enotez/enotez_en.pdf +++ b/Master/texmf-dist/doc/latex/enotez/enotez_en.pdf diff --git a/Master/texmf-dist/doc/latex/enotez/enotez_en.tex b/Master/texmf-dist/doc/latex/enotez/enotez_en.tex index 8fb1dcee81b..35f001d9c52 100644 --- a/Master/texmf-dist/doc/latex/enotez/enotez_en.tex +++ b/Master/texmf-dist/doc/latex/enotez/enotez_en.tex @@ -12,7 +12,7 @@ % Web: http://www.mychemistry.eu/forums/forum/enotez/ % E-Mail: contact@mychemistry.eu % -------------------------------------------------------------------------- -% Copyright 2012--2020 Clemens Niederberger +% Copyright 2012--2022 Clemens Niederberger % % This work may be distributed and/or modified under the % conditions of the LaTeX Project Public License, either version 1.3c diff --git a/Master/texmf-dist/tex/latex/enotez/enotez.sty b/Master/texmf-dist/tex/latex/enotez/enotez.sty index a5d7c94e479..3f53e7be825 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://github.com/cgnieder/enotez/ % E-Mail: contact@mychemistry.eu % -------------------------------------------------------------------------- -% Copyright 2012--2020 Clemens Niederberger +% Copyright 2012--2022 Clemens Niederberger % % This work may be distributed and/or modified under the % conditions of the LaTeX Project Public License, either version 1.3c @@ -31,8 +31,8 @@ \RequirePackage {expl3,xparse,l3keys2e,xtemplate} \ProvidesExplPackage {enotez} - {2020/12/13} - {0.10c} + {2022/01/04} + {0.10d} {Endnotes for LaTeX2e} % -------------------------------------------------------------------------- @@ -202,8 +202,10 @@ \enotezwritemark { \hyperlink {enz.#1} { \enmarkstyle #2 } } \bool_if:NT \l__enotez_hyperbackref_bool { - \box_move_up:nn {1em} - { \hbox:n { \hypertarget {enz.#1.backref} { } } } + \smash{ + \box_move_up:nn {1em} + { \hbox:n { \hypertarget {enz.#1.backref} { } } } + } } } { \enotezwritemark { \enmarkstyle #2 } } @@ -488,6 +490,7 @@ notes-sep = \l__enotez_list_notes_sep_dim } { + \group_begin: \AssignTemplateKeys \enotez_set_totoc: \enotez_list_heading:n { \l__enotez_list_name_tl } @@ -514,6 +517,7 @@ } {} \enotez_list_postamble: + \group_end: } \DeclareTemplateInterface {enotez-list} {list} {1} |