I would like to use a numbered list (enumerate environment); but with each number prefixed by text. i.e.
Case 1. blah blah blah blah blah blah blah
Case 2. blah blah blah blah blah blah blah blah
Case 3. etcââ
Rob,
It is enclosed a LyX file which does what you are wanting. You need to add the following line to the preamble:
\usepackage{enumerate}
I hope this helps you!
Paul
#LyX 1.3 created this file. For more info see http://www.lyx.org/ \lyxformat 221 \textclass article \begin_preamble \usepackage{enumerate} \end_preamble \language english \inputencoding auto \fontscheme default \graphics default \paperfontsize default \spacing single \papersize Default \paperpackage a4 \use_geometry 0 \use_amsmath 0 \use_natbib 0 \use_numerical_citations 0 \paperorientation portrait \secnumdepth 3 \tocdepth 3 \paragraph_separation indent \defskip medskip \quotes_language english \quotes_times 2 \papercolumns 1 \papersides 1 \paperpagestyle default
\layout Standard
\begin_inset ERT
status Collapsed
\layout Standard
\backslash
begin{enumerate}[{Case} 1.]
\end_inset
\layout Standard
\begin_inset ERT
status Collapsed
\layout Standard
\backslash
item
\end_inset
This is case 1;
\layout Standard
\begin_inset ERT
status Collapsed
\layout Standard
\backslash
item
\end_inset
This is case 2;
\layout Standard
\begin_inset ERT
status Collapsed
\layout Standard
\backslash
item
\end_inset
This is case 3.
\layout Standard
\begin_inset ERT
status Collapsed
\layout Standard
\backslash
end{enumerate}
\end_inset
\the_end
