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

date=long inoperative #1407

Open
dbitouze opened this issue Jan 6, 2025 · 2 comments
Open

date=long inoperative #1407

dbitouze opened this issue Jan 6, 2025 · 2 comments

Comments

@dbitouze
Copy link
Contributor

dbitouze commented Jan 6, 2025

The documentation says:

date=long

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:

\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}

image

@moewew
Copy link
Collaborator

moewew commented Jan 9, 2025

I assume you want the months spelled out? That is controlled by the dateabbrev option.

\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}

@dbitouze
Copy link
Contributor Author

dbitouze commented Jan 9, 2025

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants