Quantcast
Channel: chooru.code » footnote
Viewing all articles
Browse latest Browse all 2

How to add footnote citation to Beamer slides

$
0
0

A citation that appears as a footnote can be added to Beamer slides by using the biblatex package and its footcite command.

For example:

%...

\usepackage{biblatex}
\bibliography{children-songs}

%...

\begin{frame}{Humpty and Dumpty}
This is about his fall \footcite{Humpty1912}
\end{frame}

Tagged: beamer, biblatex, citation, footnote, latex

Viewing all articles
Browse latest Browse all 2

Trending Articles