I'm currently trying to achieve the following text layout:
It consists of the chapter, section, subsection (...) numbering being indented to the left, while the chapter, section, subsection (...) title being on one level to the text.
I already searched for a solution, but could not get it quite right. Here is what I already tried:
Code: Select all
\titleformat{\section}{\normalfont\Large\bfseries}{\thesection}{4pt}{}
Code: Select all
\renewcommand{\@seccntformat}[1]{\csname the#1\endcsname\ }
Can anyone help me with that?
Thanks!
Murd