diff options
author | Karl Berry <karl@freefriends.org> | 2020-05-01 21:35:41 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2020-05-01 21:35:41 +0000 |
commit | 0b19e46328c20fe9e2f9757d9bb87cabd6d179d1 (patch) | |
tree | ea005a8b09463383b2bfd59fd73b0d32173b5d63 /Master/texmf-dist/tex/latex/univie-ling/univie-ling.cbx | |
parent | 199bfaa843f7bbf42ecd1a2001cb96f321709689 (diff) |
univie-ling (1may20)
git-svn-id: svn://tug.org/texlive/trunk@54966 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/univie-ling/univie-ling.cbx')
-rw-r--r-- | Master/texmf-dist/tex/latex/univie-ling/univie-ling.cbx | 14 |
1 files changed, 12 insertions, 2 deletions
diff --git a/Master/texmf-dist/tex/latex/univie-ling/univie-ling.cbx b/Master/texmf-dist/tex/latex/univie-ling/univie-ling.cbx index aeed54c5bd0..3a7815e0c6e 100644 --- a/Master/texmf-dist/tex/latex/univie-ling/univie-ling.cbx +++ b/Master/texmf-dist/tex/latex/univie-ling/univie-ling.cbx @@ -34,7 +34,7 @@ %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% -\ProvidesFile{univie-ling.cbx}[2019/01/21 v1.9 biblatex citation style] +\ProvidesFile{univie-ling.cbx}[2019/01/22 v1.10dev biblatex citation style] \RequireCitationStyle{authoryear} @@ -70,7 +70,17 @@ {\printtext[bibhyperref]{% \printfield{labelyear}% \printfield{extradate}}% - \iffieldundef{origyear}{}{\addspace\mkbibbrackets{\printorigdate}}% + \iffieldundef{origyear}{}{% + \addspace\mkbibbrackets{% + \iffieldundef{origmonth}{% + \printorigdate}{% + \printfield{origyear}% + \iffieldundef{origenddate}{}{% + \bibdaterangesep\printfield{origendyear}% + }% + }% + }% + }% }% } |