Hi,

 

I’ve noticed a somewhat unexpected behaviour. MWE below.

 

\setupalign[line] adds an enormous amount of whitespace to fill a last page, but \setupalign[height] doesn’t. Is that intended ?

 

Currently this only happens with mkiv. As stated in another mail, these options seem to have no effect at all under LMTX.

 

Best,

Denis

 

 

 

 

\setuppapersize[A5][A5]

\showframe

\setupdelimitedtext[blockquote]

                                                               [before={\switchtobodyfont[small]},

                                                               spacebefore={medium,flexible},]            

 

\starttext

 

\setupalign[line] % this here causes the last page to be filled

 

\section{A section heading}

 

\input knuth\par

 

\page

 

\setupalign[height] %this here doesn't

\section{A section heading}

 

\input knuth\par

 

\stoptext