GeneralInclusion of external File inserts empty Slide

LaTeX specific issues not fitting into one of the other forums of this category.
Post Reply
soumitrakp
Posts: 1
Joined: Mon Jul 22, 2013 10:55 am

Inclusion of external File inserts empty Slide

Post by soumitrakp »

I have a top level source file.

Code: Select all

\documentclass{beamer}

\begin{document}
\frame{one}
\input{t2}
\end{document}
It includes (input) another file "t2.tex" with this content.

Code: Select all

\frame{two}
When I execute "pdflatex t.tex" I get a PDF with three slides (an additional empty slide in between).

Any suggestions?
Attachments
beamer-empty-slide.png
beamer-empty-slide.png (3.71 KiB) Viewed 2861 times
Last edited by localghost on Mon Jul 22, 2013 11:24 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.

Post Reply