\chapter
line up in the appendix section, such that the chapter begins about 40 mm from the top edge. How can I do this?
-- thanks
Stefan
Code: Select all
\documentclass[11pt,a4paper] {report}
\usepackage[latin1]{inputenc}
\usepackage[english]{babel}
\usepackage{blindtext}
\begin{document}
\chapter{Some blindtext}
\Blindtext
\chapter{Some more blindtext}
I would like the above chapter lines to move up a bit.\\
\Blindtext
\end{document}