On Jan 25, 2007, at 11:30 AM, Juergen Spitzmueller wrote:
Bruce Pourciau wrote:
I have the same question, but concerning the numbers 1, 2, 3, ... in
an enumerate environment.
\usepackage{enumitem}
\setenumerate{leftmargin=0pt, labelsep=.6em}
Jürgen
This does set the numerals 1, 2, 3, ... in the left margin, with the
text lined up with the margin, but increasing the depth no longer
indents the list, so when an exam problem has two parts (a) and (b) I
get
1
(a)
(b)
2
rather than
1
(a)
(b)
2
Is there a way to get the normal indenting behavior with increased
depth, using the preamble?
Bruce