14 lines
430 B
TeX
14 lines
430 B
TeX
%------------------------------------------------
|
|
|
|
\begin{frame}{References}
|
|
% Beamer does not support BibTeX so references must be inserted manually as below
|
|
\footnotesize{
|
|
\begin{thebibliography}{99}
|
|
\bibitem[Smith, 2012]{p1} John Smith (2012)
|
|
\newblock Title of the publication
|
|
\newblock \emph{Journal Name} 12(3), 45 -- 678.
|
|
\end{thebibliography}
|
|
}
|
|
\end{frame}
|
|
|