diff options
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 | 9 |
1 files changed, 6 insertions, 3 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 b235bb9b2cf..6599851a89e 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}[2018/02/13 v1.2 biblatex citation style] +\ProvidesFile{univie-ling.cbx}[2018/03/02 v1.3 biblatex citation style] \RequireCitationStyle{authoryear} @@ -83,8 +83,11 @@ \renewcommand*{\postnotedelim}{\addcolon\space} -\DeclareFieldFormat{postnote}{#1} -\DeclareFieldFormat{multipostnote}{#1} +% Fallback for biblatex < 3.11 +\AtBeginDocument{\providecommand*\mknormrange[1]{#1}} + +\DeclareFieldFormat{postnote}{\mknormrange{#1}} +\DeclareFieldFormat{multipostnote}{\mknormrange{#1}} \renewcommand*{\multicitedelim}{\addsemicolon\space} \renewcommand*{\finalnamedelim}{\addspace\&\addspace} |