Skip to content

nocite does not work with Typst #12245

@timothoms

Description

@timothoms

Bug description

Nocite does not work as expected with Typst.

Steps to reproduce

---
title: "Test"
format: typst
citeproc: false
bibliography: "references.bib"
bibliographystyle: chicago-fullnotes
nocite: |
  @DancyThoms2025
---

Actual behavior

Using nocite in the frontmatter does not include the citation in the bibliography. When setting citeproc: true instead, the citation is included correctly, but the Bibliography heading disappears.

Expected behavior

Citations added with Nocite should be in the bibliography regardless of the format used.

Your environment

No response

Quarto check output

Quarto 1.6.42
[✓] Checking environment information...
Quarto cache location: /Users/otthoms/Library/Caches/quarto
[✓] Checking versions of quarto binary dependencies...
Pandoc version 3.4.0: OK
Dart Sass version 1.70.0: OK
Deno version 1.46.3: OK
Typst version 0.11.0: OK
[✓] Checking versions of quarto dependencies......OK
[✓] Checking Quarto installation......OK
Version: 1.6.42
Path: /Applications/quarto/bin

[✓] Checking tools....................OK
TinyTeX: v2025.02
Chromium: (not installed)

[✓] Checking LaTeX....................OK
Using: TinyTex
Path: /Users/otthoms/Library/TinyTeX/bin/universal-darwin
Version: 2024

[✓] Checking basic markdown render....OK

[✓] Checking Python 3 installation....OK
Version: 3.13.2
Path: /opt/homebrew/opt/python@3.13/bin/python3.13
Jupyter: (None)

  Jupyter is not available in this Python installation.
  Install with python3 -m pip install jupyter

[✓] Checking R installation...........OK
Version: 4.4.2
Path: /Library/Frameworks/R.framework/Resources
LibPaths:
- /Library/Frameworks/R.framework/Versions/4.4-arm64/Resources/library
knitr: 1.49
rmarkdown: 2.29

[✓] Checking Knitr engine render......OK

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions