summaryrefslogtreecommitdiff
path: root/tests/typ/layout/place-float-columns.typ
diff options
context:
space:
mode:
Diffstat (limited to 'tests/typ/layout/place-float-columns.typ')
-rw-r--r--tests/typ/layout/place-float-columns.typ19
1 files changed, 0 insertions, 19 deletions
diff --git a/tests/typ/layout/place-float-columns.typ b/tests/typ/layout/place-float-columns.typ
deleted file mode 100644
index e2b88d46..00000000
--- a/tests/typ/layout/place-float-columns.typ
+++ /dev/null
@@ -1,19 +0,0 @@
-// Test floats in columns.
-
----
-#set page(height: 200pt, width: 300pt)
-#show: columns.with(2)
-
-= Introduction
-#figure(
- placement: bottom,
- caption: [A glacier],
- image("/assets/images/glacier.jpg", width: 50%),
-)
-#lorem(45)
-#figure(
- placement: top,
- caption: [A rectangle],
- rect[Hello!],
-)
-#lorem(20)