Re: Space for Equations

2002-08-19 Thread Dekel Tsur

On Mon, Aug 19, 2002 at 08:23:35AM -0500, Remzi Seker wrote:
> I got the code below from the help site. 
> The problem is, I need to reduce the spacing between the text and the 
> equation, not increase. I entered negative values, but it didn't seem to 
> help. Can anyone help me with this please?

The font size commands change these lengths.
Use the following

\let\oldnormalsize=\normalsize
\renewcommand{\normalsize}{%
  \oldnormalsize%
  \setlength{\abovedisplayskip}{0pt}%
  \setlength{\abovedisplayshortskip}{0pt}%
  \setlength{\belowdisplayskip}{0pt}%
  \setlength{\belowdisplayshortskip}{0pt}}
\normalsize



Space for Equations

2002-08-19 Thread Remzi Seker

I got the code below from the help site. 
The problem is, I need to reduce the spacing between the text and the 
equation, not increase. I entered negative values, but it didn't seem to 
help. Can anyone help me with this please?

Thanks

Remzi


%\setlength{\mathsurround}{0pt} % mqthmode (in textline)
\setlength{\abovedisplayskip}{-1ex}  %displaymath
\setlength{\abovedisplayshortskip}{-1ex}  
\setlength{\belowdisplayskip}{-1ex}
\setlength{\belowdisplayshortskip}{-1ex}