diff options
| author | Laurenz <laurmaedje@gmail.com> | 2023-02-01 13:32:05 +0100 |
|---|---|---|
| committer | Laurenz <laurmaedje@gmail.com> | 2023-02-01 13:32:05 +0100 |
| commit | afa344f33db80456bb3091e3863ca673d43c5db8 (patch) | |
| tree | b38b88de8603975dede856878ab598c88c3332fe /tests/typ/math/syntax.typ | |
| parent | c2bd114914513c8ff450b9dcc67aa9b17cf275e1 (diff) | |
Fix raw show rule
Diffstat (limited to 'tests/typ/math/syntax.typ')
| -rw-r--r-- | tests/typ/math/syntax.typ | 3 |
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() ) |
