Search found 2 matches

by devent
Sun Nov 08, 2009 3:27 pm
Forum: General
Topic: Beamer and makeidx?
Replies: 0
Views: 1018

Beamer and makeidx?

Hi,
is it poosible to use makeidx in the beamer class?
If I try it, I get the error, with the code

Code: Select all

Code, edit and compile here:
\section*{Index}
\begin{frame}
\frametitle{Index}
\printindex
\end{frame}
הההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההה
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
The error:
\begin{beamer@framepauses} on input line 9 ended by \end{theindex}.
by devent
Thu May 14, 2009 5:32 am
Forum: Page Layout
Topic: tableofcontent in sections
Replies: 1
Views: 1742

tableofcontent in sections

Hi,
For example I have a TOC that look like this:

1 Section One
1.1 SubSection
1.2 SubSection
2 Section Two
2.1 SubSection
2.2 SubSection


This TOS I like to put on the first page of my document. That is done with \tableofcontents. But now I like to put a partial TOC in each section's page. For ...