skyfrk/dhbw-vs-latex-template

Subsubsubsections are not listed in the table of contents

Closed this issue ยท 3 comments

Description

Subsubsubsections (\paragraph{title}) are not listed in the table of contents.

How to reproduce

Steps to reproduce the behavior:

  1. 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

grafik

This behaviour is intended as the default depth is 3:

image

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... ๐Ÿ™ˆ

Oh great, thank you!

๐ŸŽ‰ This issue has been resolved in version 4.5.5 ๐ŸŽ‰

The release is available on GitHub release

Your semantic-release bot ๐Ÿ“ฆ๐Ÿš€