summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/latex/biblatex-ext/ext-authoryear-ticomp.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-ticomp.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-ticomp.cbx')
-rw-r--r--Master/texmf-dist/tex/latex/biblatex-ext/ext-authoryear-ticomp.cbx19
1 files changed, 16 insertions, 3 deletions
diff --git a/Master/texmf-dist/tex/latex/biblatex-ext/ext-authoryear-ticomp.cbx b/Master/texmf-dist/tex/latex/biblatex-ext/ext-authoryear-ticomp.cbx
index 8cce883168c..0013a94ad41 100644
--- a/Master/texmf-dist/tex/latex/biblatex-ext/ext-authoryear-ticomp.cbx
+++ b/Master/texmf-dist/tex/latex/biblatex-ext/ext-authoryear-ticomp.cbx
@@ -1,5 +1,5 @@
\ProvidesFile{ext-authoryear-ticomp.cbx}
- [2018/03/28 v0.2 extended biblatex authoryear-ticomp citation style (MW)]
+ [2018/06/04 v0.3 extended biblatex authoryear-ticomp citation style (MW)]
\RequireCitationStyle{ext-authoryear-icomp}
\ExecuteBibliographyOptions{singletitle,uniquename,uniquelist,autocite=inline}
@@ -24,7 +24,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}%
@@ -54,7 +54,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}%
@@ -130,3 +130,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
+%