I've been trying to resolve this problem for about 3 hours now, and have gotten no where, so I thought I'd ask for someone else's input.
Basically, I'm using the report documentclass, and at the start of every chapter there is a HUGE space between the top of the page and the start of the chapter. I have tried using the
Code: Select all
\renewcommand*\chapterheadstartvskip{\vspace*{-10\baselineskip}}
I'm currently using no packages other than graphicx and geometry:
Code: Select all
\documentclass[11pt, a4paper]{report}
\usepackage[top=80pt, bottom=80pt, left=80pt, right=80pt]{geometry}
\usepackage{graphicx}
\renewcommand*\chapterheadstartvskip{\vspace*{-10\baselineskip}}
\begin{document}
(document here)
\end{document}
Any ideas?
Thanks