Revert addition of Question and Question* environments, for the

reasons discussed at bug #9015.
This commit is contained in:
Richard Heck 2014-03-08 11:36:22 -05:00
parent d39eae0a88
commit f10df83fab
2 changed files with 0 additions and 42 deletions

View File

@ -33,7 +33,6 @@ Requires amsmath
# - Acknowledgement
# - Conclusion
# - Assumption
# - Question
# We need separate counters for each theorem-like style.
Counter criterion
@ -56,8 +55,6 @@ Counter conclusion
End
Counter assumption
End
Counter question
End
Style Criterion
@ -408,38 +405,4 @@ Style Assumption*
EndBabelPreamble
End
Style Question
CopyStyle Theorem
DependsOn Theorem
LatexName question
LabelString "Question \thequestion."
Preamble
\theoremstyle{plain}
\newtheorem{question}{\protect\questionname}
EndPreamble
LangPreamble
\providecommand{\questionname}{_(Question)}
EndLangPreamble
BabelPreamble
\addto\captions$$lang{\renewcommand{\questionname}{_(Question)}}
EndBabelPreamble
LabelCounter question
End
Style Question*
CopyStyle Theorem*
LatexName question*
LabelString "Question."
Preamble
\theoremstyle{plain}
\newtheorem*{question*}{\protect\questionname}
EndPreamble
LangPreamble
\providecommand{\questionname}{_(Question)}
EndLangPreamble
BabelPreamble
\addto\captions$$lang{\renewcommand{\questionname}{_(Question)}}
EndBabelPreamble
End
Input theorems-refprefix.inc

View File

@ -89,8 +89,3 @@ End
IfStyle Assumption
RefPrefix assu
End
IfStyle Question
RefPrefix que
End