Search found 1 match

by soumitrakp
Mon Jul 22, 2013 11:17 am
Forum: General
Topic: Inclusion of external File inserts empty Slide
Replies: 0
Views: 2866

Inclusion of external File inserts empty Slide

I have a top level source file.
\documentclass{beamer}

\begin{document}
\frame{one}
\input{t2}
\end{document}
It includes (input) another file "t2.tex" with this content.
\frame{two}
When I execute "pdflatex t.tex" I get a PDF with three slides (an additional empty slide in between).

Any ...