Ok, maybe i could not make myself clear, so here it goes an example
Code: Select all
\documentclass[11pt,a4paper,twoside]{book}
\usepackage[latin1]{inputenc}
\usepackage{amsmath}
\usepackage{amsfonts}
\usepackage{amssymb}
\usepackage[left=2cm,right=2cm,top=2cm,bottom=2cm]{geometry}
\usepackage{epigraph}
\begin{document}
\chapter{chapter 1}
\epigraph{A clever thought}{A clever guy}
\vspace{25mm}
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aenean felis metus, lacinia a vestibulum quis, aliquet vel nisi. Nunc laoreet luctus nisi, in commodo libero feugiat vitae. In fringilla diam eget lorem commodo mattis. Nulla non erat felis, fringilla mattis mauris. Curabitur quis eleifend leo. Etiam neque diam, porttitor ut gravida id, sagittis nec urna. Pellentesque id urna mauris, ut dapibus lacus. Aenean at malesuada lacus. Sed in orci ut leo adipiscing posuere.
\end{document}
So the point is: how can i manage to specify the height at which the first paragraph after the epigraph ("Lorem ipsum...") is placed in the paper? I'd like that the main text starts at the same point at the begining of the chapters. So far i have used \vspace after \epigraph to set the height of the first paragrah in all chapters. Is there any way besides this try-and-error method? For example, starting the text 10cm from the bottom of the page, maybe.
And no, \dropchapter is for those cases where the epigraph is placed before the chapter, which is not my case.
Thanks
