summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/latex/biblatex-ext/ext-authoryear.cbx
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2018-10-02 21:39:16 +0000
committerKarl Berry <karl@freefriends.org>2018-10-02 21:39:16 +0000
commit1a6674f16762a7b9b71d62c545e49c83ddcd7989 (patch)
tree3827bb6860a7d2721145933512720c1538549295 /Master/texmf-dist/tex/latex/biblatex-ext/ext-authoryear.cbx
parent44309fd5467358b33ce06716f1eb4b475fdfdf2b (diff)
biblatex-ext (2oct18)
git-svn-id: svn://tug.org/texlive/trunk@48818 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/biblatex-ext/ext-authoryear.cbx')
-rw-r--r--Master/texmf-dist/tex/latex/biblatex-ext/ext-authoryear.cbx20
1 files changed, 19 insertions, 1 deletions
diff --git a/Master/texmf-dist/tex/latex/biblatex-ext/ext-authoryear.cbx b/Master/texmf-dist/tex/latex/biblatex-ext/ext-authoryear.cbx
index 2eda60c3ce1..6d453aeddfc 100644
--- a/Master/texmf-dist/tex/latex/biblatex-ext/ext-authoryear.cbx
+++ b/Master/texmf-dist/tex/latex/biblatex-ext/ext-authoryear.cbx
@@ -1,5 +1,5 @@
\ProvidesFile{ext-authoryear.cbx}
- [2018/06/10 v0.4 extended biblatex authoryear citation style (MW)]
+ [2018/10/02 v0.5 extended biblatex authoryear citation style (MW)]
\blx@inputonce{ext-biblatex-aux.def}{auxiliary code for ext-biblatex}{}{}{}{}
@@ -92,6 +92,20 @@
\usebibmacro{citeyear}}
{\multicitedelim}
{\usebibmacro{postnote}}
+
+\DeclareCiteCommand{\footcite}[\mkextblxfootcite]
+ {\usebibmacro{prenote}}
+ {\usebibmacro{citeindex}%
+ \usebibmacro{cite}}
+ {\multicitedelim}
+ {\usebibmacro{postnote}}
+
+\DeclareCiteCommand{\footcitetext}[\mkextblxfootcitetext]
+ {\usebibmacro{prenote}}
+ {\usebibmacro{citeindex}%
+ \usebibmacro{cite}}
+ {\multicitedelim}
+ {\usebibmacro{postnote}}
% smartcite's delimcontext needs special attention (see ext-biblatex-aux.def)
\DeclareCiteCommand{\smartcite}[\mksmartcite]
@@ -120,6 +134,10 @@
{\cite}{\multicitedelim}
\DeclareMultiCiteCommand{\parencites}[\mkouterparencitedelims]
{\parencite}{\multicitedelim}
+\DeclareMultiCiteCommand{\footcites}[\mkextblxfootcite]
+ {\smartcite}{\multicitedelim}
+\DeclareMultiCiteCommand{\footcitetexts}[\mkextblxfootcitetext]
+ {\smartcite}{\multicitedelim}
\DeclareMultiCiteCommand{\smartcites}[\mksmartcite]
{\smartcite}{\multicitedelim}
\DeclareMultiCiteCommand{\textcites}[\mkoutertextcitedelims]{\textcite}{}