summaryrefslogtreecommitdiff
path: root/tests/typ
diff options
context:
space:
mode:
authorLaurenz <laurmaedje@gmail.com>2024-01-26 10:50:33 +0100
committerGitHub <noreply@github.com>2024-01-26 09:50:33 +0000
commitb09d6ae31c78463ad741644194c17ddd47c2bd56 (patch)
tree99363b95467daa991a2aedf8727d5e02dd275fb5 /tests/typ
parentd8464a9a8174ac315ba4bff2e26b7d6abbcb9de6 (diff)
Refactor math styling to bring it closer to normal styling (#3262)
Diffstat (limited to 'tests/typ')
-rw-r--r--tests/typ/math/equation-show.typ7
1 files changed, 7 insertions, 0 deletions
diff --git a/tests/typ/math/equation-show.typ b/tests/typ/math/equation-show.typ
new file mode 100644
index 00000000..9334c54e
--- /dev/null
+++ b/tests/typ/math/equation-show.typ
@@ -0,0 +1,7 @@
+// Test show rules on equations.
+
+---
+This is small: $sum_(i=0)^n$
+
+#show math.equation: math.display
+This is big: $sum_(i=0)^n$