summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/latex/biblatex-ext/ext-authoryear-tcomp.cbx
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2018-06-04 20:52:21 +0000
committerKarl Berry <karl@freefriends.org>2018-06-04 20:52:21 +0000
commite0bd44e5ad91047ec422c1467e256bac2589e498 (patch)
treef438c2f48c549146865fa2ad027e0a0e214d5abb /Master/texmf-dist/tex/latex/biblatex-ext/ext-authoryear-tcomp.cbx
parent03809020ed7271e95639d31cf0ec90f30db4e64e (diff)
biblatex-ext (4jun18)
git-svn-id: svn://tug.org/texlive/trunk@47922 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/biblatex-ext/ext-authoryear-tcomp.cbx')
-rw-r--r--Master/texmf-dist/tex/latex/biblatex-ext/ext-authoryear-tcomp.cbx19
1 files changed, 16 insertions, 3 deletions
diff --git a/Master/texmf-dist/tex/latex/biblatex-ext/ext-authoryear-tcomp.cbx b/Master/texmf-dist/tex/latex/biblatex-ext/ext-authoryear-tcomp.cbx
index e9b4dcc52c4..33d5090cd34 100644
--- a/Master/texmf-dist/tex/latex/biblatex-ext/ext-authoryear-tcomp.cbx
+++ b/Master/texmf-dist/tex/latex/biblatex-ext/ext-authoryear-tcomp.cbx
@@ -1,5 +1,5 @@
\ProvidesFile{ext-authoryear-tcomp.cbx}
- [2018/03/28 v0.2 extended biblatex authoryear-tcomp
+ [2018/06/04 v0.3 extended biblatex authoryear-tcomp
citation style (MW)]
\RequireCitationStyle{ext-authoryear-comp}
@@ -23,7 +23,7 @@
{\ifboolexpr{test {\iffieldequals{labelyear}{\cbx@lastyear}}
and (test {\ifnumequal{\value{multicitecount}}{0}}
or test {\iffieldundef{postnote}})}
- {\setunit{\extradateonlycompcitedelim}%
+ {\setunit{\printdelim{extradateonlycompcitedelim}}%
\usebibmacro{cite:extradate}}
{\setunit{\compcitedelim}%
\usebibmacro{cite:labeldate+extradate}%
@@ -53,7 +53,7 @@
{\ifboolexpr{test {\iffieldequals{labelyear}{\cbx@lastyear}}
and (test {\ifnumequal{\value{multicitecount}}{0}}
or test {\iffieldundef{postnote}})}
- {\setunit{\extradateonlycompcitedelim}%
+ {\setunit{\printdelim{extradateonlycompcitedelim}}%
\usebibmacro{cite:extradate}}
{\setunit{\compcitedelim}%
\usebibmacro{cite:labeldate+extradate}%
@@ -123,3 +123,16 @@
\textcitedelim}}}
\endinput
+%
+% This file is part of the biblatex-ext bundle.
+% biblatex-ext is released under the LaTeX Project Public License v1.3c
+% or later.
+%
+% A complete list of files included in that package can be found in README.md
+% or - failing that - in ext-standard.bbx.
+%
+% Official releases of this package are on CTAN
+% https://www.ctan.org/pkg/biblatex-ext
+% development takes place on GitHub
+% https://github.com/moewew/biblatex-ext
+%