summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/latex/enotez
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2022-01-04 22:28:05 +0000
committerKarl Berry <karl@freefriends.org>2022-01-04 22:28:05 +0000
commitf2d912f9770d05dc9a89fdffcd3cb9c8ac47f9bd (patch)
treeaf015a9d87b739b2a48c990fc3beb27cd9bb8b7b /Master/texmf-dist/tex/latex/enotez
parentb50cdd080dfb2363e4054dadb44f32faa212def8 (diff)
enotez (4jan22)
git-svn-id: svn://tug.org/texlive/trunk@61490 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/enotez')
-rw-r--r--Master/texmf-dist/tex/latex/enotez/enotez.sty14
1 files changed, 9 insertions, 5 deletions
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}