summaryrefslogtreecommitdiff
path: root/tests/typ/math/accent.typ
blob: 65ef9d1b55d233cd496e638f24e0ac2cc5c36e8e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
// Test math accents.

---
// Test function call.
$grave(a), acute(b), hat(f), tilde(§), macron(ä), diaer(a), ä, \
 breve(\&), dot(!), circle(a), caron(@), arrow(Z), arrow.l(Z)$

---
// Test `accent` function.
$accent(ö, .), accent(v, <-), accent(ZZ, \u{0303})$

---
// Test accent bounds.
$sqrt(tilde(T)) + hat(f)/hat(g)$

---
// Test wide base.
$arrow("ABC" + d), tilde(sum)$

---
// Test high base.
$ tilde(integral), tilde(integral)_a^b, tilde(integral_a^b) $