-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Closed
Labels
bugSomething isn't workingSomething isn't workingintrospectionRelated to introspection.Related to introspection.modelRelated to structure and semantics.Related to structure and semantics.
Description
See Title. I am using the typst.app web application. Here is the steps I took to reproduce:
- Enter a bibtex-style citation into your refs.bib file.
- Create a citation with
@citation
. - Create a bibliography with
#bibliography()
Everything still works as normal up to this point.
- Hide the citation with
#hide[]
.
The compiler now crashes with the error "Unexpected end of file." Note that using #cite()
also does not work (here, the compiler does not crash, but I get the error "The bibliography does not contain this key")
See here for a minimal example.
My use case is that I am trying to automatically generate a list of sources for a presentation, without explicitly showing citations in the text.
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't workingintrospectionRelated to introspection.Related to introspection.modelRelated to structure and semantics.Related to structure and semantics.