On Sun, 4 Apr 2010, Michael Saunders wrote:
1. Leftward protrusion doesn't work. 2. I don't think hz is working in footnotes.
The font I'm using is Adobe Garamond Premiere Pro. If you think there might be a problem with the typescript, I can show you that too.
These two are related to font. Either show that something is wrong with default typescripts (lmodern, times, palatino, etc) else it means that tosmething is wrong with your typescript. But first you have to narrow down the problem
I take your word for it that it works for the default typescripts; therefore, the problem must be somewhere in my typescript, but I have no idea where. It is as follows:
I don't have the font, so I cannot test it.
3. Observe footnote 1 (the only one). It is breaking between p.1 and p.2. I want to forbid that.
I don't know how to prevent this. But again, this has nothing to do with columns or fonts.
I want that to work in those columns with that font. If you don't know how to make it work in any font with or without columns, that makes no difference. It looks like it's just one more thing that Context can't do or can't do correctly.
You can prevent notes from splitting across pages by \setupenumerations[footnote] [before=\vbox\bgroup, after=\egroup] The footnote may still appear on a different page. If you want to prevent that add \setupfootnotes[split=verystrict] which can mess up the layout. You can slightly salvage things by adding \setuptolerance[vertical, verytolerant] Aditya