Dear Dekel,

Thank you so much. Your recipe worked beautifully. One comment I want to make 
on your recipe is 

\setlength{\abovedisplayskip}{0pt}%

to

\setlength{\abovedisplayskip}{3pt}%

apears better in my taste.

Best regards,

Wonil.

> 
> The main problem is that for putting several unaligned equations in a row, 
> the gather environment should be used and not the equation environment.
> Unfortunately, lyx 1.1.6 does not support it, only 1.2.0cvs does.
> 
> A partial solution is to put the following lines in the preamble:
> 
> \let\oldnormalsize=\normalsize
> \def\normalsize{\oldnormalsize%
>   \setlength{\abovedisplayskip}{0pt}%
>   \setlength{\belowdisplayskip}{0pt}%
> }
> 

Reply via email to