quarto-dev / quarto-dev/quarto-cli

`non-dropping-particle` not used in HTML title block for author name (while use for Citations)

Open
#12,649 0 comments 0 reactions 1 assignee View on GitHub

@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
---

Image

<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

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.