I was testing the titlesec package and copied some code I found in the forum to see if it was working
Code: Select all
\titleformat{\chapter}[display]
{\normalfont\Large\color{white}\filcenter\sffamily}
{\titlerule[1pt]%
\vspace{1pt}%
\titlerule
\vspace{1pc}%
\LARGE\MakeUppercase{\chaptertitlename} \thechapter}
{1pc}
{\titlerule
\vspace{1pc}%
\Huge}
Could anybody help please?