#Flushbottom option

4 messages · Page 1 of 1 (latest)

undone pewter
#

Is there a way to accomplish the equivalent of LaTeX's \flushbottom in Typst? Surprised to see my page content not lining up at the bottom.

feral briar
#

Maybe #v(1fr) ?

turbid hearth
#

That would be more akin to \vfill\null but not necessarily \flushbottom

undone pewter
#

Yeah, looking into it more, seems that it's just not possible with typst currently

GitHub

Description In TeX there is a concept called glue stretching (see this StackOverflow answer for more details). As far as I understand it, the basic idea is that instead of having a fixed height vsp...

GitHub

Description Currently, the widow and orphan prevention in Typst leads to different lengths of the pages, similar to the \raggedbottom behavior in LaTeX. For books, thesis, and other multipage texts...