Enrico Forestieri <forenr <at> lyx.org> writes: > Put the following in the latex preamble: > > \AtBeginDocument{ > \addtolength{\abovedisplayskip}{-2ex} > \addtolength{\abovedisplayshortskip}{-2ex} > \addtolength{\belowdisplayskip}{-2ex} > \addtolength{\belowdisplayshortskip}{-2ex} > }
Aha, the secret sauce! I'd suggested the length adjustments to Barak (out of band), using \setlength, but didn't know how to get them to work in the preamble (\AtBeginDocument). Learned something new. /Paul