Re: anybody know how to change the enumerate alignment?

2006-03-25 Thread Jeoffrey Young
hello,

 Sorry about resending this but I thought it might
have been overshadowed by the multiple apache
messages. 

 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 (fix enumerate
alignment):

  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 


Re: anybody know how to change the enumerate alignment?

2006-03-25 Thread Jeoffrey Young
hello,

 Sorry about resending this but I thought it might
have been overshadowed by the multiple apache
messages. 

 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 (fix enumerate
alignment):

  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 


Re: anybody know how to change the enumerate alignment?

2006-03-25 Thread Jeoffrey Young
hello,

 Sorry about resending this but I thought it might
have been overshadowed by the multiple apache
messages. 

 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 (fix enumerate
alignment):

  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 


Re: anybody know how to change the enumerate alignment?

2006-03-18 Thread Jeoffrey Young
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 


Re: anybody know how to change the enumerate alignment?

2006-03-18 Thread Jeoffrey Young
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 


Re: anybody know how to change the enumerate alignment?

2006-03-18 Thread Jeoffrey Young
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 


Re: anybody know how to change the enumerate alignment?

2006-03-16 Thread Marcelo Acuña
  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 



Re: anybody know how to change the enumerate alignment?

2006-03-16 Thread Marcelo Acuña
  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 



Re: anybody know how to change the enumerate alignment?

2006-03-16 Thread Marcelo Acuña
> > 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 



Re: anybody know how to change the enumerate alignment?

2006-03-12 Thread Juergen Spitzmueller
Marcelo Acuña 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.

Another very nifty package is enumitem.

Jürgen


Re: anybody know how to change the enumerate alignment?

2006-03-12 Thread Jeoffrey Young
hello, thanks for the reply.


--- Juergen Spitzmueller [EMAIL PROTECTED]
wrote:

 Marcelo Acuña 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.
 
 Another very nifty package is enumitem.
 
 Jürgen
 


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


Re: anybody know how to change the enumerate alignment?

2006-03-12 Thread Juergen Spitzmueller
Also sprach Jeoffrey Young:
 thanks for the reply, will those work if I were just
 inheriting the article class and just tweaking some of
 its defined environments?

Yes. Please read the documentation for details.
http://www.ctan.org/tex-archive/macros/latex/contrib/enumitem/

Jürgen


Re: anybody know how to change the enumerate alignment?

2006-03-12 Thread Juergen Spitzmueller
Marcelo Acuña 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.

Another very nifty package is enumitem.

Jürgen


Re: anybody know how to change the enumerate alignment?

2006-03-12 Thread Jeoffrey Young
hello, thanks for the reply.


--- Juergen Spitzmueller [EMAIL PROTECTED]
wrote:

 Marcelo Acuña 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.
 
 Another very nifty package is enumitem.
 
 Jürgen
 


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


Re: anybody know how to change the enumerate alignment?

2006-03-12 Thread Juergen Spitzmueller
Also sprach Jeoffrey Young:
 thanks for the reply, will those work if I were just
 inheriting the article class and just tweaking some of
 its defined environments?

Yes. Please read the documentation for details.
http://www.ctan.org/tex-archive/macros/latex/contrib/enumitem/

Jürgen


Re: anybody know how to change the enumerate alignment?

2006-03-12 Thread Juergen Spitzmueller
Marcelo Acuña 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.

Another very nifty package is enumitem.

Jürgen


Re: anybody know how to change the enumerate alignment?

2006-03-12 Thread Jeoffrey Young
hello, thanks for the reply.


--- Juergen Spitzmueller <[EMAIL PROTECTED]>
wrote:

> Marcelo Acuña 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.
> 
> Another very nifty package is enumitem.
> 
> Jürgen
> 


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


Re: anybody know how to change the enumerate alignment?

2006-03-12 Thread Juergen Spitzmueller
Also sprach Jeoffrey Young:
> thanks for the reply, will those work if I were just
> inheriting the article class and just tweaking some of
> its defined environments?

Yes. Please read the documentation for details.
http://www.ctan.org/tex-archive/macros/latex/contrib/enumitem/

Jürgen


anybody know how to change the enumerate alignment?

2006-03-11 Thread Jeoffrey Young
hello,

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.

thanks..

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


Re: anybody know how to change the enumerate alignment?

2006-03-11 Thread Marcelo Acuña
 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.
Good lack.
Marcelo





Horóscopos, Salud y belleza, Chistes, Consejos de amor:
el contenido más divertido para tu celular está en Yahoo! Móvil.
Obtenelo en http://movil.yahoo.com.ar


anybody know how to change the enumerate alignment?

2006-03-11 Thread Jeoffrey Young
hello,

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.

thanks..

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


Re: anybody know how to change the enumerate alignment?

2006-03-11 Thread Marcelo Acuña
 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.
Good lack.
Marcelo





Horóscopos, Salud y belleza, Chistes, Consejos de amor:
el contenido más divertido para tu celular está en Yahoo! Móvil.
Obtenelo en http://movil.yahoo.com.ar


anybody know how to change the enumerate alignment?

2006-03-11 Thread Jeoffrey Young
hello,

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.

thanks..

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


Re: anybody know how to change the enumerate alignment?

2006-03-11 Thread Marcelo Acuña
> 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.
Good lack.
Marcelo





Horóscopos, Salud y belleza, Chistes, Consejos de amor:
el contenido más divertido para tu celular está en Yahoo! Móvil.
Obtenelo en http://movil.yahoo.com.ar