LaTex - Increase Section Depth - \subsubsubsection = \paragraph
\paragraph{.}
To use sections (paragraphs), depth 4 and beyond, the following has worked for me:
\usepackage{titlesec}
\usepackage{titletoc}
\setcounter{secnumdepth}{5}\setcounter{tocdepth}{5}\titleformat{\paragraph} [hang] {\normalfont\normalsize\bfseries} {\theparagraph} {1em} {}
Then use \paragraph{.} instead of \subsubsubsection{.} to create sections at depth 4.


0 komentar:
Post a Comment