In the following, I'm wondering whether the word multiple could be aligned with Author. Not because there is something special about the word multiple. But, in the .pdf, it is what appears on the 2nd line. And, I'm wondering whether it is possible to have it aligned with the first line text, Author. But to do this in a way that is automatic.
Here is the code. I pray that it is a minimum working example. I'm also attaching the compiled .pdf.
Code: Select all
\documentclass[professionalfont]{beamer}
\mode<presentation>
\begin{document}
\section{Section 1}
\subsection{}
\frame
{
\frametitle{Slide Title}
``Quotation here.''
\vspace{0.1cm}
\hspace{0.25cm}-- Author (2011), \textit{The name of the journal is so long that it occupies multiple lines in the beamer file}
}
\end{document}