On 2014-08-15, 19:56, Robert Blackstone wrote:
A few days ago I posted this question. There were no reactions, but it is not an urgent matter for me anymore since I found an effective work-around. (Although I still wonder whether or not this possibility exists in mkiv,)
I have not seen the issue you have described myself. The attached example works for me. You have to prepare a minimal working example that shows the problem. Maybe then somebody can identify the reason for your issue. Kind regards, Joshua \starttext \startfrontmatter \input knuth \stopfrontmatter \startbodymatter \setuphead [chapter] [ number=yes, alternative=middle, style=\tfa \bf, after={\blank[0.5cm]}, ] \chapter{One} \input knuth \setuphead [chapter] [ number=yes, alternative=middle, style=\tfa \bf, after={\blank[0.1cm]}, ] \chapter{Two} \input knuth \stopbodymatter \stoptext