quarto-dev / quarto-dev/quarto-cli
`non-dropping-particle` not used in HTML title block for author name (while use for Citations)
Open
@cderv is already working on this.
Since Apr 30, 2025.
authors
bug
html
- Dominant language
- JavaScript
- Stars
- 6k
- Forks
- 458
- Avg merge
- 1d 9h
- Merged PRs (30d)
- 41
Description
From #12452 (cc @praalhans)
non-dropping-particle is not used when building the Authors block in HTML title block
---
title: Test
author:
- name:
given: Frank S.
family: Boer
non-dropping-particle: de
url: /author/frank-de-boer/
orcid: 0000-0003-3950-6271
citation: true
---
<div class="quarto-title-meta">
<div>
<div class="quarto-title-meta-heading">Author</div>
<div class="quarto-title-meta-contents">
<p><a href="/author/frank-de-boer/">Frank S. Boer</a> <a href="https://orcid.org/0000-0003-3950-6271" class="quarto-title-author-orcid"> (...) </a></p>
</div>
</div>
</div>
It is taken into account by the BibTeX citation string we produce
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.