using \input with the beamer option "ignorenonframetext"
70 views
Skip to first unread message
Mike Charleston
unread,
Nov 12, 2010, 1:10:21 AM11/12/10
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to LaTeX Beamer class
I have a complex set of files that I want to \input in my Beamer
presentation for lecture notes.
I also want to make an "article" version that will contain all the
slides' content as well as interspersed comments. The problem is that
using the ignorenonframetext option means commands like "\input{foo}"
are ignored too.
I know there's a workaround using
\mode<all>
\input{foo}
\mode*
but doing that throughout is a real pain. Surely there's a better way
(wishing to avoid a bad hack of beamer.sty itself)?
Suggestions welcome.