Tagged Questions
0
votes
0answers
24 views
Table of Contents skipping first slide on beamer [closed]
I have this presentation with a table of contents, a background image and a "go back" button on the slides after the ToC. I know that the ToC automatically hyperlinks the existing sections, but when I ...
3
votes
1answer
46 views
Button on all slides after Table of Contents in beamer
I'd like to add a "return" button on all the slides after the table of contents, returning to the ToC itself, but not exactly on the footer (as shown in How to edit Beamer theme CambridgeUS). I've ...
1
vote
1answer
34 views
Beamer TOC: how may I show subsections of one section with pausesections option
In a Beamer presentation, the general TOC is long. So, I wouldn't like to show all the TOC with all the sections and subsections at once. Intead, I would like to show the TOC with pausesections ...
3
votes
1answer
51 views
TOC, too long for fitting
I've used next code in to my preamble to make my TOC, because I want that the section I will talk about is shown. But now is my TOC too large for one frame, how can I make it fit in one frame?
...
1
vote
0answers
45 views
Beamer, TOC other language
In this code, I would like to have that the words out of Table of Contents (like section) will be translate into dutch. I thought that it would work with babel but it doesn't work and Latex doesn't ...
1
vote
1answer
55 views
Just a part of TOC must be shown, beamer
Before I start talking about a new section, I would like to show de TOC whereby the part (section) that I will talk about is shown? So I would like that the rest is only vague opposite the section I ...
1
vote
0answers
42 views
beamer header takes too much space [duplicate]
The header with the table of contents takes up too much vertical space and crowds out my slides. I'd like to retain the ToC headers but turn them into two-column displays or something like that, in ...
7
votes
1answer
169 views
Beamer: Vertical alignment of multi-column ToC
In my LaTeX beamer presentation I have a long Table of Contents, which has been split across two columns by using the multicol package. The problem is that I have not found any way to control vertical ...
6
votes
2answers
98 views
Graphical index based on figures? (Beamer)
At the end of my Beamer presentation, I would like a slide that contains thumbnails of all the images presented in my slide. These images would be linked to the slide which they appeared on. ...
1
vote
0answers
54 views
beamer: table of frames [duplicate]
I'm looking for a possibility to create a table of frames. The MWE illustrate my question:
\documentclass{beamer}
\begin{document}
\begin{frame}{Table of Contents}
\tableofcontents
\end{frame}
...
2
votes
1answer
69 views
Beamer Presentation: Show TOC at beginning of Unnumbered Subsection (Subsection*)
I am making slides for an upcoming presentation using the default beamer ornate template.
Part of the template lets me show the Table of Contents when transitioning into a new subsection (included ...
5
votes
2answers
124 views
\makeatletter explained
I am using the following code in my beamer document to make the frame title's appear in the table of contents:
\documentclass{beamer}
\usetheme{default}
\usepackage{bookmark}
\usepackage{etoolbox}
...
4
votes
1answer
236 views
How to create a fancy table of contents for Beamer
How can I create a fancy-looking table of contents for a Beamer presentation?
\documentclass{beamer}
\usepackage[utf8]{inputenc}
\usepackage[T1]{fontenc}
\begin{document}
\frame{
\tableofcontents
...
2
votes
1answer
76 views
Correct indented sections in Beamer's TOC
Following Indent subsections in Beamer's TOC and The LaTeX Beamer Class / Bugtracker / indentation in table of contents - ID: 2882539 I want to correct the behavior that if a section-title exceeds the ...
2
votes
1answer
102 views
\tableofcontents does not appear
A table of contents does not appear in my beamer document. How do I make it appear? I have the following code (for linebreak I wanted to add 2 spaces at end of \part[square]{round} but that didn't ...
5
votes
1answer
101 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 ...
3
votes
1answer
133 views
Show ToC of only a section in beamer (completely hide other subsections)
I'm using beamer for a presentation. What I want is that whenever a section o subsection starts, it completely hides other subsections that are outside the section in the ToC.
I mean, for example if ...
5
votes
1answer
127 views
Beamer Mini-TOC
How can I make a TOC and section mini TOCs such that
TOC at the beginning of the whole document shows sections and subsections,
mini TOCs at the beginning of each subsection show only the very section ...
4
votes
3answers
207 views
Beamer - Put a picture right of the table of contents
I have problems to put a picture right to the table of contents.
This is how it should look like:
I have two MWE's, becuase I already tried two different approaches.
(All the empty frames are needed ...
2
votes
1answer
180 views
Indent subsections in Beamer's TOC
Following Beamer: increase radius of circle in TOC and include subsection bullet I set the 'subsection in toc' of Beamer by:
\setbeamertemplate{subsection in toc}
...
1
vote
1answer
105 views
Beamer TOC gives wrong section number
Because my Beamer files are large, I split then into separate .tex files and start a new part with e.g.
\addtocounter{section}{3}
This works in that the first section in this .tex file correctly ...
2
votes
1answer
275 views
Beamer: TOC only once before sections with subsections
My presentation consist of multiple sections. Some sections consist of subsection and some not. I want beamer to display the TOC before every subsection and before every section which consists of no ...
2
votes
1answer
138 views
tableofcontents too large
I would like to insert \tableofcontents[currentsection] in my presentation. Unfortunately I have not so many sections, so the space between the "items" is too much.
I don't wont to change the ...
1
vote
1answer
138 views
Removing the bullets of the subsections in toc?
I am working with the beamer, to create some slides.
How can I remove the bullets of the subsections in the table of contents ?
4
votes
1answer
551 views
Light up table of contents in beamer
I am trying to color ToC in beamer. By default when ToC appears all entries are gray, but I want them to becoloured as my theme. How can this been done?
A MWE is the following
...
2
votes
0answers
59 views
Showing an image with the topic in table of contents in beamer [closed]
In beamer, there is a facility to show the table of contents slide each time I switch to a new section, where the new section will be lighted and others dimmed. Can I find a way of showing an image ...
4
votes
1answer
141 views
How to collect all parts in Beamer?
I would like to use \tableofcontents to get contents of all the parts in beamer including only the names of parts, not including sections and subsections, how should I do?
1
vote
0answers
162 views
Table of contents doesn't get created [closed]
I am trying to create a table of contents, but it doesn't show up. I use the beamer documentclass. My code looks like this:
\documentclass[12pt]{beamer}
\usepackage[ngerman]{babel}
...
7
votes
2answers
151 views
Problem with missing spaces when having >9 subsections in table of contents (using the beamer class)
I have googled extensively and found no answer to my specific question. My problem is: I am creating lecture slides using the beamer class. My style file is University-specific. I have, in my first ...
4
votes
1answer
269 views
beamer table of contents shade all previous sections
How do I shade in a LaTeX beamer only the previous sections but not the following sections?
Just right now I have something like
\documentclass{beamer}
\begin{document}
\section{Section1}
...
1
vote
1answer
549 views
latex beamer toc - don't display bubbles
I'm currently creating my first presentation using LaTeX's beamer package.
Is there any way to change the enumeration symbol on the table of contents page?
Currently it looks like this, which is a ...
4
votes
2answers
332 views
Table of contents in Beamer
I have seen a nice looking table of contents in a Beamer presentation. There were some formulas, pictures, graphs situated across the frame in a shadow background. Any idea how to do this?
4
votes
1answer
318 views
Beamer table of contents — customize with block environments
I am trying to create a custom table of contents format. What I want to do is to have the description of the section inside a block environment like:
\section{Section 1}
\frame{
\begin{block}
This is ...
2
votes
1answer
845 views
Edit a default latex/beamer theme to show section numbers
I am using beamer to create a presentation. The theme I chose is Singapore. It has a nice header with section names and bullets for subsections.
What is the easiest way to modify the header so that ...
4
votes
1answer
367 views
beamer color settings for section names in the header
This guide explains how to produce dynamic headers, where
the current section is highlighted.
But how can I control the color used for highlighting?
(to save space I've set the header's font size ...
1
vote
1answer
851 views
Add Overlays in beamer \tableofcontents items
I'm writing a presentation in beamer.
I want to show semi-transparent overlays in the table of contents items. I mean, I want to show the current item text in black color and the next ones in gray.
...
4
votes
1answer
291 views
How can I change the shading of beamer's \tableofcontents[currentsection]?
I like to use \tableofcontents[currentsection] as an orientation at the start of a new section. But in my experience (depending on the projector), the default shading of the other sections can be to ...
6
votes
3answers
506 views
Beamer: tableofcontents with page numbers
How do I get page numbers / slide numbers in the tableofcontents in a beamer presentation?
8
votes
2answers
1k views
Hide navigation information in sidebar on title page and TOC page (beamer)
Edited for clarity:
I am trying to remove the navigation information in the sidebar that lists a TOC on the title page and the TOC page in a beamer presentation. I still want the sidebar to appear ...
3
votes
2answers
180 views
Beamer presentation: List of frames within a section / part with the use of [allowframebreaks]
Please see Beamer presentation: List of frames within a section / part. I have copy-pasted Gonzalo Medina's example code below. Uncommenting the [allowframebreaks] or using it in any other frame that ...
6
votes
1answer
465 views
Beamer presentation: List of frames within a section / part
With reference to Is there any way to produce List of frames with beamer?
how can this be done so as to only list the frames contained within a section in the title slide for that section, assuming a ...
10
votes
1answer
221 views
Is there any way to produce List of frames with beamer?
There is a way to make TOC using \tableofcontents, but there are only sections and subsections.
How can I get list of all frames without using sectioning?
5
votes
1answer
336 views
Beamer: Index of Listing
In beamer presentation I have a few headwords distributed on different slides. The appearance of these headwords I defined before and they don't be numbered.
Before these headwords started, I want to ...
9
votes
1answer
457 views
List of Figures + Beamer?
I want to have a List of Figures in my Beamer presentation.
I spent some time searching the web for a solution and only found desperate people telling others that it's not possible, i.e. here or here ...
1
vote
1answer
382 views
beamer's tableofcontents links to the wrong slide
I compiled the following code 3 times to get the table of contents. The problem is that section names links to wrong slides. A links to B1 and B links to B2. So, it's wrong by one slide.
How can I fix ...
3
votes
0answers
654 views
Beamer Bug: subsubsections are missing in ToC [closed]
For a large lecture (600+ slides) I need ToC slides that show the ToC only for the current section, including all subsections and subsubsections.
However, apparently this does not work. When I pass ...
3
votes
1answer
1k views
Remove the bullets in Beamer's table of contents
I use the Madrid theme
How can I remove the bullets in page of table-of-contents.
I have tried
\setbeamertemplate{items}[circle]
It can remove the bullets in enumeration environment. But can do ...
5
votes
1answer
885 views
Beamer: increase radius of circle in TOC and include subsection bullet
I am trying to increase the radius of the circle in the TOC of a beamer presentation and include a subsection bullet. The beamer manual states gives an example of \setbeamertemplate{some beamer ...
3
votes
1answer
1k views
Show/hide the sections, subsections and subsections that I want from the navigation sidebar (beamer, Berkeley)
I am using the theme Berkeley, I have lot of sections and subsections, I want to hide certain sections, subsections and subsubsections from the navigation bar, but not from the table of contents.
If ...
2
votes
1answer
946 views
Reduce spacing in table of contents (beamer)
How can I reduce the spacing between the items of my table of contents in my beamer presentation?
Here is my currient LaTeX code:
\documentclass{beamer}
\usepackage[T1]{fontenc}
...

