Back to Typst

Accessibility

docs/reference/library/visualize.md

23-03-28757 B
Original Source

Drawing and data visualization.

If you want to create more advanced drawings or plots, also have a look at the CeTZ package as well as more specialized packages for your use case.

Accessibility

All shapes and paths drawn by Typst are automatically marked as artifacts to make them invisible to Assistive Technology (AT) during PDF export. However, their contents (if any) remain accessible.

If you are using the functions in this category to create an illustration with semantic meaning, make it accessible by wrapping it in a [figure] function call. Use its alt parameter to provide an alternative description.