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 have a document with two columns of text and a figure that is over half the height of the page. When I compile my document, the figure is where I expect it, but the following text isn't pushed down far enough, and overlaps both the figure and its caption. I would expect it to position the text below the caption; there's even enough space to fit a full paragraph down there if it does.
This doesn't happen every time I have a figure this tall. It seems the paragraphs need to line up just right for it, but I haven't able to find a way to predict when it will or won't happen.
The problem is that the unbreakable block overflows when layouted with the base size of the first region (less height), is then migrated into the second region, but there we do have more base space, so we need to relayout.
laurmaedje
changed the title
Tall figures in columns overlap with text
Unbreakable block becomes invalid when moved into differently sized region
Jul 5, 2024
Description
I have a document with two columns of text and a figure that is over half the height of the page. When I compile my document, the figure is where I expect it, but the following text isn't pushed down far enough, and overlaps both the figure and its caption. I would expect it to position the text below the caption; there's even enough space to fit a full paragraph down there if it does.
This doesn't happen every time I have a figure this tall. It seems the paragraphs need to line up just right for it, but I haven't able to find a way to predict when it will or won't happen.
Minimum working example:
The problem is on page 2:
Reproduction URL
https://typst.app/project/rr9vwQjcgU17NGm79GAU5O
Operating system
Web app
Typst version
The text was updated successfully, but these errors were encountered: