So, let's say I want to make a teaching video. I could certainly use beamer to create a kind of slideshow, and talk over it. But I would like to do some illustrations in geometry.
The particular problem I have is teaching some business calc students about related rates. I would like to draw a rectangle, a diagonal through the rectangle, and labels and so forth. This is very easy with tikz.
BUT, I would like to use the pause function with beamer too. So, for instance.
(1) draw a rectangle, pause
(2) draw a diagonal through the rectangle, pause
(3) label the lengths, pause
etc.
Is anything like this possible? Maybe with something other than tikz and/or beamer?
Thanks!



\documentclass{...}and ending with\end{document}. – Martin Schröder Jul 02 '17 at 21:32