M.B. Schiekel wrote:

as I wrote above,I'm using fleqn, so please have a look at:
- Lamport, Das LaTeX Handbuch, S.218,
- Goosens/Mittelbach/Samarin, Der LaTeX Begleiter, S.263.

Do I misunderstand this?

ah, okay I missed the fleqn ... See attached example.

However using amsmath is a much more better way

Herbert



--
http://TeXnik.de/
http://PSTricks.de/
ftp://ftp.dante.de/tex-archive/info/math/voss/Voss-Mathmode.pdf
http://www.dante.de/faq/de-tex-faq/
http://www.tex.ac.uk/cgi-bin/texfaq2html?introduction=yes
#LyX 1.3 created this file. For more info see http://www.lyx.org/
\lyxformat 221
\textclass article
\begin_preamble
\newlength\myABOVEspace
\setlength\myABOVEspace{\abovedisplayskip}
\newlength\myBELOWspace
\setlength\myBELOWspace{\belowdisplayskip}
\renewenvironment{eqnarray}{%
    \stepcounter{equation}%
    [EMAIL PROTECTED]@equation\theequation}%
    [EMAIL PROTECTED]@th
    [EMAIL PROTECTED]@
    \tabskip\mathindent
    [EMAIL PROTECTED]
    \setlength\abovedisplayskip{\myABOVEspace}%%%%%%%%%%
%    \ifvmode
%     \addtolength\abovedisplayskip{\myABOVEspace}%%%%%%%%
%    \fi
%    \addtolength\abovedisplayskip{\parsep}%%%%%%%%%
    \setlength\belowdisplayskip{\myBELOWspace}%
    \setlength\belowdisplayshortskip{\myBELOWspace}%
    \setlength\abovedisplayshortskip{\myABOVEspace}%
    $$\everycr{}\halign to\linewidth% $$
    \bgroup
      [EMAIL PROTECTED]
      [EMAIL PROTECTED]@eqnsel&%
      [EMAIL PROTECTED]@ne \hskip [EMAIL PROTECTED] \hfil${##}$\hfil&%
      [EMAIL PROTECTED]@ \hskip [EMAIL PROTECTED]
        $\displaystyle{##}$\hfil [EMAIL PROTECTED]&%
      [EMAIL PROTECTED]@@
        [EMAIL PROTECTED]@[EMAIL PROTECTED]@skip\cr}%
      {\@@eqncr
    \egroup
    [EMAIL PROTECTED]@ne$$% $$
    [EMAIL PROTECTED]
    }
\end_preamble
\options fleqn
\language frenchb
\inputencoding latin1
\fontscheme default
\graphics default
\paperfontsize 10
\spacing single 
\papersize Default
\paperpackage a4
\use_geometry 0
\use_amsmath 0
\use_natbib 0
\use_numerical_citations 0
\paperorientation portrait
\paperwidth 17cm
\paperheight 22cm
\leftmargin 1.2cm
\topmargin 1.4cm
\rightmargin 1.7cm
\bottommargin 1.4cm
\headsep 1cm
\secnumdepth 4
\tocdepth 4
\paragraph_separation indent
\defskip medskip
\quotes_language german
\quotes_times 2
\papercolumns 1
\papersides 2
\paperpagestyle default

\layout Standard

The default:
\layout Standard


\begin_inset Formula \begin{eqnarray*}
f(x) & = & x^{2}-2x+3\\
g(x) & = & -3\cdot f(x)\end{eqnarray*}

\end_inset 


\layout Standard

and the next line
\layout Standard


\begin_inset ERT
status Collapsed

\layout Standard

\backslash 
myABOVEspace=-
\backslash 
normalbaselineskip
\backslash 
myBELOWspace=0pt
\end_inset 


\layout Standard

With another spacing:
\layout Standard


\begin_inset Formula \begin{eqnarray*}
f(x) & = & x^{2}-2x+3\\
g(x) & = & -3\cdot f(x)\end{eqnarray*}

\end_inset 


\layout Standard

and the next line
\the_end

Reply via email to