Hello @AMendoza ,
It would really help if you could post your code snippets in code blocks as described in 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.
If you try to copy and paste the code from your post yourself, you will see that it can’t compile. Could you please try to edit your post and format it accordingly?
2 Likes