8 lines
307 B
TeX
8 lines
307 B
TeX
\colorlet{headingcolor}{black}
|
|
|
|
\renewcommand*{\sectionformat}{\llap{\textcolor{headingcolor}{\thesection}\hspace{1em}}}
|
|
|
|
\renewcommand*{\chapterformat}{\llap{\textcolor{headingcolor}{\thechapter}\hspace{1em}}}
|
|
|
|
\renewcommand*{\subsectionformat}{\llap{\textcolor{headingcolor}{\thesubsection}\hspace{1em}}}
|