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} \begin{example}
test
\end{example} \end{example}
\begin{praise} \begin{example}+
test test
\end{praise} \end{example}
\begin{remark} \begin{example}*
test
\end{remark} \end{example}
\begin{notation}
test
\end{notation}
\begin{abuse} \begin{lemma}
test
\end{abuse} \end{lemma}
\begin{theoremdef} \begin{definition}
test
\end{theoremdef} \end{definition}
\begin{fact} \begin{definition}*
test bla
\end{fact} \end{definition}
\begin{orga} \begin{theoremdef}
test
\end{orga} \end{theoremdef}
\begin{question}
\end{question}
\begin{oral}
test \begin{goal}+
\end{oral} test
\end{goal}
\end{document} \end{document}