Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

Subsection numbering not working in memoir class

899 views
Skip to first unread message

ET

unread,
Jul 2, 2008, 1:20:52 AM7/2/08
to
I am using the 'memoir' class, and want subsections to be numbered in
my text (e.g., 1.2.1).

I have added:
\setcounter{secnumdepth}{3}
before the \begin{document} command, to no avail: still it only shows
numbers down to sections (e.g., 1.2).

What am I doing wrong?

ET

unread,
Jul 2, 2008, 1:25:15 AM7/2/08
to
I tried:
\setsecnumdepth{subsection}
\settocdepth{subsection}

and it worked!

Lars Madsen

unread,
Jul 2, 2008, 4:36:22 AM7/2/08
to

might also be a good idea to add

\maxsecnumdepth{subsection}

(I've never understod the reason for this macro)


--

/daleif (remove RTFSIGNATURE from email address)

LaTeX FAQ: http://www.tex.ac.uk/faq
LaTeX book: http://www.imf.au.dk/system/latex/bog/ (in Danish)
Remember to post minimal examples, see URL below
http://www.tex.ac.uk/cgi-bin/texfaq2html?label=minxampl
http://www.minimalbeispiel.de/mini-en.html

ET

unread,
Jul 2, 2008, 6:42:31 PM7/2/08
to
On Jul 2, 4:36 am, Lars Madsen <dal...@RTFSIGNATUREimf.au.dk> wrote:
> ET wrote:
> > I tried:
> > \setsecnumdepth{subsection}
> > \settocdepth{subsection}
>
> > and it worked!
>
> might also be a good idea to add
>
> \maxsecnumdepth{subsection}
>
> (I've never understod the reason for this macro)

Thanks, I've added that line.

0 new messages