summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/latex/enotez
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2012-07-26 22:42:53 +0000
committerKarl Berry <karl@freefriends.org>2012-07-26 22:42:53 +0000
commitee8ca257218dddf435573e6da1b9e2397c882f81 (patch)
tree6acf7652ec64bb0294d4324fda509cd41ce273a9 /Master/texmf-dist/tex/latex/enotez
parent6fc3a0e89567c81f112892291ed46bf6973f22b2 (diff)
enotez (25jul12)
git-svn-id: svn://tug.org/texlive/trunk@27179 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/enotez')
-rw-r--r--Master/texmf-dist/tex/latex/enotez/enotez.sty12
1 files changed, 7 insertions, 5 deletions
diff --git a/Master/texmf-dist/tex/latex/enotez/enotez.sty b/Master/texmf-dist/tex/latex/enotez/enotez.sty
index 67440c21388..4436a0ba41f 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 }
\ProvidesExplPackage
{enotez}
- {2012/07/07}
- {0.3}
+ {2012/07/24}
+ {0.3a}
{Endnotes for LaTeX2e}
% --------------------------------------------------------------------------
@@ -125,7 +125,7 @@
\cs_new:Npn \enotez_endnote:nn #1#2
{
\int_gincr:N \g_enotez_endnote_id_int
- \IfNoValueTF { #1 }
+ \quark_if_no_value:nTF { #1 }
{
\int_gincr:N \g_enotez_endnote_mark_int
\enotez_write_mark:nn
@@ -282,11 +282,11 @@
% --------------------------------------------------------------------------
% the actual user command; I would use \NewDocumentCommand but that would
% disable compatibility with `fnpct'
-\cs_new:Npn \endnote
+\cs_new_protected:Npn \endnote
{
\peek_meaning_ignore_spaces:NTF [
{ \enotez_endnote_aux:w }
- { \enotez_endnote:nn { \NoValue } }
+ { \enotez_endnote:nn { \q_no_value } }
}
\cs_new:Npn \enotez_endnote_aux:w [#1]#2
@@ -598,6 +598,8 @@
the `caption' package
2012/07/06 v0.2a - made the splitted list titles customizable
2012/07/07 v0.3 - list-building rewritten due to a design flaw
+2012/07/24 v0.3a - adapted to deprecated functions in l3kernel and l3packages,
+ removed debugging leftover
% --------------------------------------------------------------------------
% TODO: