M.B. Schiekel wrote:
Now it seems, that I do not really understand the paragraph managment in
connection with equation/eqnarray and the diffences therein with/without
AMS math.
Please have a look at the attached sample file.
use _only_ amsmath envoronments and when you are inside
an enumerate environment then do not insert an additional
newline.
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 scrartcl
\language german
\inputencoding auto
\fontscheme default
\graphics default
\paperfontsize default
\spacing single
\papersize Default
\paperpackage a4
\use_geometry 0
\use_amsmath 1
\use_natbib 0
\use_numerical_citations 0
\paperorientation portrait
\secnumdepth 3
\tocdepth 3
\paragraph_separation skip
\defskip medskip
\quotes_language english
\quotes_times 2
\papercolumns 1
\papersides 1
\paperpagestyle default
\layout Standard
1.
paragraph: xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
\newline
yyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyy
\layout Standard
2.
paragraph: in the next paragraph will be an equation
\newline
(why is the following vertical space different with/without AMS math, and
which LaTeX parameter controls this?)
\begin_inset Formula \begin{flalign}
x & =1\label{eq:1}\end{flalign}
\end_inset
\layout Standard
4.
paragraph: xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
\layout Standard
5.
paragraph: in the next paragraph will be an eqnarray
\newline
(which LaTeX parameter controls the following vertical extra space?)
\begin_inset Formula \begin{flalign}
y & =x\nonumber \\
& +1\label{eq:2}\end{flalign}
\end_inset
\layout Standard
7.
paragraph: the following equation is part of this paragraph
\begin_inset Formula \begin{equation}
z=1\label{eq:3}\end{equation}
\end_inset
\layout Standard
8.
paragraph: the following eqnarray is part of this paragraph
\begin_inset Formula \begin{flalign}
\textrm{zz} & =z\nonumber \\
& +1\label{eq:4}\end{flalign}
\end_inset
\layout Standard
9.
paragraph: now, 7.
& 8.
is, what I wanted to arrive - hmm ...
\the_end