Skip to content

Commit

Permalink
Looking at #224 comment
Browse files Browse the repository at this point in the history
  • Loading branch information
plk committed Sep 3, 2023
1 parent d26c70e commit 0cffc86
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
2 changes: 1 addition & 1 deletion tex/latex/biblatex-apa/bbx/apa.bbx
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,7 @@
\dateeraprint{#1year}%
\dateuncertainprint
\iffieldundef{#1endyear}%
{}%
{}
{\iffieldequalstr{#1endyear}{}% open-ended range?
{\bibdatedash\bibstring{present}}
{\iffieldundef{#1endyeardivision}
Expand Down
8 changes: 6 additions & 2 deletions tex/latex/biblatex-apa/lbx/dutch-apa.lbx
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,11 @@
{\mkbibdateapalongextra{#1year}{#1yeardivision}{#1month}{#1day}}%
\dateeraprint{#1year}%
\dateuncertainprint%
\ifboolexpr{ test {\iffieldundef{#1endyeardivision}}
\iffieldundef{#1endyear}%
{}
{\iffieldequalstr{#1endyear}{}% open-ended range?
{\bibdatedash\bibstring{present}}
{\ifboolexpr{ test {\iffieldundef{#1endyeardivision}}
not test {\iffieldundef{#1endyear}}
and (not test {\iffieldsequal{#1year}{#1endyear}}
or not test {\iffieldsequal{#1month}{#1endmonth}})}
Expand All @@ -191,7 +195,7 @@
\dateeraprint{#1endyear}}}
{\iffieldundef{#1endyeardivision}
{}
{\addslash\mkbibdateapalongmdy{}{#1endyeardivision}{}{}}}%
{\addslash\mkbibdateapalongmdy{}{#1endyeardivision}{}{}}}}}%
\enddateuncertainprint}}%
\endgroup}%

Expand Down

0 comments on commit 0cffc86

Please sign in to comment.