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

Sorting error with @presentation eventdate #233

Open
jrmanrique opened this issue Mar 15, 2024 · 1 comment
Open

Sorting error with @presentation eventdate #233

jrmanrique opened this issue Mar 15, 2024 · 1 comment

Comments

@jrmanrique
Copy link

jrmanrique commented Mar 15, 2024

Description

I encountered an issue with biblatex-apa where two works of the same author does not follow chronological order from earliest to most recent when using @presentation's eventdate; using date in lieu fixes sorting. A workaround redefining the sorting template was presented here.

MWE

\documentclass{article}

\usepackage[style=apa]{biblatex}
\addbibresource{bibliography.bib}

\begin{document}

\nocite{*}
\printbibliography

\end{document}
@thesis{test1,
  author = {Doe, John},
  year = 2022,
  title = {Test title},
  type = {Unpublished manuscript},
  institution = {Test Institution},
}

@presentation{test2,
  author = {Doe, John},
  eventdate = {2023-08-23/2023-08-25},
  title = {Sample title},
  titleaddon = {Paper presentation},
  eventtitle = {Test Event},
  venue = {Test Venue},
}

Observed Output

img

plk added a commit that referenced this issue Mar 17, 2024
@plk
Copy link
Owner

plk commented Mar 17, 2024

Fixed in DEV

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