We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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}
mergedate=minimum
mergedate=basic
mergedate=maximum
The text was updated successfully, but these errors were encountered:
Fix mergedate option type (string) (#1378)
c9eec5b
Thanks for reporting this. That was a stupid oversight that should be fixed in c9eec5b.
Sorry, something went wrong.
No branches or pull requests
Below a mwe:
mergedate=minimum
the option doesn't work fine about the 'test2' and 'test3' bibliography items;mergedate=basic
the option doesn't work fine about the 'test3' bibliography item;mergedate=maximum
the option doesn't work fine about the 'test3' bibliography item.The text was updated successfully, but these errors were encountered: