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

NEW: TikZ book now 40% off at Amazon.com for a short time.

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