From: Richard Heck Date: Wed, 5 Mar 2014 20:37:08 +0000 (-0500) Subject: Fix small problem with question environment. X-Git-Tag: 2.1.0rc1~115 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=3046aa041177a23c13338e7b506ad2ae461c3cdd;p=lyx.git 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 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)}