update fancythm test

This commit is contained in:
Maximilian Keßler 2022-01-24 01:18:25 +01:00
parent 55b3513578
commit 68407011c7

View file

@ -1,65 +1,55 @@
\documentclass[a4paper, german]{article} \documentclass[12pt]{article}
\usepackage[lecture numbers = false, number all, number small environments = section]{mkessler-fancythm} \usepackage[number in = section]{fancythm}
\makeatletter
%\@counteralias{insection}{indocument}
\makeatother
\ExplSyntaxOff
\AddProvidedFancyTheoremToGroup{lemma}{small}
\begin{document} \begin{document}
\begin{theorem}[Name]\label{test}
test
\end{theorem}
\begin{definition**}
test
\end{definition**}
\ref{test} \section{test}
\begin{theorem} \stepcounter{toplevel}
test
\end{theorem}
\mdfsetup{skipabove=8pt,skipbelow=\topskip, bottomline=true}
\begin{lemma}
\end{lemma} \begin{example}
test
\end{example}
\begin{example} \begin{example}+
test
\end{example}
\end{example} \begin{example}*
\begin{praise} \end{example}
test
\end{praise}
\begin{remark} \begin{lemma}
test
\end{remark}
\begin{notation} \end{lemma}
test
\end{notation}
\begin{abuse} \begin{definition}
test test
\end{abuse} \end{definition}
\begin{theoremdef} \begin{definition}*
bla
\end{definition}
\end{theoremdef} \begin{theoremdef}
test
\end{theoremdef}
\begin{fact}
test
\end{fact}
\begin{orga}
\end{orga} \begin{goal}+
test
\end{goal}
\begin{question}
\end{question}
\begin{oral}
test
\end{oral}
\end{document} \end{document}