--- theorems-ams-extended.module.orig	2008-12-29 11:31:04.000000000 +0400
+++ theorems-ams-extended.module	2008-12-29 11:27:51.000000000 +0400
@@ -3,7 +3,8 @@
 #Defines some additional theorem environments for use with the
 #AMS theorems packages. Includes Criterion, Algorithm, Axiom,
 #Condition, Note, Notation, Summary, Acknowledgement, Conclusion,
-#Fact, Assumption, and Case, in both starred and non-starred forms.
+#Fact, Assumption, Case, and Question, in both starred and non-starred
+#forms.
 #DescriptionEnd
 #Requires: theorems-ams
 
@@ -17,7 +18,7 @@
 
 Requires	amsmath
 
-# The environnements defined (regular and starred) are :
+# The environments defined (regular and starred) are :
 # - Criterion
 # - Algorithm
 # - Axiom
@@ -29,6 +30,7 @@
 # - Conclusion
 # - Fact
 # - Assumption
+# - Question
 
 Style Criterion
 	CopyStyle             Theorem
@@ -251,3 +253,24 @@
 	  \newtheorem*{assumption*}{Assumption}
 	EndPreamble
 End
+
+Style Question
+	CopyStyle             Theorem
+	DependsOn             Theorem
+	LatexName             question
+	LabelString           "Question \thetheorem."
+	Preamble
+	  \theoremstyle{plain}
+	  \newtheorem{question}[thm]{Question}
+	EndPreamble
+End
+
+Style Question*
+	CopyStyle             Theorem*
+	LatexName             question*
+	LabelString           "Question."
+	Preamble
+	  \theoremstyle{plain}
+	  \newtheorem*{question*}{Question}
+	EndPreamble
+End
