We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I am trying to combine lemmify and showybox but I can't seem to get a breakable thm..Here is what I've got: https://typst.app/project/r4vhyPDGq4h0SUcJRKABkR
The text was updated successfully, but these errors were encountered:
Looks like it should work. I have no idea why this is happening but in the meantime the following code seems to work.
#let thmbox(color) = block.with(breakable: true, fill: color, inset: 0.7em, radius: 3pt) #show thm-selector("thm-group", subgroup: "theorem"): thmbox(thmcolors.red)
I have not yet figured out what the difference between this and your example is (showybox uses a block internally too).
Sorry, something went wrong.
Oh, thanks for the workaround!
No branches or pull requests
I am trying to combine lemmify and showybox but I can't seem to get a breakable thm..Here is what I've got: https://typst.app/project/r4vhyPDGq4h0SUcJRKABkR
The text was updated successfully, but these errors were encountered: