3
votes
1answer
112 views

beamer reference list

I am using Beamer with biblatex. When I used the code below, it produced bibliography which has three slides. But the references in the last slide are in the center rather than top. So the first two ...
3
votes
1answer
97 views

Frames with bibliography are not added to the circle progress bar in smoothbars

I'm working with a Warsaw theme and smoothbars outtertheme. I'm adding a bibliography entry at the end of the presentation that is meant to be used for a list of publications. However, these slides ...
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 ...
1
vote
1answer
74 views

Freeing space by Formating the size of citations on slides in Beamer using Biblatex

I want to change the size of my citations on the slides. My relevant preamble: \usepackage[style=apa,sorting=nyt,backend=biber]{biblatex} \DeclareLanguageMapping{ngerman}{ngerman-apa} ...
4
votes
1answer
114 views

Reference in small font, italic at the bottom

I am trying to have my reference appear on the bottom of the slide (not as footnotes), and I hope someone can help me solve this. I am using beamer and biblatex, and here is a minimal example: ...
1
vote
0answers
317 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. ...
5
votes
0answers
166 views

Incorrect position of hyperref links in block environments in beamer

I use a template for beamer that redefines the block environment to make a real shadow, outline and custom bend corners. The look of it is quite nice but unfortunatly comes with the side effect of an ...
8
votes
1answer
348 views

Beamer - Undefined Color: “local structure”

I have some question concerning the \setbeamercolor{<element>}{local structure} in beamer: In presentations I use to give full bibliographic references directly on the concerning slide via the ...
6
votes
1answer
770 views

Beamer, notes, and bibliography

I would like to create notes for a set of slides, but I have problem with my long bibliography. Here is a MWE: \documentclass{beamer} \setbeameroption{show only notes} ...
10
votes
2answers
353 views

Beamer: Strange spacing in references with biblatex apa-style

I stumbled upon these two spacing errors (marked with red numbers): I guess the first space is not really an error, but simply English spacing (\nonfrenchspacing). Can it be turned off (without ...
5
votes
1answer
828 views

Beamer: Changing the font size of the references using the shrink argument causes an error

I'm trying to change the font size of the references using the shrink of the frame argument. However, if I run this code: \documentclass{beamer} \usepackage[american]{babel} ...
11
votes
3answers
327 views

Superflous leading dot in biblatex/numeric and beamer

The combination of beamer and biblatex with the numeric style leads to an undesired dot and space at the beginning of @MISC entries. \begin{filecontents}{mybib.bib} @MISC{www, title={TeX.SX}, ...
5
votes
2answers
534 views

Beamer margins in bibliographies

In beamer I am using this code: \begin{frame}[allowframebreaks] \frametitle{REFERENCES} \printbibliography \end{frame} to produce a bibliography that will span multiple slide pages ...
1
vote
1answer
285 views

APA6 and Beamer and BibLaTex

I am having trouble (i.e., a complete failure) getting Beamer to use Biblatex and apa6. Any examples of templates that do this would be appreciated. I have found this very helpful link: ...
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
535 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 ...
9
votes
2answers
1k views

How to get rid of reference in beamer presentation menu

The following code causes the text References in the top left hand side of the slide. I've tried lots and lots of things but I don't seem to be able to get rid of the text. (Redefining \bibname ...
6
votes
1answer
3k views

Footnote Citation in Beamer

I'm putting a science related presentation together with the beamer class and I'd like to add citations as footnotes on the relevant slides. I've got the biblatex package running and am using 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?
0
votes
1answer
897 views

How to make biblatex behave like apacite?

The title is probably too broad. The problem I face is that I am working on a beamer presentation, and because beamer conflicts with apacite, it has been suggested that biblatex be used instead. I ...
8
votes
3answers
2k views

Can I use natbib in beamer, but omit the bibliography? [duplicate]

Can I call references from my .bib file, but not put a huge bibliography at the end of my presentation? Or at least hide it in a bunch of slides that don't display? I tend to think in terms of my ...
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.