]> git.lyx.org Git - lyx.git/blobdiff - lib/layouts/theorems-ams-extended-chap-bytype.module
Typo
[lyx.git] / lib / layouts / theorems-ams-extended-chap-bytype.module
index 9818f1f53d05a04389af447793d870165b01e871..168c406d2fe0cd6753d4418a9913a2d0cd92579a 100644 (file)
@@ -3,7 +3,7 @@
 #DescriptionBegin
 #Defines some additional theorem environments for use with the
 #AMS theorems packages. Includes Criterion, Algorithm, Axiom,
-#Condition, Note, Notation, Summary, Acknowledgment, Conclusion,
+#Condition, Note, Notation, Summary, Conclusion,
 #Assumption, and Case, in both numbered and non-numbered forms.
 #Contrary to the plain AMS-Extended module, the different theorem
 #types provided here each have a separate counter, restarted with each
@@ -20,7 +20,7 @@
 # Hacked June '09 by Paul Rubin <rubin@msu.edu> to use separate counters
 # Chapter dependence added Oct '16 by Andrew Parsloe <aparsloe@clear.net.nz>
 
-Format 99
+Format 104
 
 Requires       amsmath
 
@@ -32,7 +32,6 @@ Requires      amsmath
 # - Note
 # - Notation
 # - Summary
-# - Acknowledgment (with LaTeX name acknowledgement for compatib.)
 # - Conclusion
 # - Assumption
 # - Question
@@ -59,9 +58,6 @@ End
 Counter summary
        Within chapter
 End
-Counter acknowledgement
-       Within chapter
-End
 Counter conclusion
        Within chapter
 End
@@ -389,61 +385,6 @@ Style Summary*
 End
 
 
-Style Acknowledgment
-       CopyStyle             Remark
-       LatexName             acknowledgement
-       LabelString           "Acknowledgment \theacknowledgement."
-       Preamble
-         \theoremstyle{remark}
-          \ifx\thechapter\undefined
-            \newtheorem{acknowledgement}{\protect\acknowledgementname}
-          \else
-            \newtheorem{acknowledgement}{\protect\acknowledgementname}[chapter]
-          \fi
-       EndPreamble
-       LangPreamble
-         \providecommand{\acknowledgementname}{_(Acknowledgment)}
-       EndLangPreamble
-       BabelPreamble
-         \addto\captions$$lang{\renewcommand{\acknowledgementname}{_(Acknowledgment)}}
-       EndBabelPreamble
-       LabelCounter          acknowledgement
-       DocBookTag            para
-       DocBookAttr           role='acknowledgement'
-       DocBookItemTag        ""
-End
-
-
-Style Acknowledgement
-       ObsoletedBy          Acknowledgment
-End
-
-
-Style Acknowledgment*
-       CopyStyle             Remark*
-       LatexName             acknowledgement*
-       LabelString           "Acknowledgment."
-       Preamble
-         \theoremstyle{remark}
-         \newtheorem*{acknowledgement*}{\protect\acknowledgementname}
-       EndPreamble
-       LangPreamble
-         \providecommand{\acknowledgementname}{_(Acknowledgment)}
-       EndLangPreamble
-       BabelPreamble
-         \addto\captions$$lang{\renewcommand{\acknowledgementname}{_(Acknowledgment)}}
-       EndBabelPreamble
-       DocBookTag            para
-       DocBookAttr           role='acknowledgement'
-       DocBookItemTag        ""
-End
-
-
-Style Acknowledgement*
-       ObsoletedBy          Acknowledgment*
-End
-
-
 Style Conclusion
        CopyStyle             Remark
        LatexName             conclusion