Andrew
June 20, 2025, 4:52pm
2
Hey. Please fix your code block, it’s clearly not correctly highlighted. The example doesn’t compile, as a fletcher
import is missing, but even with it, the output doesn’t match the image.
How to post in the Questions category :
If your question pertains to a bit of Typst markup you have problems with, put it in the question body! You can syntax-highlight Typst code by wrapping it in ` ```typ … ````. It will then look like this:
#set font(size: 12pt)
Hello from *Typst* at $ pi.var + 1 $ o'clock!
If you need to highlight a code or math mode snippet instead, the language tags typc
and typm
do that, respectively.
It would be great if you could post the smallest possible code samples that allow people to see what your problem is.