Hi there,
I do have a somewhat weird requirement for citations: I do want to show all my citations in the text (as footnote), but exclude some from showing up in the bibliography at the end of the document. More precisely, all citations except for webpages should show up in the bibliography, e.g., I want to show only books, reports, …
I already tried two approaches: Two distinct bibliographies and adding a conditional to the CSL style. Both failed: multiple bibliographies are currently not supported and if I remove webpages from the bibliography in the CSL file, Typst still renders the new lines in the bibliography, i.e., I do get “hole” in my bibliography.
Does anyone have an idea on how to accomplish this? A solution that automatically excludes all webpages would be preferred, but manually tagging all citations that should be excluded would also work.
Thanks!