update fanycthm caching test

This commit is contained in:
Maximilian Keßler 2022-02-03 15:44:53 +01:00
parent 9e214ef6cc
commit 123299b87d

View File

@ -1,12 +1,16 @@
\documentclass{minimal} \documentclass{minimal}
\usepackage[cache]{groupthm} \usepackage[cache version = 1]{fancythm}
\usepackage{fancythm} \NewFancyTheorem{hello}
\begin{document} \begin{document}
\begin{abuse} \begin{abuse}
\end{abuse} \end{abuse}
\begin{hello}
\end{hello}
\end{document} \end{document}