diff options
| author | Laurenz <laurmaedje@gmail.com> | 2022-12-21 16:19:46 +0100 |
|---|---|---|
| committer | Laurenz <laurmaedje@gmail.com> | 2022-12-21 16:19:46 +0100 |
| commit | 31f904a2c406953cbce334e02b37a712b9b9d016 (patch) | |
| tree | c23f6e063864d97afb9b3d58c10ce4c2877106c5 /tests/typ/math | |
| parent | 4af7b9118c5ce612b3d9d7dd06118ce23b731d9c (diff) | |
Split up and document shapes
Diffstat (limited to 'tests/typ/math')
| -rw-r--r-- | tests/typ/math/syntax.typ | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/typ/math/syntax.typ b/tests/typ/math/syntax.typ index 4500d91e..72b4b7c2 100644 --- a/tests/typ/math/syntax.typ +++ b/tests/typ/math/syntax.typ @@ -2,7 +2,7 @@ #set text("Latin Modern Roman") #show <table>: it => table( columns: 2, - padding: 8pt, + inset: 8pt, ..it.text .split("\n") .map(line => (text(10pt, raw(line, lang: "typ")), eval(line) + [ ])) |
