summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/latex/biblatex-ext/ext-authoryear-common.bbx
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-common.bbx
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-common.bbx')
-rw-r--r--Master/texmf-dist/tex/latex/biblatex-ext/ext-authoryear-common.bbx17
1 files changed, 15 insertions, 2 deletions
diff --git a/Master/texmf-dist/tex/latex/biblatex-ext/ext-authoryear-common.bbx b/Master/texmf-dist/tex/latex/biblatex-ext/ext-authoryear-common.bbx
index 98296a689c1..ce357619bd1 100644
--- a/Master/texmf-dist/tex/latex/biblatex-ext/ext-authoryear-common.bbx
+++ b/Master/texmf-dist/tex/latex/biblatex-ext/ext-authoryear-common.bbx
@@ -1,11 +1,11 @@
\ProvidesFile{ext-authoryear-common.bbx}
- [2018/03/28 v0.2 common files for extended biblatex
+ [2018/06/04 v0.3 common files for extended biblatex
authoryear bibliography styles (MW)]
\RequireBibliographyStyle{ext-dashed-common}
\DeclareFieldFormat{biblabeldate}{\mkbibparens{#1}}
-\DeclareFieldFormat{biblistlabeldate}{\mkbibparens{#1}}
+\DeclareFieldAlias{biblistlabeldate}{biblabeldate}
% merge date/issue with date label
\def\bbx@opt@mergedate@maximum{%
@@ -158,3 +158,16 @@
\ExecuteBibliographyOptions{mergedate=compact, dashed=true}%
\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
+%