Equivalent of latex wrapfig #3088
ethanabrooks
started this conversation in
General
Replies: 1 comment
-
While it is definitely planned see somewhere on the roadmap, it is not built-in yet since it depends on some reworks of the internals of Typst, but it is coming. My current workflow for it is to do it manually with grids in the middle of the document. Definitely not ideal, but it'll improve! |
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.
-
Description
The latex wrapfig package allows placement of a figure in the midst of text, with text wrapping around it. Is it possible to implement such a thing in typst?
Here is an example image:
I am also just curious to learn more about how layouts are implemented in typst.
Use Case
If a figure is much narrower than text, it looks awkward to allocate the full text-width for the figure.
Beta Was this translation helpful? Give feedback.
All reactions