diff options
Diffstat (limited to 'src/data')
| -rw-r--r-- | src/data/test_content_1.typ | 4 | ||||
| -rw-r--r-- | src/data/test_content_2.typ | 4 |
2 files changed, 2 insertions, 6 deletions
diff --git a/src/data/test_content_1.typ b/src/data/test_content_1.typ index e2f21a5..171e00b 100644 --- a/src/data/test_content_1.typ +++ b/src/data/test_content_1.typ @@ -1,5 +1,3 @@ #import "_base.typ": * -#show: display.with() - -$text("Adwaita Mono") x$ +#display[$x$] diff --git a/src/data/test_content_2.typ b/src/data/test_content_2.typ index 47666a8..a126a0c 100644 --- a/src/data/test_content_2.typ +++ b/src/data/test_content_2.typ @@ -1,5 +1,3 @@ #import "_base.typ": * -#show: display.with() - -$x^2$ +#display[$x^2$] |
