On 8/16/06, Aditya Mahajan wrote:
On Tue, 15 Aug 2006, Taco Hoekwater wrote:
Hi,
Aditya Mahajan wrote:
Hi, There is an extra vertical space in the first set of formulas, while the vertical spacing in the second set appears to be fine. I can not figure out why this should happen. Even if you comment the
That is related to \openup. Adding \def\displayopenupvalue{0pt} makes (nearly) all whitespace go away.
Should this be included in the definition of \dointertext (or \forgetall) or would that be too drastic?
The problem with TEXpage is not only related to math. Another example with strange results: \starttext \startTEXpage \chapter{Bla} Hello world!\crlf Hello world! \stopTEXpage \stoptext I guess that \startTEXpage should be fixed before you start hacking any math settings. Mojca