Hello,
I found how to add a subsubsubsection while keeping the (sub)paragraphs.
But, my tocdepth is set to "4", and when I wanna change it to see my (sub)paragraphs in the maketitle, it makes several errors....
So, I wanted to know if there was a way to add subsubsubsections while setting the tocdepth to "6" to see (sub)paragraphs in the maketitle.
Thanks!
Page Layout ⇒ Sections and the maketitle
NEW: TikZ book now 40% off at Amazon.com for a short time.

Sections and the maketitle
Hi!
I think you are confusing a few things here.
I think you are confusing a few things here.
- Maketitle is used for the title page only. You probably meant
\tableofcontents
. - Subheadings are only defined up to
\subsubsection
(see here), from there it's\paragraph
. You could use the titlesec package to redefine paragraph and make it look like a section heading. I'd not recommend that. Besides not being aesthetic, a deeply nested document structure is also hard to read. - Please include a minimal example next time which makes it much easier to help you.