hello,

     Thank you very much for everyone's help. I am
still new to latex so if anyone has time, maybe
someone could help me modify the following code to use
enumitem  to do what I need:

  Preamble
        \newenvironment{problem}
        {
                \begin{list}{}
                {
                        \renewcommand\labelenumi{([EMAIL PROTECTED]@enumi)}
                        [EMAIL PROTECTED]@enumii.}
                        \renewcommand\labelenumiii{([EMAIL PROTECTED]@enumiii)}
                
[EMAIL PROTECTED]@[EMAIL PROTECTED]@enumiv.}
                }
                \begin{bfseries}
                \item[Problem]
        }
        {
                \renewcommand\labelenumi{\theenumi.}
                \renewcommand\labelenumii{(\theenumii)}
                \renewcommand\labelenumiii{\theenumiii.}
                \renewcommand\labelenumiv{\theenumiv.}
                \end{bfseries}
                \end{list}
        }  
  EndPreamble

     or please point me to the direction I should
look. 
For this customized layout, I inherited the article
class layout and copied some environments for the
article (AMS) class layout. Thanks in advance



--- Marcelo Acu�a <[EMAIL PROTECTED]> wrote:

> > >     How do you change the alignment of the
> > enumerate
> > > environment? i.e. when I get to the roman
> numerals
> > > numbering depth I find the number/label
> alignment
> > is
> > > to the right of the numeral which is not good
> for
> > > readability.
> > 
> > With tweaklist package you get control over
> > enumerate,
> > enumerate*, description environment.
> 
> I found that with enumitem package I get more
> options
> in enumerate environment. This package come with
> standart distribution of latex.
> Marcelo
> 
> 
> 
>       
>       
>               
>
___________________________________________________________
> 
> 1GB gratis, Antivirus y Antispam 
> Correo Yahoo!, el mejor correo web del mundo 
> http://correo.yahoo.com.ar 
> 
> 


__________________________________________________
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 

Reply via email to