Tagged Questions
6
votes
1answer
143 views
\nocite-like macro for \footfullcite in beamer
Is there any macro similar to the behavior of \nocite?, in the sense of printing an entry of the bibliography, but for putting the citation verbatim in the footnote, similar to \footfullcite but ...
4
votes
1answer
90 views
Beamer: combining footnote in one column with figure in the other one
I'd like to put a figure next to a list which contains a footnote. Without the footnote everything works fine. But when I add the footnote, the figure gets shifted to the right and partly appears to ...
1
vote
1answer
161 views
How do I adjust the width of Beamer's footnote “area”?
I have a Beamer template with a vertical "ToC bar" along the right side. I have the problem that when I insert footnote citations (e.g. biblatex' \footfullcite), the resulting footnote protrudes into ...
4
votes
1answer
114 views
How can I push footnotes to the bottom of the page in beamer?
In beamer, footnotes appear at the bottom of the slide, but above the footline. However, the theme that I'm using has lots of empty space on the left side of the slide that would be perfect for ...
5
votes
3answers
216 views
How to display the footnote in the bottom of the slide while using \columns?
I am using \columns in beamer to show two pictures. After I added \footnote{ExampleText} after captions, the ExampleTest just appear in each column. Now I want to show all of the ExampleText in the ...
1
vote
0answers
318 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.
...
4
votes
1answer
155 views
Footnote rule in beamer showing too early with overlays
Consider the following MWE :
\documentclass{beamer}
\begin{document}
\begin{frame}
\begin{itemize}[<+->]
\item item
\item item\footnote<.->{footnote}
\item item
\end{itemize}
...
2
votes
1answer
321 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. ...
4
votes
1answer
712 views
How do I change footnote in Beamer?
I would like to change footnote sign letter to numbers in my Beamer presentation. How can I achive this?
5
votes
2answers
2k views
Modify footer of slides
I am editing a presentation with beamer, the theme is Boadilla:
\date{date}
\title[The title is quite quite quite quite quite quite long]{The title is quite quite quite quite quite quite long}
...
3
votes
1answer
857 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 ...
2
votes
0answers
82 views
How to put footnote in the lower navigation bar? [duplicate]
Possible Duplicate:
beamer: footnote text collides with navigation symbols
I know beamer discourages the usage of footnotes. But I think for academic presentations, we always need to mark ...
4
votes
1answer
503 views
Add text around footnote mark in beamer
I've been trying to change the behavior of the footnotes in beamer. I can change the "footnote" template fine, but I'm having trouble changing the marker in both places. Ideally, I'd like to have ...
3
votes
2answers
862 views
Wrong numbers when using \footnotemark
When adding a footnote to a frame title in Beamer using the code from another question, I get wrong numbering. Here you can see 1 above and 0 below:
This is an imaginary example. In reality, I need ...
7
votes
1answer
1k views
Undesired Placement of Footnotes in Blocks
Depending on the theme of a beamer-document, footnotes will either be placed inside or outside of a block-environment. It would like to do combine a style, which places the footnotes inside a ...
9
votes
1answer
537 views
Footnotes disappear when using overlays in beamer
I use footnotes for citations in combination with the beamer package. I adapted the code from this question and everything works quice nicely - except when using overlays. Then the footnotes only show ...
6
votes
2answers
740 views
How can I stop \footcite from hijacking my beamer columns?
I have prepared a beamer presentation for a seminar. I already have presented, but in trying to change traditionally-cited references (with a number superscript and the reference typesetted at the end ...
5
votes
2answers
1k views
Beamer: multiple references to the same footnote
In the LaTeX wikibook I found a workaround for having multiple references to the same footnote:
First reference.\footnote{This is the footnote}\addtocounter{footnote}{-1}\addtocounter{Hfootnote}{-1}
...
6
votes
1answer
3k views
beamer footnote not showing
I was wondering what's the appropriate way to add a footnote to a LaTeX beamer presentation, because I am trying \footnote and it's not showing the footnote. It shows the number but no footnote.
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?
8
votes
1answer
2k views
Footnote in block statement
I have a presentation to make, and in this I present a quote in a block, like this:
\begin{block}{Quote headline}
Some truly great words some man made before me.
\end{block}\footnote{And this is ...
6
votes
2answers
4k views
How do I change \footnote font size in beamer presentation?
I tried all methods from this question: How to change font family in footnote?
and none of them work for me...
8
votes
3answers
807 views
How to prevent Beamer from changing the normal text color when I change the footnote color?
When I change the footnote color in Beamer using \setbeamercolor{footnote}{fg=blue}, I end up also inadvertently changing the normal text color on all other slides. To make things even stranger, the ...
2
votes
1answer
886 views
Adding color to the footnote mark in Beamer
I'd like to change the color of a footnote, both the text and the mark in a presentation I'm preparing using beamer. The example I give below works in article but not in beamer...any ideas why not?
...
9
votes
3answers
8k views
beamer: footnote text collides with navigation symbols
Footnotes in presentations are "usually not a good idea" (beamer manual, p. 130). Suppose, however, I have a valid reason to use the \footnote command in a beamer document (e.g., for printing a full ...
4
votes
1answer
5k views
Place bibliography items at bottom of frame
Is there an easy way to add bibliography items to the bottom of a frame where they are referenced?
I am using Beamer and Biblatex.