[OS X TeX] Modified enumeration

Jean-Claude DE SOZA jeanclaudedesoza at orange.fr
Sun Jan 23 14:27:53 CET 2011


Le 23 janv. 2011 à 12:11, M. Tamer Özsu a écrit :

> I am trying to get enumeration in the form of
> 
> A1.
> A2.
> A3.
> 
> Text
> 
> B1.
> B2.
> 
> etc. I have not been able to figure out how to do it. I did discover the enumitem package and tried 
> 
> \begin{enumerate}[label=\Alph{enumi}\arabic*.]
> \item ...
> \item ...
> \end{enumerate}
> 
> but that gives
> 
> A1.
> B1.
> 
> ==Tamer
> 
> 


Bonjour Tamer,

Try this:

\usepackage{paralist}

\begin{enumerate}[\textrm{A}1.]
\item 
\item 
\item 
\end{enumerate}

 or

\begin{enumerate}[\bfseries{A}1.]
\item 
\item 
\item 
\end{enumerate}

Jean-Claude DE SOZA



-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://tug.org/pipermail/macostex-archives/attachments/20110123/ead4856d/attachment.html>


More information about the macostex-archives mailing list