dbosk / crocus

Securely and privately verifiable protests
Other
0 stars 0 forks source link

Defs etc in hidden frames increase counters #10

Closed dbosk closed 7 years ago

dbosk commented 7 years ago

When using the overlay specification <presentation> on frames, things inside, like definitions, are still "executed", so a hidden definition increases the counter in the article. This doesn't happen with \mode<presentation{...}.

Change all

\begin{frame}<presentation>
...
\end{frame}

into

\mode<presentation>{%
\begin{frame}
...
\end{frame}
}