parent
dad7c88576
commit
ff2650373c
@ -474,7 +474,7 @@ impl<'a> FlowLayouter<'a> {
|
||||
}
|
||||
}
|
||||
}
|
||||
used.y += footnote_height;
|
||||
used.y += footnote_height + float_top_height + float_bottom_height;
|
||||
|
||||
// Determine the size of the flow in this region depending on whether
|
||||
// the region expands. Also account for fractional spacing and
|
||||
|
BIN
tests/ref/layout/place-float-columns.png
Normal file
BIN
tests/ref/layout/place-float-columns.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 104 KiB |
19
tests/typ/layout/place-float-columns.typ
Normal file
19
tests/typ/layout/place-float-columns.typ
Normal file
@ -0,0 +1,19 @@
|
||||
// Test floats in columns.
|
||||
|
||||
---
|
||||
#set page(height: 200pt, width: 300pt)
|
||||
#show: columns.with(2)
|
||||
|
||||
= Introduction
|
||||
#figure(
|
||||
placement: bottom,
|
||||
caption: [A glacier],
|
||||
image("/files/glacier.jpg", width: 50%),
|
||||
)
|
||||
#lorem(45)
|
||||
#figure(
|
||||
placement: top,
|
||||
caption: [A rectangle],
|
||||
rect[Hello!],
|
||||
)
|
||||
#lorem(20)
|
Loading…
x
Reference in New Issue
Block a user