summaryrefslogtreecommitdiff
path: root/tests/typ
diff options
context:
space:
mode:
authorAlexander Ekdahl <alexander@ekdahl.io>2023-03-25 13:32:25 +0100
committerGitHub <noreply@github.com>2023-03-25 13:32:25 +0100
commit766d1be72b046c1ee0db2602d8573b206fa81fe5 (patch)
tree21e47eac70d6c6fde8d8ca4c8590ca1b49523a73 /tests/typ
parenta25a69154919569f032333388876f14d16a75ea9 (diff)
Newton's notation for derivatives (#281)
Diffstat (limited to 'tests/typ')
-rw-r--r--tests/typ/math/accent.typ4
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})$