I would like to add some publication details below the title of the chapter. I got here already some useful comments, but I decided now to go with the epigraph environment. At the moment, the code looks as follows:
\documentclass{report}
\usepackage{epigraph}
\renewcommand{\epigraphwidth}{3.5in}
\renewcommand{\epigraphrule}{1pt}
\begin{document}
\chapter{Introduction}
\epigraph{The research described in this Chapter has been published in:}{
P. Moss, J. Morrison, and G. Ranger. {\it Seed production and seedling survival
in a $50$ year-old stand of Corsican pine in Britain}. Advances in Seed Physiology
and Technology 2007.
}
\noindent Here the chapter text goes..
\end{document}
It looks okayish, however, I am still a bit unsure about the appearance; it just does not look right... Maybe I can try left aligning the text, that might help. Anyone else an suggestion how I could improve this so that it looks a bit more "professional".
Many thanks for your input!