summaryrefslogtreecommitdiff
path: root/tests/typ/math
diff options
context:
space:
mode:
Diffstat (limited to 'tests/typ/math')
-rw-r--r--tests/typ/math/syntax.typ3
1 files changed, 1 insertions, 2 deletions
diff --git a/tests/typ/math/syntax.typ b/tests/typ/math/syntax.typ
index 80facfb2..8ffded29 100644
--- a/tests/typ/math/syntax.typ
+++ b/tests/typ/math/syntax.typ
@@ -1,11 +1,10 @@
#set page(width: auto)
-#set text("Latin Modern Roman")
#show <table>: it => table(
columns: 2,
inset: 8pt,
..it.text
.split("\n")
- .map(line => (text(10pt, raw(line, lang: "typ")), eval(line) + [ ]))
+ .map(line => (raw(line, lang: "typ"), text("Latin Modern Roman", eval(line))))
.flatten()
)