On Mon, Dec 18, 2006 at 11:54:11AM +0000, Paul Smith wrote:
> Dear All
> 
> I am trying to get the following special case of enumerate:
> 
> -------------------------------------
> A1. The first item;
> A2. The second item;
> A3. The third item;
> 
> Here, there is some standard text and then enumerate again.
> 
> A4. The fourth item;
> A5. The fifth item.
> -------------------------------------
> 
> Any ideas?
> 
> Thanks in advance,
> 
> Paul

Someone else can address the A1 through Ax part, but the change out of,
then back into enumeration is accomplished with the package mdwlist,
which I believe is part of a regular TeX distribution.

\usepackage{mdwlist}   goes into the preamble.

Essentially, you add \suspend{enumeration} ... \resume{enumeration} in
ERT at those points in the text where needed.  This must be accompanied
by a change in depth (alt-shift-right arrow, for instance) of the
entire part being turned into standard text.

HTH,


Kenward
-- 
In a completely rational society, the best of us would aspire to be 
_teachers_ and the rest of us would have to settle for something less, 
because passing civilization along from one generation to the next 
ought to be the highest honor and the highest responsibility anyone 
could have.     - Lee Iacocca

Reply via email to