Text Formatting ⇒ Heading Level beyond Subsection
Heading Level beyond Subsection
Is there a way to go deeper than just subsubsections? I have often found myself wanting for at least one more level of depth, and on the rare occasion, 2 levels? I presume there is a way as I saw someone who had a section 1.3.4.1 once. I heard there was a package (cant remember what) i tried using it, but nothing really happened, but that's probably because i did something wrong.
- Stefan Kottwitz
- Site Admin
- Posts: 10290
- Joined: Mon Mar 10, 2008 9:44 pm
Heading Level beyond Subsection
Below
Stefan
\subsubsection
, there's \paragraph
and \subparagraph
.Stefan
LaTeX.org admin
- localghost
- Site Moderator
- Posts: 9201
- Joined: Fri Feb 02, 2007 12:06 pm
Heading Level beyond Subsection
This is just a supplement to the remark of Stefan. If you follow his advice, you can customize the concerned heading level by the titlesec package. Ready-to-use solutions should be available by a search in the forum (see also similar topics on the bottom of this page, only when logged in). It will probably need to increase the counters »secnumdepth« and »tocdepth« to get this heading level numbered and to have a corresponding entry in the ToC.Epideme90 wrote:[…] I presume there is a way as I saw someone who had a section 1.3.4.1 once. I heard there was a package (cant remember what) i tried using it, but nothing really happened, but that's probably because i did something wrong.
Thorsten
How to make a "Minimal Example"
Board Rules
Avoidable Mistakes[/size]
¹ System: openSUSE 42.2 (Linux 4.4.52), TeX Live 2016 (vanilla), TeXworks 0.6.1
Board Rules
Avoidable Mistakes[/size]
¹ System: openSUSE 42.2 (Linux 4.4.52), TeX Live 2016 (vanilla), TeXworks 0.6.1
Re: Heading Level beyond Subsection
I may try playing around with that another time then, thank you.