diff options
Diffstat (limited to 'src/data/test_content_1.typ')
| -rw-r--r-- | src/data/test_content_1.typ | 13 |
1 files changed, 3 insertions, 10 deletions
diff --git a/src/data/test_content_1.typ b/src/data/test_content_1.typ index 3adf59a..e2f21a5 100644 --- a/src/data/test_content_1.typ +++ b/src/data/test_content_1.typ @@ -1,12 +1,5 @@ -#set page( - fill: none, - margin: 2pt, -); +#import "_base.typ": * -#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 -} +#show: display.with() -#display()[$x$] +$text("Adwaita Mono") x$ |
