I'm bulding up a beamer presentation and an article.
Therefore I have to create some figures which are used in both files.
So I created an additional .tex file for each figure which I include in every file.
This results in errors, because the \pause command shouldnt be used in scrartcl.
Is there a solution to ignore these errors or to suppres the \pause command in the scrarctl environment?
If MWE is needed, I'll add one. But I think it's a general problem. Thanks a lot!
\newcommand{\pause}{ }inside the preamble so that it replaces all\pauseby an empty space. But thanks, your Link brought me there! – Phil May 21 '15 at 20:33beameris loaded. – 1010011010 May 21 '15 at 21:16