]> git.lyx.org Git - lyx.git/blobdiff - lib/layouts/amsmaths.inc
Add some tipa accents
[lyx.git] / lib / layouts / amsmaths.inc
index beeb2fc5c2cd50e976865e32250124acf5f676b2..0c6675c54efa9a962311f54b9adee36a1bb3000b 100644 (file)
 # - Example
 # - Example*
 # - Condition
+# - Condition*
 # - Problem
+# - Problem*
 # - Exercise
 # - Remark
 # - Remark*
 # - Note
 # - Note*
 # - Notation
+# - Notation*
 # - Claim
 # - Claim*
 # - Summary
 # - Case
 # - Conclusion
 # - Conclusion*
-# - Fact 
+# - Fact
 # - Fact*
 
+Format 3
 Preamble
   \theoremstyle{plain}
        \newtheorem{thm}{Theorem}[section]
@@ -62,7 +66,7 @@ Style Theorem
        #DependsOn             TheoremStyle
        NextNoIndent          1
        LabelSep              xx
-       ParIndent             MMM  
+       ParIndent             MMM
        ParSkip               0.4
        ItemSep               0.2
        TopSep                0.7
@@ -81,18 +85,19 @@ Style Theorem
          Shape               Up
          Series              Bold
        EndFont
-End  
+End
 
 
 Style Theorem*
        CopyStyle             Theorem
        LatexName             thm*
+       LabelType             Static
        LabelString           "Theorem."
        Preamble
-         \theoremstyle{plain}    
-         \newtheorem*{thm*}{Theorem} 
+         \theoremstyle{plain}
+         \newtheorem*{thm*}{Theorem}
        EndPreamble
-End  
+End
 
 
 Style Corollary
@@ -100,21 +105,21 @@ Style Corollary
        LatexName             cor
        LabelString           "Corollary @Section@.\arabic{theorem}."
        Preamble
-         \theoremstyle{plain}    
+         \theoremstyle{plain}
          \newtheorem{cor}[thm]{Corollary}
        EndPreamble
-End  
+End
 
 
 Style Corollary*
-       CopyStyle             Theorem
+       CopyStyle             Theorem*
        LatexName             cor*
        LabelString           "Corollary."
        Preamble
-         \theoremstyle{plain}    
+         \theoremstyle{plain}
          \newtheorem*{cor*}{Corollary}
        EndPreamble
-End  
+End
 
 
 Style Lemma
@@ -122,21 +127,21 @@ Style Lemma
        LatexName             lem
        LabelString           "Lemma @Section@.\arabic{theorem}."
        Preamble
-         \theoremstyle{plain}    
+         \theoremstyle{plain}
          \newtheorem{lem}[thm]{Lemma}
        EndPreamble
-End  
+End
 
 
 Style Lemma*
-       CopyStyle             Theorem
+       CopyStyle             Theorem*
        LatexName             lem*
        LabelString           "Lemma."
        Preamble
-         \theoremstyle{plain}    
+         \theoremstyle{plain}
          \newtheorem*{lem*}{Lemma}
        EndPreamble
-End  
+End
 
 
 Style Proposition
@@ -144,21 +149,21 @@ Style Proposition
        LatexName             prop
        LabelString           "Proposition @Section@.\arabic{theorem}."
        Preamble
-         \theoremstyle{plain}    
+         \theoremstyle{plain}
          \newtheorem{prop}[thm]{Proposition}
        EndPreamble
-End  
+End
 
 
 Style Proposition*
-       CopyStyle             Theorem
+       CopyStyle             Theorem*
        LatexName             prop*
        LabelString           "Proposition."
        Preamble
-         \theoremstyle{plain}    
-         \newtheorem*{prop*}{Proposition} 
+         \theoremstyle{plain}
+         \newtheorem*{prop*}{Proposition}
        EndPreamble
-End  
+End
 
 
 Style Conjecture
@@ -166,21 +171,21 @@ Style Conjecture
        LatexName             conjecture
        LabelString           "Conjecture @Section@.\arabic{theorem}."
        Preamble
-         \theoremstyle{plain}    
+         \theoremstyle{plain}
          \newtheorem{conjecture}[thm]{Conjecture}
        EndPreamble
-End  
+End
 
 
 Style Conjecture*
-       CopyStyle             Theorem
+       CopyStyle             Theorem*
        LatexName             conjecture*
        LabelString           "Conjecture."
        Preamble
-         \theoremstyle{plain}    
-         \newtheorem*{conjecture*}{Conjecture} 
+         \theoremstyle{plain}
+         \newtheorem*{conjecture*}{Conjecture}
        EndPreamble
-End 
+End
 
 
 Style Criterion
@@ -188,10 +193,10 @@ Style Criterion
        LatexName             criterion
        LabelString           "Criterion @Section@.\arabic{theorem}."
        Preamble
