]> git.lyx.org Git - lyx.git/commitdiff
Fix small problem with question environment.
authorRichard Heck <rgheck@lyx.org>
Wed, 5 Mar 2014 20:37:08 +0000 (15:37 -0500)
committerRichard Heck <rgheck@lyx.org>
Wed, 5 Mar 2014 20:37:08 +0000 (15:37 -0500)
lib/layouts/theorems-ams-extended-bytype.module

index ea09a7299a26cf94c892fd2526b5f0e90929fffa..1b8eb52f41de7dd5eac2032af451f127fb5ec95e 100644 (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)}