On 8/23/2013 11:26 AM, Lars Huttar wrote:
Hello,
I'm using mkii to typeset a document with grid layout. I'm trying to configure the formatting of the subsection headings.
Here is a small, self-contained example showing what I'm talking about: \definecolumnset [twocol] [n=2,balancing=yes] \setuphead[subsection][number=no,style=it,grid=top] \starttext \startcolumnset[twocol] \dorecurse {5}{ \subsection{Subsection Heading} \input knuth } \stopcolumnset \stoptext When I run this in mkiv, each subsection heading takes up 4 grid lines of space. How can I make it take up 3 lines? (I would also like to lower the placement of the heading text within that space; grid=3pt or grid={line,3pt} did that in mkii, but doesn't seem to work in mkiv.) Thanks, Lars