Document Classesbeamer | Presentation Outline

Information and discussion about specific document classes and how to create your own document classes.
Post Reply
Pat
Posts: 1
Joined: Tue Sep 13, 2011 10:39 pm

beamer | Presentation Outline

Post by Pat »

Hello users,

the outline in my presentation is blank and I don't know how to fix the problem because the file is compiling without any error. Using MiKTeX editor, here is what the 'code' I am using:

Code: Select all

\AtBeginSubsection[]
{
  \begin{frame}<beamer>
    \frametitle{Outline}
    \tableofcontents[currentsection,currentsubsection]
  \end{frame}
}
If anyone can help me with this I highly appreciate.


Thanks
Pat
Last edited by localghost on Wed Sep 14, 2011 10:06 am, edited 1 time in total.

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org

NEW: TikZ book now 40% off at Amazon.com for a short time.

And: Currently, Packt sells ebooks for $4.99 each if you buy 5 of their over 1000 ebooks. If you choose only a single one, $9.99. How about combining 3 LaTeX books with Python, gnuplot, mathplotlib, Matlab, ChatGPT or other AI books? Epub and PDF. Bundle (3 books, add more for higher discount): https://packt.link/MDH5p

Stefan Kottwitz
Site Admin
Posts: 10330
Joined: Mon Mar 10, 2008 9:44 pm

Re: beamer | Presentation Outline

Post by Stefan Kottwitz »

Hi Pat,

welcome to the board!

Is this all the code you have? I guess not. Because this piece of code cannot be tested, you probably got no answer yet. A small compilable example (with a test subsection etc.) which shows the problem would improve the chance to get a solution.

Stefan
LaTeX.org admin
Post Reply