9 lines
308 B
TeX
9 lines
308 B
TeX
%------------------------------------------------
|
|
|
|
\begin{frame}[fragile] % Need to use the fragile option when verbatim is used in the slide
|
|
\frametitle{Citation}
|
|
An example of the \verb|\cite| command to cite within the presentation:\\~
|
|
|
|
This statement requires citation \cite{p1}.
|
|
\end{frame}
|