Search found 1 match

by damitr
Wed May 06, 2020 10:40 pm
Forum: Page Layout
Topic: Titlesec, part and superfluous space
Replies: 7
Views: 13770

Titlesec, part and superfluous space

How to color all the entries in the \part{}. I have tried this with your code above

\renewcommand{\thepart}{\color{red}\Roman{part}}
\newcommand{\partfont}{\Large\scshape}
\makeatletter
\patchcmd{\@part}{\par\nobreak}{\enspace}{}{}
\patchcmd{\@part}{\Large\bfseries}{\partfont}{}{}
\patchcmd{\@part ...