]> git.lyx.org Git - lyx.git/blobdiff - lib/layouts/amsmaths.inc
Add transformations to InsetExternal.
[lyx.git] / lib / layouts / amsmaths.inc
index beeb2fc5c2cd50e976865e32250124acf5f676b2..341e2a0cb7d9634f35283ea6f32f8110960f2532 100644 (file)
 # - Example
 # - Example*
 # - Condition
+# - Condition*
 # - Problem
+# - Problem*
 # - Exercise
 # - Remark
 # - Remark*
 # - Note
 # - Note*
 # - Notation
+# - Notation*
 # - Claim
 # - Claim*
 # - Summary
@@ -87,6 +90,7 @@ End
 Style Theorem*
        CopyStyle             Theorem
        LatexName             thm*
+       LabelType             Static
        LabelString           "Theorem."
        Preamble
          \theoremstyle{plain}    
@@ -107,7 +111,7 @@ End
 
 
 Style Corollary*
-       CopyStyle             Theorem
+       CopyStyle             Theorem*
        LatexName             cor*
        LabelString           "Corollary."
        Preamble
@@ -129,7 +133,7 @@ End
 
 
 Style Lemma*
-       CopyStyle             Theorem
+       CopyStyle             Theorem*
        LatexName             lem*
        LabelString           "Lemma."
        Preamble
@@ -151,7 +155,7 @@ End
 
 
 Style Proposition*
-       CopyStyle             Theorem
+       CopyStyle             Theorem*
        LatexName             prop*
        LabelString           "Proposition."
        Preamble
@@ -173,7 +177,7 @@ End
 
 
 Style Conjecture*
-       CopyStyle             Theorem
+       CopyStyle             Theorem*
        LatexName             conjecture*
        LabelString           "Conjecture."
        Preamble
@@ -217,7 +221,7 @@ End
 
 
 Style Fact*
-       CopyStyle             Theorem
+       CopyStyle             Theorem*
        LatexName             fact*
        LabelString           "Fact."
        Preamble
@@ -259,6 +263,7 @@ End
 Style Definition*
        CopyStyle             Definition
        LatexName             defn*
+       LabelType             Static
        LabelString           "Definition."
        Preamble
         \theoremstyle{definition}
@@ -279,7 +284,7 @@ End
 
 
 Style Example*
-       CopyStyle             Definition
+       CopyStyle             Definition*
        LatexName             example*
        LabelString           "Example."
        Preamble
@@ -300,6 +305,17 @@ Style Condition
 End  
 
 
+Style Condition*
+       CopyStyle             Definition*
+       LatexName             condition*
+       LabelString           "Condition."
+       Preamble
+         \theoremstyle{definition}
+         \newtheorem*{condition*}{Condition}
+       EndPreamble
+End  
+
+
 Style Problem
        CopyStyle             Definition
        LatexName             problem
@@ -311,6 +327,17 @@ Style Problem
 End  
 
 
+Style Problem*
+       CopyStyle             Definition*
+       LatexName             problem*
+       LabelString           "Problem."
+       Preamble
+         \theoremstyle{definition}
+         \newtheorem*{problem*}{Problem}
+       EndPreamble
+End  
+
+
 Style Exercise
        CopyStyle             Definition
        LatexName             xca
@@ -323,6 +350,17 @@ Style Exercise
 End  
 
 
+Style Exercise*
+       CopyStyle             Definition*
+       LatexName             xca
+       LabelString           "Exercise."
+       Preamble
+         \theoremstyle{definition}
+         \newtheorem*{xca*}{Exercise}
+       EndPreamble
+End  
+
+
 Style Remark
        CopyStyle             Theorem
        LatexName             rem
@@ -345,6 +383,7 @@ End
 Style Remark*
        CopyStyle             Remark
        LatexName             rem*
+       LabelType             Static
        LabelString           "Remark."
        Preamble
          \theoremstyle{remark}
@@ -365,7 +404,7 @@ End
 
 
 Style Claim*
-       CopyStyle             Remark
+       CopyStyle             Remark*
        LatexName             claim*
        LabelString           "Claim."
        Preamble
@@ -387,7 +426,7 @@ End
 
 
 Style Note*
-       CopyStyle             Remark
+       CopyStyle             Remark*
        LatexName             note*
        LabelString           "Note."
        Preamble
@@ -408,6 +447,17 @@ Style Notation
 End  
 
 
+Style Notation*
+       CopyStyle             Remark*
+       LatexName             notation*
+       LabelString           "Notation."
+       Preamble
+         \theoremstyle{remark}
+         \newtheorem*{notation*}[thm]{Notation} 
+       EndPreamble
+End  
+
+
 Style Summary
        CopyStyle             Remark
        LatexName             summary
@@ -431,7 +481,7 @@ End
 
 
 Style Acknowledgement*
-       CopyStyle             Remark
+       CopyStyle             Remark*
        LatexName             acknowledgement*
        LabelString           "Acknowledgement."
        Preamble
@@ -455,7 +505,7 @@ End
 Style Conclusion
        CopyStyle             Remark
        LatexName             conclusion
-       LabelString           "Conclusion #."
+       LabelString           "Conclusion @Section@.\arabic{theorem}."
        Preamble
          \theoremstyle{remark}    
          \newtheorem{conclusion}[thm]{Conclusion} 
@@ -464,9 +514,9 @@ End
 
 
 Style Conclusion*
-       CopyStyle             Remark
+       CopyStyle             Remark*
        LatexName             conclusion*
-       LabelString           "Conclusion @Section@.\arabic{theorem}."
+       LabelString           "Conclusion."
        Preamble
          \theoremstyle{remark}    
          \newtheorem*{conclusion*}{Conclusion}