Fix small problem with question environment.

This commit is contained in:
Richard Heck 2014-03-05 15:37:08 -05:00
parent dfc9dde6a9
commit 3046aa0411

View File

@ -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)}