summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/latex/biblatex-ext/ext-biblatex-aux.def
diff options
context:
space:
mode:
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.def10
1 files changed, 9 insertions, 1 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 50f86a84305..44da3011177 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}
- [2021/02/19 v0.11 auxiliaries for extended biblatex citation style
+ [2021/02/27 v0.12 auxiliaries for extended biblatex citation style
(MW)]
\def\extblx@requiredbiblatexversion{3.16}
@@ -38,6 +38,10 @@
\newrobustcmd*{\UndeclareInnerCiteDelims}{%
\extblx@undeclareciteddelims{inner}}
+\newrobustcmd*{\UndeclareCiteDelims}[1]{%
+ \UndeclareOuterCiteDelims{#1}%
+ \UndeclareInnerCiteDelims{#1}}
+
%{<inner/outer>}{<cite context>}
\def\extblx@undeclareciteddelims#1#2{%
\csundef{extblx@citedelim@#2@#1@open}%
@@ -290,6 +294,10 @@
% and needs two groups for correct local effects
\providecommand*{\mkrelatedstringtext}[1]{{{\mainlang #1}}}
+% biblatex 3.17
+\providecommand*{\UndeclareDelimcontextAlias}[1]{%
+ \csundef{blx@delimcontextalias@#1}}
+
\endinput
%
% This file is part of the biblatex-ext bundle.