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
date=long
The documentation says:
date=long Use the long format with verbose ranges, for example: 1st January 2010
Use the long format with verbose ranges, for example: 1st January 2010
But, with biblatex 2024/03/21 v3.20, that's not what I get:
biblatex
\documentclass{article} \usepackage[date=long]{biblatex} \addbibresource{biblatex-examples.bib} \begin{document} \begin{itemize} \item \citedate{shore} \item \citedate{baez/online} \end{itemize} \printbibliography \end{document}
The text was updated successfully, but these errors were encountered:
I assume you want the months spelled out? That is controlled by the dateabbrev option.
dateabbrev
\documentclass{article} \usepackage[date=long, dateabbrev=false]{biblatex} \addbibresource{biblatex-examples.bib} \begin{document} \begin{itemize} \item \citedate{shore} \item \citedate{baez/online} \end{itemize} \printbibliography \end{document}
Sorry, something went wrong.
I assume you want the months spelled out?
Indeed.
That is controlled by the dateabbrev option.
Ah, OK: thanks! IMHO, the date=long documentation should be revised in this respect.
No branches or pull requests
The documentation says:
But, with
biblatex
2024/03/21 v3.20, that's not what I get:The text was updated successfully, but these errors were encountered: