biblatex icon indicating copy to clipboard operation
biblatex copied to clipboard

simple error generating unwanted space in biblatex-chicago

Open ozross opened this issue 9 months ago • 1 comments

I think this diff shows both the issue and fix, whereby a % character is missing.

biblatex-chicago 
diff /usr/local/texlive/202[45]/texmf-dist/tex/latex/biblatex-chicago/chicago-authordate.bbx
1177c1177
<   {\printfield{version}}%
---
>   {\printfield{version}} 

The top version has my local fix, whereas the bottom does not.

ozross avatar Jun 02 '25 05:06 ozross

Thanks for not just reporting an issue, but also providing the fix as well.

The biblatex-chicago bundle is not maintained here (the bug tracker of the biblatex core and standard styles) and also not by us. You can find the name of the developer/maintainer and bug reporting info in the biblatex-chicago documentation http://mirrors.ctan.org/macros/latex/contrib/biblatex-contrib/biblatex-chicago/doc/biblatex-chicago.pdf.

moewew avatar Jun 02 '25 09:06 moewew