Tagged Questions
1
vote
0answers
29 views
Enumerate with combination of numbers and letters without using item labels
I want to achieve something like this:
1 blah
2 blub
3a something
3b an alternative of something
4 blob
Sure I could use \item[3a] and \item[3b] to get the numbers right BUT the enumeration is part ...
2
votes
1answer
63 views
How can I number my subsequent results after my theorems?
I am trying to number my theorem results after my theorem, i.e Theorem 1 followed by Result 1.1, Result 1.2,... and Theorem 2 followed by Result 2.1, Result 2.2 and so on, where the first number after ...
5
votes
1answer
97 views
Beamer \tableofcontents does not display the correct section number after \setcounter{section}{…}
I use beamer to make presentations for my lectures (I despise PowerPoint). Each presentation represents one chapter of the textbook. Therefore, I need the section numbers in the beamer presentation ...
4
votes
1answer
116 views
Beamer theorem numbering issue
I have a beamer presentation containing slides for multiple lectures in a single file. Exercises in the slides should be number continuously from the first lecture to the last. So lecture 1 ends with ...
3
votes
1answer
101 views
Duplicate figure numbers in Beamer
I am trying to have multiple Beamer slides discussing the same figure, and have the figure have the same Figure number across multiple slides. I am not sure how to do this. In the following example, I ...
1
vote
0answers
100 views
How can I add a number to an equation sometimes on the left and another time on the right and refer to it afterwards?
How can I add a number to an equation sometimes on the left and another time on the right and use a tag command to refer to it afterwards? I will use in the document a number on the right side.
For ...
4
votes
1answer
394 views
Adding slide numbers in the footer of beamer documents
I am using the Dresden theme, which by default it gives me two lines at the bottom of the every slide, the first one containing the author name on the left and the institute name on the right, the ...
4
votes
1answer
114 views
beamer: Different numbering for Theorems, Examples, Definition, and Lemma
I want to have different numbering for Theorems, Examples, Definition, and Lemma. I use the following code in preamble
\setbeamertemplate{theorem}[ams style]
\setbeamertemplate{theorems}[numbered]
...
1
vote
1answer
55 views
Insert the subsubsection number in the content part of a frame when using the beamer class
Is there a way to insert the subsubsection number in a frame when using the beamer class? I tried \insertsubsubsection number, to no avail. I would be glad if I get only the subsubsection number, or ...
3
votes
1answer
280 views
How to number propositions by part in beamer?
My presentation has three parts about three different papers. I would like to number the theorems and propositions within each part (paper).
2
votes
1answer
95 views
How can I get the first and the last frame of an part in beamer class?
Beamer class differentiates between pages and frames. To get the first page of a part beamer provides the command \insertpartstartpage and for the last page \insertpartendpage.
Is there a chance to ...
6
votes
1answer
132 views
How not to show a label under a graph using subfloat — restart numbering of labels
I have this code:
\documentclass{beamer}
\usepackage[T1]{fontenc}
\usepackage[utf8]{inputenc}
\usepackage{lmodern}
\usepackage[caption=false]{subfig}
\graphicspath{{/folder/images/}}
\title{}
...
6
votes
1answer
127 views
why beamer requires multiple compilation to get slide numbers correct?
I don't actually have a real problem, but I'd like to understand why beamer requires multiple compilations to get the slide count right.
I'm writing a presentation, so I often add a new frame, write ...
4
votes
1answer
718 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?
6
votes
1answer
1k views
Numbered Definitions, Theorems in beamer
How to get numbered Lemmas, Definitions, Theorems and so on in beamer?
3
votes
1answer
659 views
How do one reset the section numbers in beamer?
I want to reset the section numbers when a part in beamer starts.
So I tried:
\setcounter{section}{0}
That does not work.
So after searching I found this:
\makeatletter
...
4
votes
1answer
436 views
Changing of the numbering of parts in beamer
I want to change the part numbering in beamer.
I tried the following:
\renewcommand*{\thepart}{\arabic{part}}
\renewcommand{\thepart}{\arabic{part}}
but without any success. The Roman numbering ...
3
votes
2answers
863 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 ...
6
votes
1answer
480 views
How to correct \insertpresentationendpage in presence of \uncover
The command \insertpresentationendpage is supposed to insert the page number of the last page of the presentation, excluding the appendix. However its value is incorrectly increased if \uncover is ...
6
votes
1answer
3k views
Beamer: footer with current slide number but not total slide number
I am using infolines as outer theme and I like it. I would like just to display the current slide number without the total slide number (i.e. instead of "n / N" just "n") in the bottom right corner, ...
10
votes
3answers
6k views
Beamer: \nonumber equivalent for slides?
Is there an equivalent command to \nonumber when one doesn't want to include certain slides in the numbering? I would like to leave outline and title slides out of my numbering, and instead just ...
4
votes
2answers
3k views
Automated overlay specification with \only and \enumerate
Sometimes, when a list of items is too long to fit on a slide, I do the following to achieve a somewhat better result (ignore commented lines for now):
\documentclass[t,10pt]{beamer}
...
2
votes
1answer
259 views
Behavior of starred section in beamer
In a LaTeX article, \section* behaves like this:
\documentclass[12pt]{article} \begin{document}
\section*{Not numbered} \thesection % --> 0
\section{Numbered} \thesection % --> 1
\end{document}
...
4
votes
2answers
531 views
How to not increment algorithm numbers when using \againframe in beamer
As is known, algorithms and equations in latex are automatically numbered. When using \againframe though, incrementing such number is undesired. How to avoid this? (I still want numbering, but it will ...
1
vote
2answers
2k views
Section numbering in Beamer ('CambridgeUS' theme)
Does anybody know how to make latex put the number for a section presented in header?
\documentclass{beamer}
%\usetheme{Warsaw}
\usetheme{CambridgeUS}
\begin{document}
\section{Section a}
...
4
votes
1answer
1k views
(Beamer) Numbering captions by section in beamer
I'm writing-up a lecture course in Latex with an essentially identical set of slides in beamer. I'd like to have the figure numbering in the beamer slides to match those of the lecture notes, for the ...
4
votes
3answers
3k views
beamer's \only command, equation counter increment does not get retained outside of \only
I've got a problem where I am using beamer's \only command, but within \only, the equation number incrementation doesn't survive. I.e., I'd like to do
\only<1>{
\begin{align}
equation 1
...
7
votes
2answers
992 views
Override default equation numbering in Beamer?
I need to override the default equation numbering behavior.
I want the numbers next to equations in my Beamer slide presentation to match with the numbers of the same equations in my paper.
so ...
3
votes
1answer
9k views
beamer slide number with footer
I am using the warsaw theme and I need to have the footer with frame number the header of the code is:
\mode<presentation>
{
\usetheme{Warsaw}
\usecolortheme{crane}
...
3
votes
1answer
3k views
Frame number right of presentation controls
I currently use
\setbeamertemplate{footline}[frame number]
to get frame numbers on my slides produced by the LaTeX beamer class. But the presentation controls are above them and not on the left and ...
10
votes
3answers
8k views
Subfigures in beamer documents
I'm using beamer package to produce slides. I put many figures on a slide by using the subfigure package. The problem is that for captions, the subfigure are labeled "a", "b".. "m", "n" and so on, for ...
16
votes
6answers
4k views
Beamer frame numbering in appendix
I have a beamer presentation in which I have some additional slides in an appendix. The additional slides are only there in case someone asks a specific question; I won't necessarily have to use any ...
