moloch-dragon/testfiles/support/standoutnumbering.tex

29 lines
329 B
TeX

\input regression-test
\begin{document}
\START
\showoutput
\molochset{standoutnumbering=none}
\begin{frame}[c]
Hello, world!
\end{frame}
\molochset{standoutnumbering=show}
\begin{frame}[c]
Hello, world!
\end{frame}
\molochset{standoutnumbering=hide}
\begin{frame}[c]
Hello, world!
\end{frame}
\END
\end{document}