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?
and it worked!
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
Thanks, I've added that line.