Replies: 6 comments 14 replies
-
Could you share a small self-contained "working" (reproducible) example to work with, i.e., a complete Quarto document or a Git repository? The goal is to make it as easy as possible for us to recreate your problem so that we can fix it: please help us help you! Thanks. Did you look at:
You can share a self-contained "working" (reproducible) Quarto document using the following syntax, i.e., using more backticks than you have in your document (usually four If you have multiple files (and if it is absolutely required to have multiple files), please share as a Git repository.
Additionally and if not already given, please share the output of |
Beta Was this translation helpful? Give feedback.
-
If you haven't done so already, you should use If you are using Quarto markdown, the generated Typst probably uses native Typst references and citations like https://typst.app/docs/reference/model/ref/ I don't see IIUC the Typst reference syntax converts automatically to I think you are probably on the right track with the show-rule you mention in #10446, albeit with the limitation you describe. |
Beta Was this translation helpful? Give feedback.
-
I have created a Minimum (Non) Working Example: My main problem is that I receive at the Typst side a |
Beta Was this translation helpful? Give feedback.
-
I think with this change here it is closed: https://github.com/fredguth/mwe-citation-quarto-typst @gordonwoodhull Could you take a look? |
Beta Was this translation helpful? Give feedback.
-
Noticed that the problem with linebreak is the reason to use |
Beta Was this translation helpful? Give feedback.
-
In the same gist, can I customize the |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Description
I have a Typst template which uses citenotes in the margin (a bibliography entry in the margin and another in the end of the document). I am trying to create an extension to use this template. But I can't find in typst-template (nor in typst-show, biblio, definitions, etc) where can I change the generated
#cite(<Tufte2001>, form: "prose")
to#citenote(<Tufte2001>)
Is
cite
customizable?Beta Was this translation helpful? Give feedback.
All reactions