commit 3046aa041177a23c13338e7b506ad2ae461c3cdd
Author: Richard Heck <[email protected]>
Date: Wed Mar 5 15:37:08 2014 -0500
Fix small problem with question environment.
diff --git a/lib/layouts/theorems-ams-extended-bytype.module
b/lib/layouts/theorems-ams-extended-bytype.module
index ea09a72..1b8eb52 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)}