Code: Select all
\begin{samepage}
\section*{Presenters's name}
Presenter's Affiliation\\
Presentation Title\\[2ex]
Abstract
\end{samepage}
but there were often page breaks between the Title and the Abstract. Changing the above to:
Code: Select all
\begin{samepage}
\section*{Presenters's name}
Presenter's Affiliation\\
Presentation Title\\
\ \\
Abstract
\end{samepage}
removed the unwanted page breaks. But this seems somewhat inelegant; also rather limiting, since the vertical gap between the title and the abstract must be exactly \baselineskip. Is there a better solution?
Thanks for any suggestions -