summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/latex/univie-ling/univie-ling.cbx
diff options
context:
space:
mode:
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.cbx14
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}%
+ }%
+ }%
+ }%
+ }%
}%
}