summaryrefslogtreecommitdiff
path: root/tests/typ/layout
diff options
context:
space:
mode:
authorLaurenz <laurmaedje@gmail.com>2023-01-23 15:03:10 +0100
committerLaurenz <laurmaedje@gmail.com>2023-01-23 15:23:52 +0100
commit4653ffebb43d733a3cff873d0903c7d00aaeb499 (patch)
tree6a97b2e6a6903b3198547d6f3d0a7e3d2eb023cd /tests/typ/layout
parent84c6c8b0e6b17996a603ec88b7490107154f38f3 (diff)
Math module
Diffstat (limited to 'tests/typ/layout')
-rw-r--r--tests/typ/layout/par.typ1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/typ/layout/par.typ b/tests/typ/layout/par.typ
index aabe63ef..264209b8 100644
--- a/tests/typ/layout/par.typ
+++ b/tests/typ/layout/par.typ
@@ -25,7 +25,6 @@ Hello
// While we're at it, test the larger block spacing wins.
#set block(spacing: 0pt)
#show raw: set block(spacing: 15pt)
-#show math: set block(spacing: 7.5pt)
#show list: set block(spacing: 2.5pt)
```rust