Replies: 1 comment
-
Not yet. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello!
I've been really enjoying trying out quarto with typst today. One thing I ran up against is that when using the block layout notation ie
::: layout-ncol=4
is that the gutter sizes are quite a bit bigger than I would like. It looks like they are being set to 1em in the generated typst grid function. I'm wondering if it would be possible to remove the default 1em gutter so that it can be set in a raw typst block? ie#set grid(gutter = 3pt)
or am I missing some other method to alter the gutter size?Thanks!
Beta Was this translation helpful? Give feedback.
All reactions