blob: 4d7b5fe38ca30104a76b36c30fead5544f313da6 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
// Test that placed elements don't add extra block spacing.
---
#show figure: set block(spacing: 4em)
Paragraph before float.
#figure(rect(), placement: bottom)
Paragraph after float.
---
#show place: set block(spacing: 4em)
Paragraph before place.
#place(rect())
Paragraph after place.
|