Skip to content
Discussion options

You must be logged in to vote

If I add keep-typ: true in the YAML, you can see the .typ file. There will be at the bottom of the file in the case with no reference,

#set bibliography(style: "chicago-author-date")

#bibliography("References.bib")

It seems it cause typst to create a Bibliography section anyway.

When a citation is added, it seems Pandoc will add some bibliography content

#label("refs")
#label("ref-Cronbach_1951")
Cronbach, Lee J. 1951. “Coefficient Alpha and the Internal Structure of Tests.” #emph[Psychometrika], no. 3 (September): 297–334. #link("https://doi.org/10.1007/bf02310555").

#set bibliography(style: "chicago-author-date")


#bibliography("References.bib")

It seems from jgm/pandoc#8763 (comment)

Replies: 2 comments 2 replies

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
2 replies
@0ceangypsy
Comment options

@cderv
Comment options

Answer selected by 0ceangypsy
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
needs-repro Issues that are blocked until reporter provides an adequate reproduction typst
3 participants