I'd like to remove or at least shrink the blank space between the header and the main body of text.
Code: Select all
\documentclass{book}
\usepackage{geometry}
\defaultfontfeatures{Mapping=tex-text}
\setmainfont{FreeSerif}
\usepackage{fancyhdr}
\pagestyle{fancy}
\fancyhead{}
\fancyhead[CE]{{\leftmark}}
\fancyhead[CO]{{\rightmark}}
\begin{document}
\chapter{Foreword}
Blah
\section{Blah}
Blah
\end{document}