\usepackage{titlesec}
\setcounter{secnumdepth}{5}
\setcounter{tocdepth}{5}
\titleformat{\paragraph} [hang] {\normalfont\normalsize\bfseries {\theparagraph} {1em} {} %%
When I use \paragraph underneath a \subsubsection, the \paragraph doesn't have a section number before it.
For example, if I have
\subsubsection{Yo}
\paragraph{Test}
The PDF would look something like:
4.4.3 Yo
Test
But what I want to have is:
4.4.3 Yo
4.4.3.1 Test
Does anyone have any idea how to?
}after\bfseries. – Steven B. Segletes Jan 06 '17 at 13:46