In Typst, vec() is used to create a column vector, if I wanted type a symbol that is identical to LaTeX’s \vec{x} to denote a vector, how would I achieve it?
$ arrow(x) $
2 Likes
Also, check Typst Docs for more accents.
1 Like
Oh thanks! That’s simpler than I thought. ![]()
Is this in the sym module?
Edit: Nvm it’s in the accent function