summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorLaurenz <laurmaedje@gmail.com>2023-01-28 12:01:05 +0100
committerLaurenz <laurmaedje@gmail.com>2023-01-28 12:14:03 +0100
commit28c554ec2185a15e22f0408ce485ed4afe035e03 (patch)
tree622d2d281133c4e6b92633e44bfc1e1301250fb4 /tests
parent23238d4d44881a5b466ab23a32e2a7447f460127 (diff)
Rework math attachments and accents
Diffstat (limited to 'tests')
-rw-r--r--tests/ref/math/accents.pngbin3126 -> 1493 bytes
-rw-r--r--tests/typ/math/accents.typ33
2 files changed, 10 insertions, 23 deletions
diff --git a/tests/ref/math/accents.png b/tests/ref/math/accents.png
index dba9fb45..cb167533 100644
--- a/tests/ref/math/accents.png
+++ b/tests/ref/math/accents.png
Binary files differ
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) $