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}
\usepackage[cache]{groupthm}
\usepackage[cache version = 1]{fancythm}
\usepackage{fancythm}
\NewFancyTheorem{hello}
\begin{document}
\begin{abuse}
\end{abuse}
\begin{hello}
\end{hello}
\end{document}