biblatex-iso690 icon indicating copy to clipboard operation
biblatex-iso690 copied to clipboard

Dot between date and urldate when publisher is not listed in @online

Open man-ka opened this issue 1 year ago • 4 comments

When a publisher is not listed, a dot appears between date and urldate (at least for Czech.)

Below a screenshot with the issue highlighted.

Screenshot with the issue highlighted

man-ka avatar Jun 20 '23 09:06 man-ka

Does this happen with the development version of this package, or with the version distributed in TeX Live? Please also add an MWE so that we can test this issue more efficiently.

michal-h21 avatar Jun 20 '23 11:06 michal-h21

In TeX Live (I presume). I noticed it in Overleaf using the fithesis template.

Example here: https://www.overleaf.com/7377283418hypjpqqgdksp

man-ka avatar Jun 20 '23 12:06 man-ka

Thanks, I can see it now. It seems that the issue was caused by a wrong test that sets the dot before urldate. It seems we need to test for the year field instead of date. It should be fixed in the sources now.

michal-h21 avatar Jun 20 '23 14:06 michal-h21

I can confirm the fix:

image

See also the MWE with the updated file iso.bbx: https://www.overleaf.com/read/pnxxgkffkjmm

Witiko avatar Jun 20 '23 21:06 Witiko