I have just begun with Typst. I typed “=Mytitle” in the left-hand page, but the typeset heading did not appear in the right-hand page. Instead, it simply showed “= Mytitle”. What has gone wrong?
I might be a missing space after the =
? The documentation says:
Headings have dedicated syntax: They can be created by starting a line with one or multiple equals signs, followed by a space.
So this should work:
= Mytitle
Thanks! It worked.
Blockquote
1 Like