From c96e561500e61a082fd327f325fb96716fa5a320 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Maximilian=20Ke=C3=9Fler?= Date: Tue, 27 Apr 2021 16:00:14 +0200 Subject: [PATCH] fixed spacing in Satz --- fancythm.sty | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fancythm.sty b/fancythm.sty index 5bd5761..5142a20 100644 --- a/fancythm.sty +++ b/fancythm.sty @@ -44,7 +44,7 @@ %Theorem -\newtheorem{protothm}{\ifenglish Theorem\else Satz \fi}[section] +\newtheorem{protothm}{\ifenglish Theorem\else Satz\fi}[section] \newenvironment{theorem}{\begin{mdframed}[style=thm] \begin{protothm}}{\end{protothm}\end{mdframed}} %Unnumbered Theorem