Hi!
I'm using the "article (AMS)" document class and want to have two Lemmas in a
row with no additional text between them.
However, Lyx seems to combine the Lemmas into just one if I don't include any
text between them in standard format.
Do I have to put some sort of invisible character between the Lemmas?
-Torquil
Test-file with a line of text separating the two lemmas:
#LyX 1.6.7 created this file. For more info see http://www.lyx.org/
\lyxformat 345
\begin_document
\begin_header
\textclass amsart
\use_default_options true
\begin_modules
theorems-ams
eqs-within-sections
figs-within-sections
\end_modules
\language british
\inputencoding auto
\font_roman default
\font_sans default
\font_typewriter default
\font_default_family default
\font_sc false
\font_osf false
\font_sf_scale 100
\font_tt_scale 100
\graphics default
\paperfontsize default
\spacing single
\use_hyperref false
\papersize default
\use_geometry false
\use_amsmath 1
\use_esint 1
\cite_engine basic
\use_bibtopic false
\paperorientation portrait
\secnumdepth 3
\tocdepth 3
\paragraph_separation indent
\defskip medskip
\quotes_language english
\papercolumns 1
\papersides 1
\paperpagestyle default
\tracking_changes false
\output_changes false
\author ""
\end_header
\begin_body
\begin_layout Lemma
This is the first Lemma.
\end_layout
\begin_layout Standard
Is this text is removed, the two lemmas are combined into one.
\end_layout
\begin_layout Lemma
This is the second Lemma.
\end_layout
\end_body
\end_document