You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I would like to display text and a picture side by side inside the theorem's box, like this:
Is there an easy way to achieve this?
The following code produces an unnecessary line break after "Theorem 0.1":
(Same if you use the wrap-it package instead of directly using grid.)
What do you think about adding a parameter blockfmt: x => x to boxfmt that transforms the entire block as blockfmt([#title#name#separator#body])? One could then use:
I would like to display text and a picture side by side inside the theorem's box, like this:
Is there an easy way to achieve this?
The following code produces an unnecessary line break after "Theorem 0.1":
(Same if you use the wrap-it package instead of directly using
grid
.)What do you think about adding a parameter
blockfmt: x => x
toboxfmt
that transforms the entire block asblockfmt([#title#name#separator#body])
? One could then use:The text was updated successfully, but these errors were encountered: