Re: Reducing indentation of enumerated lists

2010-12-13 Thread Paul Rubin
Assuming you want to do this for all enumerations, add the following to your
preamble:

\usepackage{enumitem}
\setenumerate{leftmargin=*}

This of course assumes that you have the enumitem package installed.

/Paul



Re: Reducing indentation of enumerated lists

2010-12-13 Thread Venable
On Mon, Dec 13, 2010 at 11:38 AM, Paul Rubin ru...@msu.edu wrote:
 Assuming you want to do this for all enumerations, add the following to your
 preamble:

 \usepackage{enumitem}
 \setenumerate{leftmargin=*}

 This of course assumes that you have the enumitem package installed.

 /Paul



Thanks Paul, this worked beautifully.


Re: Reducing indentation of enumerated lists

2010-12-13 Thread Paul Rubin
Assuming you want to do this for all enumerations, add the following to your
preamble:

\usepackage{enumitem}
\setenumerate{leftmargin=*}

This of course assumes that you have the enumitem package installed.

/Paul



Re: Reducing indentation of enumerated lists

2010-12-13 Thread Venable
On Mon, Dec 13, 2010 at 11:38 AM, Paul Rubin ru...@msu.edu wrote:
 Assuming you want to do this for all enumerations, add the following to your
 preamble:

 \usepackage{enumitem}
 \setenumerate{leftmargin=*}

 This of course assumes that you have the enumitem package installed.

 /Paul



Thanks Paul, this worked beautifully.


Re: Reducing indentation of enumerated lists

2010-12-13 Thread Paul Rubin
Assuming you want to do this for all enumerations, add the following to your
preamble:

\usepackage{enumitem}
\setenumerate{leftmargin=*}

This of course assumes that you have the enumitem package installed.

/Paul



Re: Reducing indentation of enumerated lists

2010-12-13 Thread Venable
On Mon, Dec 13, 2010 at 11:38 AM, Paul Rubin  wrote:
> Assuming you want to do this for all enumerations, add the following to your
> preamble:
>
> \usepackage{enumitem}
> \setenumerate{leftmargin=*}
>
> This of course assumes that you have the enumitem package installed.
>
> /Paul
>
>

Thanks Paul, this worked beautifully.


Reducing indentation of enumerated lists

2010-12-12 Thread Venable
Hi LyX users,

I would like to reduce the indentation of an enumerated list so that
the number is flush with the left margin of the regular text, and the
text within the list is indented by the same amount relative to the
number as it is now.

That is, i just want to move things to the left a bit, leaving the
right margin as is. A crude stick-figure drawing follows:

Current:

Regular text
__1.__First line of enumerated text.

What I'd like:

Regular text
1.__First line of enumerated text.


Is this possible?

Thanks in advance.


Reducing indentation of enumerated lists

2010-12-12 Thread Venable
Hi LyX users,

I would like to reduce the indentation of an enumerated list so that
the number is flush with the left margin of the regular text, and the
text within the list is indented by the same amount relative to the
number as it is now.

That is, i just want to move things to the left a bit, leaving the
right margin as is. A crude stick-figure drawing follows:

Current:

Regular text
__1.__First line of enumerated text.

What I'd like:

Regular text
1.__First line of enumerated text.


Is this possible?

Thanks in advance.


Reducing indentation of enumerated lists

2010-12-12 Thread Venable
Hi LyX users,

I would like to reduce the indentation of an enumerated list so that
the number is flush with the left margin of the regular text, and the
text within the list is indented by the same amount relative to the
number as it is now.

That is, i just want to move things to the left a bit, leaving the
right margin as is. A crude stick-figure drawing follows:

Current:

Regular text
__1.__First line of enumerated text.

What I'd like:

Regular text
1.__First line of enumerated text.


Is this possible?

Thanks in advance.