From 3046aa041177a23c13338e7b506ad2ae461c3cdd Mon Sep 17 00:00:00 2001 From: Richard Heck Date: Wed, 5 Mar 2014 15:37:08 -0500 Subject: [PATCH] Fix small problem with question environment. --- lib/layouts/theorems-ams-extended-bytype.module | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/layouts/theorems-ams-extended-bytype.module b/lib/layouts/theorems-ams-extended-bytype.module index ea09a7299a..1b8eb52f41 100644 --- a/lib/layouts/theorems-ams-extended-bytype.module +++ b/lib/layouts/theorems-ams-extended-bytype.module @@ -415,7 +415,7 @@ Style Question LabelString "Question \thequestion." Preamble \theoremstyle{plain} - \newtheorem{question}[thm]{\protect\questionname} + \newtheorem{question}{\protect\questionname} EndPreamble LangPreamble \providecommand{\questionname}{_(Question)} -- 2.39.2