1
vote
1answer
33 views

Creating pagerefs referring to article version in beamer presentation

Is there any existing way to include references to page numbers in the supporting material in a beamer presentation? Assume that I have two files, one for generating the handout in article class, ...
5
votes
1answer
183 views

beamer: using \note<> and frame labels together creates multiply-defined labels

This question is very similar to this one. However, since the solution provided there cannot solve my problem, I figured that I'd post my specific problem. Here is a minimal example to illustrate ...
10
votes
1answer
158 views

beamer: \nameref calls the name of the section instead of the name of the theorem environment

In my LaTeX documents, I am playing with a lot of axioms which I write under a theorem environment, while using the following math packages: \usepackage{amsmath} \usepackage{amsfonts} ...
0
votes
1answer
179 views

Problems with undefined reference in beamer [closed]

I have some problems understanding why I get a warning about a undefined reference, which won't go away no matter how many times I compile my document. This has occured in several documents the last ...
1
vote
1answer
86 views

reduce font size of the character for the references in beamer

I have a paper with all the references under \begin{thebibliography}{99} \end{thebibliography} when I try to put many references either they have to come in several frames how can I shrink the size ...
4
votes
1answer
399 views

Hyperlink button in the same slide that consists of “\includepdf”

I am making slide using beamer. I'd like to use hyperlink button at the end of the table from another PDF file named table4. I am trying the following, but "main" button shows up different slide. Is ...
4
votes
2answers
588 views

\ref* with Beamer

When I use \ref*{xx} in beamer, it gives me an error: "pdfTeX warning (dest): name{*} has been referenced but does not exist." Does beamer fool with it, or what am I missing? If I run a regular MWE ...
6
votes
1answer
371 views

Beamer ignoring a \label when used inside certain \only's

For space reasons I want to break up the contents of an itemize list into separate slides, which I have been doing without much problem using \only. However, the following minimal document complains ...
8
votes
2answers
599 views

Redefining enumerate counters in beamer

I'd like to do two things with the enumerate environment in beamer. I'd like to reformat it so that it shows up as (1) An item a. A subitem b. Another subitem I'd like to be able to refer to ...
3
votes
2answers
499 views

Referencing items while using uncover

I am writing a presentation (using beamer) for a seminar and I just faced a problem I can't handle. On one slide, I have a big equation and then use an uncover-list to explain all the elements in ...
1
vote
2answers
676 views

How to achieve links in a part ToC in a beamer presentation?

I red \tableofcontents from \part commands in Beamer, and it was very helpful. However, I wanted the part titles to be links pointing to the pages the part began. The example without this works just ...
5
votes
1answer
2k views

How to cross-reference to sections in beamer

For my lecture slides in beamer I would like to establish a section-framenumber numbering scheme. For this purpose I reset frame counter in \AtBeginSection and redefine the \insertframenumber command ...
11
votes
2answers
1k views

Multiply-defined labels warnings with frame labels in Beamer with againframe

This question is pretty much identical to this (to the best of my knowledge) unanswered question from comp.text.tex, which, at the moment, is the top Google hit for this problem: when specifying frame ...