diff options
| author | Alexander Ekdahl <alexander@ekdahl.io> | 2023-03-25 13:32:25 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-03-25 13:32:25 +0100 |
| commit | 766d1be72b046c1ee0db2602d8573b206fa81fe5 (patch) | |
| tree | 21e47eac70d6c6fde8d8ca4c8590ca1b49523a73 /tests/typ/math | |
| parent | a25a69154919569f032333388876f14d16a75ea9 (diff) | |
Newton's notation for derivatives (#281)
Diffstat (limited to 'tests/typ/math')
| -rw-r--r-- | tests/typ/math/accent.typ | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/typ/math/accent.typ b/tests/typ/math/accent.typ index b67614dd..ff1f87c1 100644 --- a/tests/typ/math/accent.typ +++ b/tests/typ/math/accent.typ @@ -6,6 +6,10 @@ $grave(a), acute(b), hat(f), tilde(§), macron(ä), diaer(a), ä \ breve(\&), dot(!), circle(a), caron(@), arrow(Z), arrow.l(Z)$ --- + +$ x &= p \ dot(x) &= v \ dot.double(x) &= a \ dot.triple(x) &= j \ dot.quad(x) &= s $ + +--- // Test `accent` function. $accent(ö, .), accent(v, <-), accent(ZZ, \u{0303})$ |
