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
Pandoc's citeproc and LaTeX support for natbib and biblatex the
nociteconfigurationhttps://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
Passing options to
bibliographywould also simplify it