Andreas Harder wrote:
Okay, thank you for your advise. Why I can't say: \setupbodyfontenvironment [minion] [14.4pt] [interlinespace=3ex] % \tfa \setupbodyfontenvironment [minion] [9.6pt] [interlinespace=4ex] % \tfx and then use style=\tfa?
In the interest of speed, \tfa only does the bare necessities to get a larger visual font size, and consequently all changes it makes are 'local', \switchtobodyfont sets up the 'global' settings as well, and these are the ones used by grid snapping and insertions etc.
Oh, I see. Somehow the interlinespace setting from the typescript doesn't come through. You could do this:
\setuphead [chapter] [style={\switchtobodyfont[18pt]\setupinterlinespace[line=10ex]}]
but it is weird that it does not work out of the box.
Because it works if one set \setupinterlinespace[line=5ex] for the whole document … By the way, what happened with \setupinterlinespace[big]?
I have no idea, Hans should have a look at that.
Anyway, thanks for your reply!
PS. I don't want to be too greedy, but could you also have a look at http://archive.contextgarden.net/message/20091014.122329.48e0bcc0.en.html ?
I'll get back to you, Best wishes, Taco