Subsubsubsections are not listed in the table of contents
Closed this issue ยท 3 comments
robingenz commented
Description
Subsubsubsections (\paragraph{title}
) are not listed in the table of contents.
How to reproduce
Steps to reproduce the behavior:
- Code:
\section{The title of the next section}
\subsection{The title of my subsection}
\subsubsection{The title of my subsubsection}
\paragraph{The title of my subsubsubsection}
Screenshots
skyfrk commented
This behaviour is intended as the default depth is 3
:
You can adjust the depth of the table of contents by calling \setcounter{tocdepth}{4}
(see https://tex.stackexchange.com/a/17879/166545) in your preamble.
We should add this to the documentation... ๐
robingenz commented
Oh great, thank you!
github-actions commented
๐ This issue has been resolved in version 4.5.5 ๐
The release is available on GitHub release
Your semantic-release bot ๐ฆ๐