For a presentation with Beamer, I would like to have a slide where a long list of formulas (maybe mixed with text) scrolls automatically within a certain part of the slide. This should look like e.g. closing credits in movies.
I have tried the idea from here
based on animateinline from the animate package, but whenever I use environments like \begin{equation} ... \end{equation}
or commands like \textcolor{red}{...} I get an error:
TeX capacity exceeded, sorry [main memory size=3000000]. \end{frame}
Ideally, the formulas/the text should be given within the document itself, but if a solution with an external PDF works fine, I'll take it!
Any ideas how that might work?
