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,
General ⇒ splitting long presentation \documentclass{beamer} into file
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
How to make a "Minimal Example"
Board Rules
Avoidable Mistakes
¹ System: TeX Live 2025 (vanilla), TeXworks 0.6.10
Board Rules
Avoidable Mistakes
¹ System: TeX Live 2025 (vanilla), TeXworks 0.6.10
Re: splitting long presentation \documentclass{beamer} into file
\input works very well. Thanks Thorsten.