Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Errors with 'mergedate' option in per-entry scope #1378

Open
matteofg opened this issue Aug 24, 2024 · 1 comment
Open

Errors with 'mergedate' option in per-entry scope #1378

matteofg opened this issue Aug 24, 2024 · 1 comment
Labels
bug fixedindev Fixed in current DEV version

Comments

@matteofg
Copy link

matteofg commented Aug 24, 2024

Below a mwe:

\begin{filecontents}[overwrite]{\jobname.bib}
@article{test1,
  author = {Doe, John},
  title = {Title of the Article},
  journaltitle = {Title of the Journal},
  date = {2023},
  options = {mergedate=minimum},
  %options = {mergedate=basic},
  %options = {mergedate=maximum},
}
@article{test2,
  author = {Doe, John},
  title = {Title of the Article},
  journaltitle = {Title of the Journal},
  date = {2024},
  options = {mergedate=minimum},
  %options = {mergedate=basic},
  %options = {mergedate=maximum},
}
@article{test3,
  author = {Doe, John},
  title = {Title of the Article},
  journaltitle = {Title of the Journal},
  issue = {spring},
  date = {2024},
  options = {mergedate=minimum},
  %options = {mergedate=basic},
  %options = {mergedate=maximum},
}
\end{filecontents}

\documentclass{article}
\usepackage[style=authoryear]{biblatex}
\addbibresource{\jobname.bib}

\begin{document}
\parencite{test1}
\parencite{test2}
\parencite{test3}
\printbibliography
\end{document}
  • setting mergedate=minimum the option doesn't work fine about the 'test2' and 'test3' bibliography items;
  • setting mergedate=basic the option doesn't work fine about the 'test3' bibliography item;
  • setting mergedate=maximum the option doesn't work fine about the 'test3' bibliography item.
@matteofg matteofg changed the title Problem with 'mergedate' option in per-entry scope Errors with 'mergedate' option in per-entry scope Aug 25, 2024
@moewew moewew added bug fixedindev Fixed in current DEV version labels Aug 25, 2024
@moewew
Copy link
Collaborator

moewew commented Aug 25, 2024

Thanks for reporting this. That was a stupid oversight that should be fixed in c9eec5b.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug fixedindev Fixed in current DEV version
Projects
None yet
Development

No branches or pull requests

2 participants