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

nocite support for Typst #10680

Open
cderv opened this issue Mar 11, 2025 · 2 comments
Open

nocite support for Typst #10680

cderv opened this issue Mar 11, 2025 · 2 comments

Comments

@cderv
Copy link
Contributor

cderv commented Mar 11, 2025

Pandoc's citeproc and LaTeX support for natbib and biblatex the nocite configuration

https://pandoc.org/MANUAL.html#including-uncited-items-in-the-bibliography

It would interesting to have support for Typst native bibliography too: https://typst.app/docs/reference/model/bibliography/#parameters-full

Currently, template need to be modified to set

set bibliography(full: true)

Passing options to bibliography would also simplify it

@jgm
Copy link
Owner

jgm commented Mar 11, 2025

nocite is per-citation. bibliography(full) would cause everything in the bibliography to be cited. I suppose we could use this when someone has nocite: '@*'.

@cderv
Copy link
Contributor Author

cderv commented Mar 11, 2025

I suppose we could use this when someone has nocite: '@*'.

This is the use case I had in mind. Sorry I haven't be precise enough. I mainly use nocite this way.

For individual citation, it seems to be #cite(<label>, form: none) from their doc.

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

No branches or pull requests

2 participants