summaryrefslogtreecommitdiff
path: root/tests
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
parentd8464a9a8174ac315ba4bff2e26b7d6abbcb9de6 (diff)
Refactor math styling to bring it closer to normal styling (#3262)
Diffstat (limited to 'tests')
-rw-r--r--tests/ref/math/class.pngbin7599 -> 7545 bytes
-rw-r--r--tests/ref/math/equation-show.pngbin0 -> 2428 bytes
-rw-r--r--tests/typ/math/equation-show.typ7
3 files changed, 7 insertions, 0 deletions
diff --git a/tests/ref/math/class.png b/tests/ref/math/class.png
index a54dbd67..a4d6e86c 100644
--- a/tests/ref/math/class.png
+++ b/tests/ref/math/class.png
Binary files differ
diff --git a/tests/ref/math/equation-show.png b/tests/ref/math/equation-show.png
new file mode 100644
index 00000000..79a70dc0
--- /dev/null
+++ b/tests/ref/math/equation-show.png
Binary files differ
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$