diff options
author | Karl Berry <karl@freefriends.org> | 2018-01-31 22:00:13 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2018-01-31 22:00:13 +0000 |
commit | 95d9d2df283904b61337341a945feb3d0e200f37 (patch) | |
tree | cb7bef8ac123e1f3958fdac6fcdf2f054251dd37 /Master/texmf-dist/tex/latex/biblatex-oxref/oxyear.bbx | |
parent | d96279d607088cd86f3087efe1fc1b37350849b8 (diff) |
biblatex-oxref (31jan18)
git-svn-id: svn://tug.org/texlive/trunk@46504 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/biblatex-oxref/oxyear.bbx')
-rw-r--r-- | Master/texmf-dist/tex/latex/biblatex-oxref/oxyear.bbx | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/Master/texmf-dist/tex/latex/biblatex-oxref/oxyear.bbx b/Master/texmf-dist/tex/latex/biblatex-oxref/oxyear.bbx index d6e4943c695..072df72a7df 100644 --- a/Master/texmf-dist/tex/latex/biblatex-oxref/oxyear.bbx +++ b/Master/texmf-dist/tex/latex/biblatex-oxref/oxyear.bbx @@ -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.bbx} [\Version\space Author-year bibliography style inspired by the Oxford Guide to Style] @@ -48,7 +48,10 @@ \ifboolexpr{% togl {blx@labeldateparts} and not test {\iffieldundef{labeldatesource}} - and not test {\iffieldundef{\thefield{labeldatesource}year}}}} + and ( + test {\iffieldequalstr{labeldatesource}{year}} + or not test {\iffieldundef{\thefield{labeldatesource}year}} + )}} \def\iflabeldateispubstate{% \ifboolexpr{% not test {\iffieldundef{labeldatesource}} |