I'm trying to line up all the titles that start their own page, such as \chapter, 'Table of Contents', the Reference section etc. By default the Chapter titles are quite low, but I can raise them eaasily with:
Code: Select all
\usepackage{titlesec}
\titleformat{\chapter}[block]{\bfseries\LARGE\sffamily}{\vskip-4em \chaptertitlename\ \thechapter}{2em}{}[]
Code: Select all
\titlespacing{\chapter}{0em}{6em}{2em}
Surely there must be a better way of doing this?
If it makes a difference I'm using fancyheaders and koma-scripts with scrreprt and few other packages. The only one that I think might be an issue is chemstyle but it shouldn't be affecting things.