I need the \paragraph{xxx} command outputs "§ 1 xxx" but the \section{Abc} outputs just "Abc", no numbering. Any help? Thanks.
Tell me more
×
TeX - LaTeX Stack Exchange is a question and answer site for
users of TeX, LaTeX, ConTeXt, and related typesetting systems. It's 100% free, no registration required.
|
|
|||
|
Normally
and
The first command numbers paragraphs as Section.Para, the second sets the formatting of the paragraphs. You can patch these commands, for example
|
|||||||||||
|

\subsectionand\subsubsectionbe numbered or not? – Gonzalo Medina Dec 17 '11 at 3:43titlesecpackage andmemoirclass might be helpful, see their (excellent) documentation. – mbork Dec 17 '11 at 3:45\sectionand\subsectionmust not be numbered, neither in the body not in the ToC. I'm using the memoir package indeed, but I can't figure how to manage that. If I set\maxsecnumdepth{paragraph}, then, how can I prevent the\section,\subsectionand\subsubsectionheading from show their numbers (in both the body and the ToC)? – marlonob Dec 18 '11 at 19:36