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.def22
1 files changed, 20 insertions, 2 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 79ccb72e835..bcfc5a13862 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,9 +1,10 @@
\ProvidesFile{ext-biblatex-aux.def}
- [2018/06/10 v0.4 auxiliaries for extended biblatex citation style (MW)]
+ [2018/10/02 v0.5 auxiliaries for extended biblatex citation style (MW)]
\def\extblx@requiredbiblatexversion{3.11}
\def\extblx@requiredbiblatexdate{2018/02/20}
+\newrobustcmd*{\extblx@info}[1]{\PackageInfo{biblatex-ext}{#1}}
\newrobustcmd*{\extblx@warning}[1]{\PackageWarning{biblatex-ext}{#1}}
\newrobustcmd*{\extblx@warning@noline}[1]{\PackageWarningNoLine{biblatex-ext}{#1}}
@@ -85,13 +86,25 @@
\RegisterCiteDelims{outer}{cite}
\RegisterCiteDelims{outer}{parencite}
\RegisterCiteDelims{outer}{textcite}
+\RegisterCiteDelims{outer}{footcite}
+\RegisterCiteDelims{outer}{footcitetext}
+\DeclareOuterCiteDelimsAlias{footcite}{footcitetext}
\RegisterCiteDelims{inner}{cite}
\RegisterCiteDelims{inner}{parencite}
\RegisterCiteDelims{inner}{textcite}
\RegisterCiteDelims{inner}{footcite}
+\RegisterCiteDelims{inner}{footcitetext}
+\DeclareInnerCiteDelimsAlias{footcite}{footcitetext}
+\newrobustcmd*{\mkextblxfootcite}[1]{%
+ \mkbibfootnote{%
+ \mkouterfootcitedelims{#1}}}
+\newrobustcmd*{\mkextblxfootcitetext}[1]{%
+ \mkbibfootnotetext{%
+ \mkouterfootcitetextdelims{#1}}}
+
% smartcite is special
% According to the docs it is like \parencite in a footnote and \footcite in
% the body.
@@ -104,7 +117,7 @@
{\mkouterparencitedelims{%
\def\extblx@thisdelimcontext{parencite}%
#1}}
- {\mkbibfootnote{%
+ {\mkextblxfootcite{%
\def\extblx@thisdelimcontext{footcite}%
#1}}}
@@ -146,6 +159,7 @@
The format has been renamed to 'bbx@introcite'.\MessageBreak
This could mean that you are using the old name\MessageBreak
which does not work any more.\MessageBreak
+ No effort is made to switch to the new name.\MessageBreak
Please use 'bbx@introcite' instead}}%
\ifcsundef{abx@ffd@*@bbx:introcitelabeldate}
{}
@@ -156,6 +170,7 @@
'bbx@introcitelabeldate'.\MessageBreak
This could mean that you are using the old name\MessageBreak
which does not work any more.\MessageBreak
+ No effort is made to switch to the new name.\MessageBreak
Please use\MessageBreak'bbx@introcitelabeldate'\MessageBreak instead}}%
\ifcsundef{blx@delimcontextalias@bbx:introcite}
{}
@@ -164,6 +179,7 @@
The context has been renamed to 'bbx@introcite'.\MessageBreak
This could mean that you are using the old name\MessageBreak
which does not work any more.\MessageBreak
+ No effort is made to switch to the new name.\MessageBreak
Please use 'bbx@introcite' instead}}%
\ifcsundef{extblx@citedelim@bbx:introcite@inner@open}
{}
@@ -173,6 +189,7 @@
'bbx@introcite'.\MessageBreak
This could mean that you are using the old name\MessageBreak
which does not work any more.\MessageBreak
+ No effort is made to switch to the new name.\MessageBreak
Please use 'bbx@introcite' instead}}%
\ifcsundef{extblx@citedelim@bbx:introcite@inner@close}
{}
@@ -182,6 +199,7 @@
'bbx@introcite'.\MessageBreak
This could mean that you are using the old name\MessageBreak
which does not work any more.\MessageBreak
+ No effort is made to switch to the new name.\MessageBreak
Please use 'bbx@introcite' instead}}%
}