-         \theoremstyle{plain}    
+         \theoremstyle{plain}
          \newtheorem{criterion}[thm]{Criterion}
        EndPreamble
-End  
+End
 
 
 Style Algorithm
@@ -199,10 +204,10 @@ Style Algorithm
        LatexName             algorithm
        LabelString           "Algorithm @Section@.\arabic{theorem}."
        Preamble
-         \theoremstyle{plain}    
+         \theoremstyle{plain}
          \newtheorem{algorithm}[thm]{Algorithm}
        EndPreamble
-End  
+End
 
 
 Style Fact
@@ -210,21 +215,21 @@ Style Fact
        LatexName             fact
        LabelString           "Fact @Section@.\arabic{theorem}."
        Preamble
-         \theoremstyle{plain}    
-         \newtheorem{fact}[thm]{Fact} 
+         \theoremstyle{plain}
+         \newtheorem{fact}[thm]{Fact}
        EndPreamble
-End  
+End
 
 
 Style Fact*
-       CopyStyle             Theorem
+       CopyStyle             Theorem*
        LatexName             fact*
        LabelString           "Fact."
        Preamble
-         \theoremstyle{plain}    
-         \newtheorem*{fact*}{Fact} 
+         \theoremstyle{plain}
+         \newtheorem*{fact*}{Fact}
        EndPreamble
-End  
+End
 
 
 Style Axiom
@@ -232,10 +237,10 @@ Style Axiom
        LatexName             ax
        LabelString           "Axiom @Section@.\arabic{theorem}."
        Preamble
-         \theoremstyle{plain}    
-         \newtheorem{ax}[thm]{Axiom} 
+         \theoremstyle{plain}
+         \newtheorem{ax}[thm]{Axiom}
        EndPreamble
-End  
+End
 
 
 Style Definition
@@ -253,18 +258,19 @@ Style Definition
          \theoremstyle{definition}
          \newtheorem{defn}[thm]{Definition}
        EndPreamble
-End  
+End
 
 
 Style Definition*
        CopyStyle             Definition
        LatexName             defn*
+       LabelType             Static
        LabelString           "Definition."
        Preamble
         \theoremstyle{definition}
         \newtheorem*{defn*}{Definition}
        EndPreamble
-End  
+End
 
 
 Style Example
@@ -275,18 +281,18 @@ Style Example
         \theoremstyle{definition}
          \newtheorem{example}[thm]{Example}
        EndPreamble
-End  
+End
 
 
 Style Example*
-       CopyStyle             Definition
+       CopyStyle             Definition*
        LatexName             example*
        LabelString           "Example."
        Preamble
          \theoremstyle{definition}
          \newtheorem*{example*}{Example}
        EndPreamble
-End  
+End
 
 
 Style Condition
@@ -297,7 +303,18 @@ Style Condition
          \theoremstyle{definition}
          \newtheorem{condition}[thm]{Condition}
        EndPreamble
-End  
+End
+
+
+Style Condition*
+       CopyStyle             Definition*
+       LatexName             condition*
+       LabelString           "Condition."
+       Preamble
+         \theoremstyle{definition}
+         \newtheorem*{condition*}{Condition}
+       EndPreamble
+End
 
 
 Style Problem
@@ -308,7 +325,18 @@ Style Problem
          \theoremstyle{definition}
          \newtheorem{problem}[thm]{Problem}
        EndPreamble
-End  
+End
+
+
+Style Problem*
+       CopyStyle             Definition*
+       LatexName             problem*
+       LabelString           "Problem."
+       Preamble
+         \theoremstyle{definition}
+         \newtheorem*{problem*}{Problem}
+       EndPreamble
+End
 
 
 Style Exercise
@@ -320,7 +348,18 @@ Style Exercise
          %%Delete [section] for sequential numbering
          \newtheorem{xca}[section]{Exercise}
        EndPreamble
-End  
+End
+
+
+Style Exercise*
+       CopyStyle             Definition*
+       LatexName             xca
+       LabelString           "Exercise."
+       Preamble
+         \theoremstyle{definition}
+         \newtheorem*{xca*}{Exercise}
+       EndPreamble
+End
 
 
 Style Remark
@@ -339,18 +378,19 @@ Style Remark
          \theoremstyle{remark}
          \newtheorem{rem}[thm]{Remark}
        EndPreamble
-End  
+End
 
 
 Style Remark*
        CopyStyle             Remark
        LatexName             rem*
+       LabelType             Static
        LabelString           "Remark."
        Preamble
          \theoremstyle{remark}
          \newtheorem*{rem*}{Remark}
        EndPreamble
-End  
+End
 
 
 Style Claim
