diff options
Diffstat (limited to 'tests')
| -rw-r--r-- | tests/ref/math/class.png | bin | 7599 -> 7545 bytes | |||
| -rw-r--r-- | tests/ref/math/equation-show.png | bin | 0 -> 2428 bytes | |||
| -rw-r--r-- | tests/typ/math/equation-show.typ | 7 |
3 files changed, 7 insertions, 0 deletions
diff --git a/tests/ref/math/class.png b/tests/ref/math/class.png Binary files differindex a54dbd67..a4d6e86c 100644 --- a/tests/ref/math/class.png +++ b/tests/ref/math/class.png diff --git a/tests/ref/math/equation-show.png b/tests/ref/math/equation-show.png Binary files differnew file mode 100644 index 00000000..79a70dc0 --- /dev/null +++ b/tests/ref/math/equation-show.png 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$ |
