Typst in text citation #8981
Closed
alxsimon
started this conversation in
Feature Requests
Replies: 2 comments 1 reply
-
This is done by Pandoc (citeproc) not Quarto. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Pandoc 3.1.12 is the version that supports this See release note at https://pandoc.org/releases.html#pandoc-3.1.12-2024-02-14
Done in this commit : jgm/pandoc@aa00714 When we will update to 3.1.12, this will be possible in Quarto too. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Description
From what I can tell, the handling of the different citation styles has not been made in the Typst template yet?
I'd be happy to try at least implementing the simplest case of in text citation:
@ref
should give a#cite(<ref>, form: "prose")
in Typst, in contrast with the normal[@ref]
.Any pointer to how this should be implemented is welcome, or an explanation on how that works in Latex so that it can be ported in Typst?
Thanks
Beta Was this translation helpful? Give feedback.
All reactions