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

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

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