From 878092d38da8cec6121e16933ede9cd0d27eff61 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Maximilian=20Ke=C3=9Fler?= Date: Tue, 27 Apr 2021 08:46:46 +0200 Subject: [PATCH] changed labelling of questions --- mymath.sty | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mymath.sty b/mymath.sty index 626b495..e9a97ff 100644 --- a/mymath.sty +++ b/mymath.sty @@ -134,7 +134,7 @@ \newtheorem*{note}{\ifenglish Note\else Anmerkung\fi} \newtheorem*{warning}{\color{red}\ifenglish Warning \else Warnung\fi} \newtheorem*{goal}{\ifenglish Goal \else Ziel\fi} -\newtheorem{question}{\ifenglish Question \else Frage \fi} +\newtheorem*{question}{\ifenglish Question \else Frage \fi} \newtheorem*{problem}{Problem} \newtheorem*{info}{Information} \newtheorem*{moral}{Moral}