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{theorem}[Name]\label{test}
\section{test}
\stepcounter{toplevel}
\begin{example}
test
\end{theorem}
\begin{definition**}
\end{example}
\begin{example}+
test
\end{definition**}
\end{example}
\ref{test}
\begin{example}*
\begin{theorem}
\end{example}
\begin{lemma}
\end{lemma}
\begin{definition}
test
\end{theorem}
\end{definition}
\mdfsetup{skipabove=8pt,skipbelow=\topskip, bottomline=true}
\begin{lemma}
\begin{definition}*
bla
\end{definition}
\end{lemma}
\begin{example}
\end{example}
\begin{praise}
\begin{theoremdef}
test
\end{praise}
\end{theoremdef}
\begin{remark}
\begin{goal}+
test
\end{remark}
\end{goal}
\begin{notation}
test
\end{notation}
\begin{abuse}
test
\end{abuse}
\begin{theoremdef}
\end{theoremdef}
\begin{fact}
test
\end{fact}
\begin{orga}
\end{orga}
\begin{question}
\end{question}
\begin{oral}
test
\end{oral}
\end{document}