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

Code, edit and compile here:
\AtBeginSubsection[]
{
\begin{frame}<beamer>
\frametitle{Outline}
\tableofcontents[currentsection,currentsubsection]
\end{frame}
}
הההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההה
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
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.

Stefan Kottwitz
Site Admin
Posts: 10345
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