jomaway / typst-gentle-clues

Simple admonishment for typst
MIT License
25 stars 5 forks source link

What to do when a frame spans across pages #12

Closed USK314 closed 2 months ago

USK314 commented 2 months ago

Hello, I always enjoy using this cool package.

As you can see in the title, when the text inside a frame becomes too long and spans across pages, the content doesn't display properly. What should I do in such cases?

jomaway commented 2 months ago

You can pass the argument breakable:true.

If you want that setting for all clues use

show: gentle-clues.with(
    breakable: true
)
USK314 commented 2 months ago

It went well! Thank you so much

paupereira commented 2 months ago

@jomaway , where should one use the command

show: gentle-clues.with(
    breakable: true
)
jomaway commented 2 months ago

It depends, you can use it at the top of your document then it will affect all clues you add.

You can find more Infos about show rules at the official website: https://typst.app/docs/reference/styling/