summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/latex/biblatex-oxref/oxyear.cbx
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/tex/latex/biblatex-oxref/oxyear.cbx')
-rw-r--r--Master/texmf-dist/tex/latex/biblatex-oxref/oxyear.cbx14
1 files changed, 7 insertions, 7 deletions
diff --git a/Master/texmf-dist/tex/latex/biblatex-oxref/oxyear.cbx b/Master/texmf-dist/tex/latex/biblatex-oxref/oxyear.cbx
index 2e6ae495923..f2b150c8763 100644
--- a/Master/texmf-dist/tex/latex/biblatex-oxref/oxyear.cbx
+++ b/Master/texmf-dist/tex/latex/biblatex-oxref/oxyear.cbx
@@ -13,7 +13,7 @@
%% See: http://www.latex-project.org/lppl.txt
%% ----------------------------------------------------------------
%%
-\def\Version{2018/01/26 v0.11.1}
+\def\Version{2018/01/31 v0.11.2}
\NeedsTeXFormat{LaTeX2e}[1999/12/01]
\ProvidesFile{oxyear.cbx}
[\Version\space Author-year citation style inspired by the Oxford Guide to Style]
@@ -45,13 +45,13 @@
}%
}{}{}
\DeclareDelimFormat{nameyeardelim}{%
- \iffieldundef{\thefield{labeldatesource}year}%
- {\addcomma\space}%
- {\addspace}}
+ \iflabeldateisanydate
+ {\addspace}%
+ {\addcomma\space}}
\DeclareDelimFormat{nonameyeardelim}{%
- \iffieldundef{\thefield{labeldatesource}year}%
- {\addcomma\space}%
- {\addspace}}
+ \iflabeldateisanydate
+ {\addspace}%
+ {\addcomma\space}}
\renewcommand*{\compcitedelim}{\addsemicolon\space}
\renewcommand*{\postnotedelim}{\addcolon\space}
\xpatchbibmacro{textcite}{%