summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/latex/biblatex-ext/ext-biblatex-aux.def
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2019-01-04 21:49:07 +0000
committerKarl Berry <karl@freefriends.org>2019-01-04 21:49:07 +0000
commit39eaa60079c4839f8ed7bcdcf907c6ce0e5e75ab (patch)
tree469f887f40d00b37bd475cd7daa4ca566905ace0 /Master/texmf-dist/tex/latex/biblatex-ext/ext-biblatex-aux.def
parent0034d54351819457808cf0c8c3d6811269ad264f (diff)
biblatex-ext (4jan19)
git-svn-id: svn://tug.org/texlive/trunk@49597 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/biblatex-ext/ext-biblatex-aux.def')
-rw-r--r--Master/texmf-dist/tex/latex/biblatex-ext/ext-biblatex-aux.def16
1 files changed, 11 insertions, 5 deletions
diff --git a/Master/texmf-dist/tex/latex/biblatex-ext/ext-biblatex-aux.def b/Master/texmf-dist/tex/latex/biblatex-ext/ext-biblatex-aux.def
index d967f262c21..c99c44e3f38 100644
--- a/Master/texmf-dist/tex/latex/biblatex-ext/ext-biblatex-aux.def
+++ b/Master/texmf-dist/tex/latex/biblatex-ext/ext-biblatex-aux.def
@@ -1,5 +1,5 @@
\ProvidesFile{ext-biblatex-aux.def}
- [2018/11/23 v0.6 auxiliaries for extended biblatex citation style (MW)]
+ [2019/01/04 v0.6a auxiliaries for extended biblatex citation style (MW)]
\def\extblx@requiredbiblatexversion{3.12}
\def\extblx@requiredbiblatexdate{2018/11/02}
@@ -134,22 +134,28 @@
% Legacy names
% compability for versions < 0.3
-\def\extblx@deprecate@delimcommand@robust#1{%
+\def\extblx@deprecate@delimcommand@robust#1#2{%
\protected\csedef{#1}{%
\noexpand\extblx@warning{%
\expandafter\string\csname#1\endcsname\space is deprecated.
\MessageBreak
- Use \expandafter\string\csname#1s\endcsname\space (with s) instead.
+ Use \expandafter\string\csname#2\endcsname\space (with s) instead.
\MessageBreak
- Using \expandafter\string\csname#1s\endcsname\space}%
- \expandonce{\csname#1s\endcsname}}}
+ Using \expandafter\string\csname#2\endcsname}%
+ \expandonce{\csname#2\endcsname}}}
\extblx@deprecate@delimcommand@robust{DeclareOuterCiteDelim}
+ {DeclareOuterCiteDelims}
\extblx@deprecate@delimcommand@robust{DeclareInnerCiteDelim}
+ {DeclareInnerCiteDelims}
\extblx@deprecate@delimcommand@robust{UndeclareOuterCiteDelim}
+ {UndeclareOuterCiteDelims}
\extblx@deprecate@delimcommand@robust{UndeclareInnerCiteDelim}
+ {UndeclareInnerCiteDelims}
\extblx@deprecate@delimcommand@robust{DeclareOuterCiteDelimAlias}
+ {DeclareOuterCiteDelimsAlias}
\extblx@deprecate@delimcommand@robust{DeclareInnerCiteDelimAlias}
+ {DeclareInnerCiteDelimsAlias}
\newrobustcmd*{\extblx@create@mkcitedelim}{%
\extblx@warning{%