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

17 lines
196 B
TeX
Raw Normal View History

2022-02-03 15:04:57 +01:00
\documentclass{minimal}
2022-02-03 15:44:53 +01:00
\usepackage[cache version = 1]{fancythm}
2022-02-03 15:04:57 +01:00
2022-02-03 15:44:53 +01:00
\NewFancyTheorem{hello}
2022-02-03 15:04:57 +01:00
\begin{document}
\begin{abuse}
\end{abuse}
2022-02-03 15:44:53 +01:00
\begin{hello}
\end{hello}
2022-02-03 15:04:57 +01:00
\end{document}