angle
An angle describing a rotation. Typst supports the following angular units:
- Degrees:
180deg
- Radians:
3.14rad
Example
#rotate(10deg)[Hello there!]

An angle describing a rotation. Typst supports the following angular units:
180deg
3.14rad
#rotate(10deg)[Hello there!]