Generalsplitting long presentation \documentclass{beamer} into file

LaTeX specific issues not fitting into one of the other forums of this category.
Post Reply
carol
Posts: 105
Joined: Wed Dec 24, 2008 7:25 pm

splitting long presentation \documentclass{beamer} into file

Post by carol »

Is there any equivalent of the command \input that used in \documentclass{report} for \documentclass{beamer}? my goal is to split my long presentation into files. However,I didn't find any thing in beameruserguide.pdf.

Look forward to your reply,

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

User avatar
localghost
Site Moderator
Posts: 9202
Joined: Fri Feb 02, 2007 12:06 pm

splitting long presentation \documentclass{beamer} into file

Post by localghost »

Just use the \input command unless you discovered that it doesn't work.


Best regards
Thorsten
carol
Posts: 105
Joined: Wed Dec 24, 2008 7:25 pm

Re: splitting long presentation \documentclass{beamer} into file

Post by carol »

\input works very well. Thanks Thorsten.
Post Reply