@@ -358,21 +398,21 @@ Style Claim
        LatexName             claim
        LabelString           "Claim @Section@.\arabic{theorem}."
        Preamble
-         \theoremstyle{remark}    
+         \theoremstyle{remark}
          \newtheorem{claim}[thm]{Claim}
        EndPreamble
-End  
+End
 
 
 Style Claim*
-       CopyStyle             Remark
+       CopyStyle             Remark*
        LatexName             claim*
        LabelString           "Claim."
        Preamble
-         \theoremstyle{remark}    
+         \theoremstyle{remark}
          \newtheorem*{claim*}{Claim}
        EndPreamble
-End  
+End
 
 
 Style Note
@@ -380,21 +420,21 @@ Style Note
        LatexName             note
        LabelString           "Note @Section@.\arabic{theorem}."
        Preamble
-         \theoremstyle{remark}    
-         \newtheorem{note}[thm]{Note} 
+         \theoremstyle{remark}
+         \newtheorem{note}[thm]{Note}
        EndPreamble
-End  
+End
 
 
 Style Note*
-       CopyStyle             Remark
+       CopyStyle             Remark*
        LatexName             note*
        LabelString           "Note."
        Preamble
-         \theoremstyle{remark}    
-         \newtheorem*{note*}{Note} 
+         \theoremstyle{remark}
+         \newtheorem*{note*}{Note}
        EndPreamble
-End  
+End
 
 
 Style Notation
@@ -402,10 +442,21 @@ Style Notation
        LatexName             notation
        LabelString           "Notation @Section@.\arabic{theorem}."
        Preamble
-         \theoremstyle{remark}    
-         \newtheorem{notation}[thm]{Notation} 
+         \theoremstyle{remark}
+         \newtheorem{notation}[thm]{Notation}
        EndPreamble
-End  
+End
+
+
+Style Notation*
+       CopyStyle             Remark*
+       LatexName             notation*
+       LabelString           "Notation."
+       Preamble
+         \theoremstyle{remark}
+         \newtheorem*{notation*}[thm]{Notation}
+       EndPreamble
+End
 
 
 Style Summary
@@ -413,10 +464,10 @@ Style Summary
        LatexName             summary
        LabelString           "Summary @Section@.\arabic{theorem}."
        Preamble
-         \theoremstyle{remark}    
-         \newtheorem{summary}[thm]{Summary} 
+         \theoremstyle{remark}
+         \newtheorem{summary}[thm]{Summary}
        EndPreamble
-End  
+End
 
 
 Style Acknowledgement
@@ -424,21 +475,21 @@ Style Acknowledgement
        LatexName             acknowledgement
        LabelString           "Acknowledgement @Section@.\arabic{theorem}."
        Preamble
-         \theoremstyle{remark}    
-         \newtheorem{acknowledgement}[thm]{Acknowledgement} 
+         \theoremstyle{remark}
+         \newtheorem{acknowledgement}[thm]{Acknowledgement}
        EndPreamble
-End  
+End
 
 
 Style Acknowledgement*
-       CopyStyle             Remark
+       CopyStyle             Remark*
        LatexName             acknowledgement*
        LabelString           "Acknowledgement."
        Preamble
-         \theoremstyle{remark}    
-         \newtheorem*{acknowledgement*}{Acknowledgement} 
+         \theoremstyle{remark}
+         \newtheorem*{acknowledgement*}{Acknowledgement}
        EndPreamble
-End  
+End
 
 
 Style Case
@@ -446,29 +497,29 @@ Style Case
        LatexName             case
        LabelString           "Case @Section@.\arabic{theorem}."
        Preamble
-         \theoremstyle{remark}    
-         \newtheorem{case}{Case} %%Numbering of Cases not keyed to sections 
+         \theoremstyle{remark}
+         \newtheorem{case}{Case} %%Numbering of Cases not keyed to sections
        EndPreamble
-End  
+End
 
 
 Style Conclusion
        CopyStyle             Remark
        LatexName             conclusion
-       LabelString           "Conclusion #."
+       LabelString           "Conclusion @Section@.\arabic{theorem}."
        Preamble
-         \theoremstyle{remark}    
-         \newtheorem{conclusion}[thm]{Conclusion} 
+         \theoremstyle{remark}
+         \newtheorem{conclusion}[thm]{Conclusion}
        EndPreamble
-End  
+End
 
 
 Style Conclusion*
-       CopyStyle             Remark
+       CopyStyle             Remark*
        LatexName             conclusion*
-       LabelString           "Conclusion @Section@.\arabic{theorem}."
+       LabelString           "Conclusion."
        Preamble
-         \theoremstyle{remark}    
-         \newtheorem*{conclusion*}{Conclusion} 
+         \theoremstyle{remark}
+         \newtheorem*{conclusion*}{Conclusion}
        EndPreamble
-End  
+End