I'm struggling to get rid of extra space at the bottom of my initial chapter page. I want similar formatting on chapter pages and have managed it for the rest of the document just not this page.. Any hints would be greatly appreciated!
My frontmatter (briefly) is as follows:
\pagestyle{fancyplain}
\fancyhf{}
\fancyheadoffset[L,R]{2cm}
\fancyfootoffset[L,R]{2cm} %some section and chapter titles are quite long
\renewcommand{\chaptermark}[1]{\markboth{#1}{}}
\renewcommand{\sectionmark}[1]{\markright{#1}{}}
%header and footer details here
\addtolength\topmargin{-.5in} %as well as reducing the vspace in my report code so the chapter heading is towards the top of the page
\addtolength\textheight{0.75in} %if I make this any larger the subsequent pages drop off the footer information
Thank you in advance!
