summaryrefslogtreecommitdiff
path: root/tests/typ/math
diff options
context:
space:
mode:
Diffstat (limited to 'tests/typ/math')
-rw-r--r--tests/typ/math/accents.typ33
1 files changed, 10 insertions, 23 deletions
diff --git a/tests/typ/math/accents.typ b/tests/typ/math/accents.typ
index 0cd0b16e..7a896e5d 100644
--- a/tests/typ/math/accents.typ
+++ b/tests/typ/math/accents.typ
@@ -3,26 +3,13 @@
---
#set page(width: auto)
-$ accent(a,`),
- accent(a,´),
- accent(a,\^),
- accent(a,~),
- accent(a,¯),
- accent(a,‾),
- accent(a,˘),
- accent(a,.),
- accent(a,¨),
- accent(a,ˇ),
- accent(a,->) $
-
-$ accent(a, grave),
- accent(a, acute),
- accent(a, circum),
- accent(a, tilde),
- accent(a, macron),
- accent(a, overline),
- accent(a, breve),
- accent(a, dot),
- accent(a, diaer),
- accent(a, caron),
- accent(a, arrow) $
+$ grave(a),
+ acute(a),
+ circum(a),
+ tilde(a),
+ macron(a),
+ breve(a),
+ dot(a),
+ diaer(a),
+ caron(a),
+ arrow(a) $