]> git.lyx.org Git - lyx.git/blobdiff - lib/layouts/theorems-ams-extended-bytype.module
Intro.lyx: change a sentence to avoid misunderstandings
[lyx.git] / lib / layouts / theorems-ams-extended-bytype.module
index ea09a7299a26cf94c892fd2526b5f0e90929fffa..b887a21d637ee318d7975bbb4cad829a250aaba0 100644 (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}[thm]{\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