update fanycthm caching test
This commit is contained in:
parent
9e214ef6cc
commit
123299b87d
1 changed files with 6 additions and 2 deletions
|
@ -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}
|
||||
|
|
Loading…
Reference in a new issue