Hi Vel,
I wonder how to adjust the title of sections (Contents, List of tables, Chapter1…) to move them up closer to the top of the page. I looked around thesis.cls file but can not find the clue. Thank you so much
Hi. I have the same question and already tried several options and none of them worked. One of them I present next and was suggested in this forum but I don't understand what is blocking it from working.
\usepackage{etoolbox}
\makeatletter
\patchcmd{\@makechapterhead}{\vspace*{50\p@}}{}{}{}% Removes space above \chapter head
\patchcmd{\@makeschapterhead}{\vspace*{50\p@}}{}{}{}% Removes space above \chapter* head
\makeatother
Adjust the \vspace numbers as you see fit!
Cheers,
Vel
Founder and administrator of LaTeXTemplates.com and LaTeXTypesetting.com
thanks for the code, it works fine for me when I add only this code. But as soon as I add the code of another thread to remove the first chapter name, the space is too large again. Maybe because the removing space code refers to the chapter heading that is removed now?! How can I fix it ?