By default, using \cite
in the Beamer class of LaTeX places the actual citation information at the end of the presentation on a separate slide containing the bibliography. How does one get the citation information, instead, on the same slide as the citation (the expected, courteous practice for most presentations)?
To have the citation at the bottom of the same slide, we can use \footfullcite
instead of \fullcite
.
Complete steps would be:
\usepackage{biblatex}
and
\bibliography{<your_bib_file>}
in your preamble. \footfullcite{paper}
in your frame.If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With