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 2875 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

Learn LaTeX easily with newest books:

The LaTeX Beginner's Guide: 2nd edition and perfect for students writing a thesis

The LaTeX Cookbook: 2nd edition full of practical examples for mathematics, physics, chemistry, and more

LaTeX Graphics with TikZ: the first book about TikZ for perfect drawings in your LaTeX thesis

Post Reply