Skip to content

Commit a772cb3

Browse files
committed
Column balancing on last page
1 parent 1ff44be commit a772cb3

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

template/paper.typ

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -163,3 +163,14 @@ Custom upper/lower case can be forced if required.
163163

164164
#bibliography("references.bib")
165165

166+
167+
// Workaround until balanced columns are available
168+
// See https://github.com/typst/typst/issues/466
169+
#place(
170+
bottom,
171+
scope: "parent",
172+
float: true,
173+
clearance: 0pt, // TODO: increase clearance for manual column balancing
174+
[]
175+
)
176+

0 commit comments

Comments
 (0)