tags:

views:

116

answers:

1

I've been writing a slide presentation using Beamer, and have written 35 slides (or frames) using \begin{frame} some stuff \end{frame}. The problem is, that on compilation, only the first 32 frames are produced. The typesetter does not report any errors or warnings. Ideas for what is going wrong?

+1  A: 

Comment out slide 32 and see what happens. Repeat for 33, 34, etc. until you've found the slide with the mistake. Then carefully look at the code for that page. It might help to comment out part of that page until you find the line of error.

jowi