summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/latex/enotez/enotez.sty
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2020-01-17 21:53:10 +0000
committerKarl Berry <karl@freefriends.org>2020-01-17 21:53:10 +0000
commit864060dc258312268ddeba2e8e110ec594dcfe23 (patch)
treec3d8cacdd4f0387cf938f8b6e17d67d459db64f4 /Master/texmf-dist/tex/latex/enotez/enotez.sty
parentf42a8f11f8bbbf5f040e0beff90b27099c3fbae2 (diff)
enotez (17jan20)
git-svn-id: svn://tug.org/texlive/trunk@53439 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/enotez/enotez.sty')
-rw-r--r--Master/texmf-dist/tex/latex/enotez/enotez.sty9
1 files changed, 5 insertions, 4 deletions
diff --git a/Master/texmf-dist/tex/latex/enotez/enotez.sty b/Master/texmf-dist/tex/latex/enotez/enotez.sty
index c82b386e56c..4019b65791d 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--2019 Clemens Niederberger
+% Copyright 2012--2020 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}
\ProvidesExplPackage
{enotez}
- {2019/10/12}
- {0.10a}
+ {2020/01/16}
+ {0.10b}
{Endnotes for LaTeX2e}
% --------------------------------------------------------------------------
@@ -690,7 +690,7 @@
\cs_generate_variant:Nn \tl_set_rescan:Nnn { NnV }
\cs_new_protected:Npn \enotez_first_upper:n #1
- { \tl_upper_case:n { \tl_head:n {#1} } \tl_tail:n {#1} }
+ { \text_titlecase_first:n {#1} }
\cs_generate_variant:Nn \enotez_first_upper:n { V }
\tl_new:N \l__enotez_last_split_id_tl
@@ -1023,3 +1023,4 @@
- implement issue #13
- implement issue #9
2019/10/12 v0.10a - remove unnecessary package dependencies
+2020/01/16 v0.10b - adapt to renaming of string case changing functions