]> git.lyx.org Git - lyx.git/blobdiff - lib/layouts/theorems-ams.inc
Spanish EmbeddedObjects.lyx: translation update by Ignacio
[lyx.git] / lib / layouts / theorems-ams.inc
index 4f95f729a84292e5e53b2d9efd88281ba13edbfb..3b4292532316ee1fdeb373f538d6c69d66c9094c 100644 (file)
@@ -19,9 +19,7 @@
 # - Proof
 # - Case (regular only -- defined as an enumeration)
 
-Format 6
-
-Requires amsthm
+Format 7
 
 Style Theorem
        Category              Theorem
@@ -54,12 +52,13 @@ Style Theorem
                \theoremstyle{plain}
                \newtheorem{thm}{Theorem}
        EndPreamble
+       Requires              amsthm
 End
 
 
 Style Corollary
        CopyStyle             Theorem
-       DependsOn                         Theorem
+       DependsOn             Theorem
        LatexName             cor
        LabelString           "Corollary \thetheorem."
        Preamble
@@ -71,7 +70,7 @@ End
 
 Style Lemma
        CopyStyle             Theorem
-       DependsOn                   Theorem
+       DependsOn             Theorem
        LatexName             lem
        LabelString           "Lemma \thetheorem."
        Preamble
@@ -83,7 +82,7 @@ End
 
 Style Proposition
        CopyStyle             Theorem
-       DependsOn                   Theorem
+       DependsOn             Theorem
        LatexName             prop
        LabelString           "Proposition \thetheorem."
        Preamble
@@ -95,7 +94,7 @@ End
 
 Style Conjecture
        CopyStyle             Theorem
-       DependsOn                   Theorem
+       DependsOn             Theorem
        LatexName             conjecture
        LabelString           "Conjecture \thetheorem."
        Preamble
@@ -107,7 +106,7 @@ End
 
 Style Fact
        CopyStyle             Theorem
-       DependsOn                   Theorem
+       DependsOn             Theorem
        LatexName             fact
        LabelString           "Fact \thetheorem."
        Preamble
@@ -119,7 +118,7 @@ End
 
 Style Definition
        CopyStyle             Theorem
-       DependsOn                   Theorem
+       DependsOn             Theorem
        LatexName             defn
        LabelString           "Definition \thetheorem."
        Font
@@ -144,6 +143,7 @@ Style Example
         \theoremstyle{definition}
          \newtheorem{example}[thm]{Example}
        EndPreamble
+       Requires              amsthm
 End
 
 
@@ -155,6 +155,7 @@ Style Problem
          \theoremstyle{definition}
          \newtheorem{problem}[thm]{Problem}
        EndPreamble
+       Requires              amsthm
 End
 
 
@@ -166,12 +167,13 @@ Style Exercise
          \theoremstyle{definition}
          \newtheorem{xca}[thm]{Exercise}
        EndPreamble
+       Requires              amsthm
 End
 
 
 Style Remark
        CopyStyle             Theorem
-       DependsOn                   Theorem
+       DependsOn             Theorem
        LatexName             rem
        LabelString           "Remark \thetheorem."
        Font
@@ -197,6 +199,7 @@ Style Claim
          \theoremstyle{remark}
          \newtheorem{claim}[thm]{Claim}
        EndPreamble
+       Requires              amsthm
 End