7

I understand that LaTeX cannot parallel process a whole document because of the layout algorithm which is intrinsiquely linear.

However, in my understanding, the overlay specifications of successive slides within each frame in a beamer class are just expanded into repeated, successive pages in a .pdf.

Is the compiling of various slides in one frame a beamer document parallelizable? If yes, how to enjoy it?


For instance, if I have to insert:

\begin{frame}
    \only<3-> {heavy stuff} % e.g. graphics, loads of tikz, video, etc..
    \foreach \i in {4,...,23} {
         \only<\i->{light stuff \i}
    }
\end{frame}

then the heavy stuff operation will be performed twice if the frame lasts on 5 slides, and 20 times linearly if the frame lasts on 23 slides.. so it will take forever to compile.. is this avoidable?

iago-lito
  • 1,472

0 Answers0