diff options
| author | Anhgelus Morhtuuzh <william@herges.fr> | 2026-04-29 19:55:57 +0200 |
|---|---|---|
| committer | Anhgelus Morhtuuzh <william@herges.fr> | 2026-04-29 19:55:57 +0200 |
| commit | afd538d6af0baf8a1861ff2cdef881edbfb57000 (patch) | |
| tree | db41d566c318163cb41916defd7cd274b92a9a43 /template.typ | |
| parent | 0535fa152ae990a28d0b7b9a59e96911074118b8 (diff) | |
feat(): support math content
Diffstat (limited to 'template.typ')
| -rw-r--r-- | template.typ | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/template.typ b/template.typ deleted file mode 100644 index 2eca2c0..0000000 --- a/template.typ +++ /dev/null @@ -1,12 +0,0 @@ -#set page( - fill: none, - margin: 2pt, -); - -#let display(body) = context { - let m = measure(body) - set page(width: m.width + page.margin.length*2, height: m.height + page.margin.length*2) - body -} - -#display()[$pi^2$] |
