Did you ever wrote too much content for a frame?
Did that content spill out of the slide?
Were you too bored to create a new slide and split the content between them?
If the answer is yes, which most probably is, you will love the allowframebreaks
parameter for the \begin{frame}
directive.
1 2 3 4 5 6 7 | \begin {frame}[allowframebreaks]{Bibliography}
\bibliography {bibliography}{}
\bibliographystyle {IEEEtran}
\end {frame}
|
The \begin{frame}[allowframebreaks]{Bibliography}
directive creates a new frame name Bibliography, if the contents of the frame exceed the size of the slide, it will automatically create new ones to accommodate the requirements.
Note: Using the allowframebreaks
parameter automatically appends to the title of the slide Latin numbering (e.g. the first slide will be Bibliography I
).