mirror of
https://github.com/typst/typst
synced 2025-05-13 20:46:23 +08:00
16 lines
169 B
Typst
16 lines
169 B
Typst
// Test math accents.
|
|
|
|
---
|
|
#set page(width: auto)
|
|
|
|
$ grave(a),
|
|
acute(a),
|
|
hat(a),
|
|
tilde(a),
|
|
macron(a),
|
|
breve(a),
|
|
dot(a),
|
|
diaer(a),
|
|
caron(a),
|
|
arrow(a) $
|