3
votes
1answer
57 views

how to have the journal name shown when I cite a paper in beamer?

I am writing a beamer presentation and I would like citations to appear (in the text!) like [Doe et al., Journal of Latex Greatness, 2007] Instead if I use only the \cite{} command (together ...
0
votes
0answers
100 views

Using beamer to change slides [closed]

I am doing presentation using beamer. I have my old one and I just wanted to change some slides. But when I've made changes I wanted and run beamer, it says that there are 3 error messages: ''I ...
1
vote
0answers
320 views

\footcite and \footcitetext produce empty citation in beamer [closed]

I'm using biblatex with bibtex in the beamer document class. In a very weird way the \footcite produces a rather empty citation "2." In the example, whereas \footcitefull gives a very nice citation. ...
2
votes
1answer
322 views

Beamer footcite citation appears twice if used in long caption

I noticed strange behaviour of the \footcite command when used in captions within beamer. In the working example provided the first frame has a \footcite on an itemize item, this works as expected. ...
3
votes
1answer
216 views

footmisc in beamer citations get lost

Since I want to take advantage as much as possible of the space in a poster I'm making I want to make the footnotes (that include citations) appear continuous (in one line). After searching I found ...
0
votes
1answer
533 views

Cite in caption beamer

\documentclass{beamer} \usepackage[latin1]{inputenc} \usepackage{graphicx} \usepackage{tikz} \usepackage{wasysym} \usetheme{CambridgeUS} \title{Beamer o Beamer} \author{mishr} \begin{document} ...
3
votes
1answer
277 views

Beamer poster citations at wrong place due to use of minipage

I want to add a couple citations to my poster but I face a problem regarding the place where the citations appear. In the code that follows (minimum example which for some reason I cannot understand ...
3
votes
1answer
859 views

Error with \footnote{\bibentry{foo}} when using beamer

I am making a beamer presentation and having the following problem: When I use \footnote{\bibentry{foo}} to cite an article, I get the following error message: Undefined Control Sequence} And the ...
3
votes
2answers
1k views

font size of \footcite of biblatex in beamer

I have unsuccessfully tried to control the font size of \footcite with \renewcommand{\bibfont}{\tiny}? Is there any other way?