latex-packages/tests/environments/fancythm/test3.tex

17 lines
196 B
TeX

\documentclass{minimal}
\usepackage[cache version = 1]{fancythm}
\NewFancyTheorem{hello}
\begin{document}
\begin{abuse}
\end{abuse}
\begin{hello}
\end{hello}
\end{document}