I tried reproducing this with \titleformat, but seeing I'm not very good at latex, I couldn't get any good results with that.
The picture attached is something I made, but it is not registered as a chapter in the table of content of my thesis, so its useless.
So I guess i have to change the layout of \chapter{}, but I don't have the skills to do that.. Any help would be appreciated.
The code for the header on the image is given below, though it is a very crude. It was just to show what I was going for.
Code: Select all
\begin{center}
\rule[0.1cm]{6.1cm}{5pt} {Chapter here} \rule[0.1cm]{6.1cm}{5pt}\\
\rule[0.2cm]{15cm}{0.2pt}\\
{ \huge \bfseries {\bf {Chapter title here}} \\[0.4cm] }
\rule[1.5cm]{15cm}{0.2pt}\\
\end{center}
Regards,
T.