]> git.lyx.org Git - lyx.git/blobdiff - lib/layouts/theorems-ams.inc
AEA.layout: restore a style
[lyx.git] / lib / layouts / theorems-ams.inc
index e3fadb8294bc559f18f5250a5ab4720a408b8167..9fdbbbc6b1499f130c3ea068ed27cca8c6558232 100644 (file)
@@ -4,7 +4,7 @@
 # Tinkered with Sep. '07 by Paul Rubin <rubin@msu.edu>
 # Modularized Jan 08 by Richard Heck <rgheck@comcast.net>
 
-# The environnements defined are :
+# The environments defined are :
 # - Theorem
 # - Corollary
 # - Lemma
 # - Remark
 # - Claim
 # - Proof
-# - Case (regular only -- defined as an enumeration)
+# - Case (by inclusion)
 
-Format 12
+Format 45
 
 Style Theorem
-       Category              Theorem
+       Category              Reasoning
        Margin                First_Dynamic
        LatexType             Environment
        LatexName             thm
        NextNoIndent          1
-       OptionalArgs          1
+       Argument 1
+               LabelString   "Alternative Theorem String"
+               Tooltip       "Alternative theorem string"
+       EndArgument
        LabelSep              xx
        ParIndent             MMM
        ParSkip               0.4
@@ -37,7 +40,7 @@ Style Theorem
        ParSep                0.3
        Align                 Block
        AlignPossible         Left
-       LabelType             Counter
+       LabelType             Static
        LabelCounter          theorem
        LabelString           "Theorem \thetheorem."
        Font
@@ -49,13 +52,15 @@ Style Theorem
          Series              Bold
        EndFont
        Preamble
-               \providecommand{\theoremname}{Theorem}
                \theoremstyle{plain}
                \newtheorem{thm}{\protect\theoremname}
        EndPreamble
-       I18nPreamble
-         \AtBeginDocument{\ifx\LdfInit\undefined\relax\else\addto\captions$$lang{\renewcommand{\theoremname}{_(Theorem)}}\fi}
-       EndI18nPreamble
+       LangPreamble
+               \providecommand{\theoremname}{_(Theorem)}
+       EndLangPreamble
+       BabelPreamble
+         \addto\captions$$lang{\renewcommand{\theoremname}{_(Theorem)}}
+       EndBabelPreamble
        Requires              amsthm
 End
 
@@ -66,13 +71,15 @@ Style Corollary
        LatexName             cor
        LabelString           "Corollary \thetheorem."
        Preamble
-         \providecommand{\corollaryname}{Corollary}
          \theoremstyle{plain}
          \newtheorem{cor}[thm]{\protect\corollaryname}
        EndPreamble
-       I18nPreamble
-         \AtBeginDocument{\ifx\LdfInit\undefined\relax\else\addto\captions$$lang{\renewcommand{\corollaryname}{_(Corollary)}}\fi}
-       EndI18nPreamble
+       LangPreamble
+         \providecommand{\corollaryname}{_(Corollary)}
+       EndLangPreamble
+       BabelPreamble
+         \addto\captions$$lang{\renewcommand{\corollaryname}{_(Corollary)}}
+       EndBabelPreamble
 End
 
 
@@ -82,13 +89,15 @@ Style Lemma
        LatexName             lem
        LabelString           "Lemma \thetheorem."
        Preamble
-         \providecommand{\lemmaname}{Lemma}
          \theoremstyle{plain}
          \newtheorem{lem}[thm]{\protect\lemmaname}
        EndPreamble
-       I18nPreamble
-         \AtBeginDocument{\ifx\LdfInit\undefined\relax\else\addto\captions$$lang{\renewcommand{\lemmaname}{_(Lemma)}}\fi}
-       EndI18nPreamble
+       LangPreamble
+         \providecommand{\lemmaname}{_(Lemma)}
+       EndLangPreamble
+       BabelPreamble
+         \addto\captions$$lang{\renewcommand{\lemmaname}{_(Lemma)}}
+       EndBabelPreamble
 End
 
 
@@ -98,13 +107,15 @@ Style Proposition
        LatexName             prop
        LabelString           "Proposition \thetheorem."
        Preamble
-         \providecommand{\propositionname}{Proposition}
          \theoremstyle{plain}
          \newtheorem{prop}[thm]{\protect\propositionname}
        EndPreamble
-       I18nPreamble
-         \AtBeginDocument{\ifx\LdfInit\undefined\relax\else\addto\captions$$lang{\renewcommand{\propositionname}{_(Proposition)}}\fi}
-       EndI18nPreamble
+       LangPreamble
+         \providecommand{\propositionname}{_(Proposition)}
+       EndLangPreamble
+       BabelPreamble
+         \addto\captions$$lang{\renewcommand{\propositionname}{_(Proposition)}}
+       EndBabelPreamble
 End
 
 
@@ -114,13 +125,15 @@ Style Conjecture
        LatexName             conjecture
        LabelString           "Conjecture \thetheorem."
        Preamble
-         \providecommand{\conjecturename}{Conjecture}
          \theoremstyle{plain}
          \newtheorem{conjecture}[thm]{\protect\conjecturename}
        EndPreamble
-       I18nPreamble
-         \AtBeginDocument{\ifx\LdfInit\undefined\relax\else\addto\captions$$lang{\renewcommand{\conjecturename}{_(Conjecture)}}\fi}
-       EndI18nPreamble
+       LangPreamble
+         \providecommand{\conjecturename}{_(Conjecture)}
+       EndLangPreamble
+       BabelPreamble
+         \addto\captions$$lang{\renewcommand{\conjecturename}{_(Conjecture)}}
+       EndBabelPreamble
 End
 
 
@@ -130,13 +143,15 @@ Style Fact
        LatexName             fact
        LabelString           "Fact \thetheorem."
        Preamble
-         \providecommand{\factname}{Fact}
          \theoremstyle{plain}
          \newtheorem{fact}[thm]{\protect\factname}
        EndPreamble
-       I18nPreamble
-         \AtBeginDocument{\ifx\LdfInit\undefined\relax\else\addto\captions$$lang{\renewcommand{\factname}{_(Fact)}}\fi}
-       EndI18nPreamble
+       LangPreamble
+         \providecommand{\factname}{_(Fact)}
+       EndLangPreamble
+       BabelPreamble
+         \addto\captions$$lang{\renewcommand{\factname}{_(Fact)}}
+       EndBabelPreamble
 End
 
 
@@ -153,13 +168,15 @@ Style Definition
          Series              Bold
        EndFont
        Preamble
-         \providecommand{\definitionname}{Definition}
          \theoremstyle{definition}
          \newtheorem{defn}[thm]{\protect\definitionname}
        EndPreamble
-       I18nPreamble
-         \AtBeginDocument{\ifx\LdfInit\undefined\relax\else\addto\captions$$lang{\renewcommand{\definitionname}{_(Definition)}}\fi}
-       EndI18nPreamble
+       LangPreamble
+         \providecommand{\definitionname}{_(Definition)}
+       EndLangPreamble
+       BabelPreamble
+         \addto\captions$$lang{\renewcommand{\definitionname}{_(Definition)}}
+       EndBabelPreamble
 End
 
 
@@ -168,13 +185,15 @@ Style Example
        LatexName             example
        LabelString           "Example \thetheorem."
        Preamble
-         \providecommand{\examplename}{Example}
          \theoremstyle{definition}
          \newtheorem{example}[thm]{\protect\examplename}
        EndPreamble
-       I18nPreamble
-         \AtBeginDocument{\ifx\LdfInit\undefined\relax\else\addto\captions$$lang{\renewcommand{\examplename}{_(Example)}}\fi}
-       EndI18nPreamble
+       LangPreamble
+         \providecommand{\examplename}{_(Example)}
+       EndLangPreamble
+       BabelPreamble
+         \addto\captions$$lang{\renewcommand{\examplename}{_(Example)}}
+       EndBabelPreamble
 End
 
 
@@ -183,13 +202,15 @@ Style Problem
        LatexName             problem
        LabelString           "Problem \thetheorem."
        Preamble
-         \providecommand{\problemname}{Problem}
          \theoremstyle{definition}
          \newtheorem{problem}[thm]{\protect\problemname}
        EndPreamble
-       I18nPreamble
-         \AtBeginDocument{\ifx\LdfInit\undefined\relax\else\addto\captions$$lang{\renewcommand{\problemname}{_(Problem)}}\fi}
-       EndI18nPreamble
+       LangPreamble
+         \providecommand{\problemname}{_(Problem)}
+       EndLangPreamble
+       BabelPreamble
+         \addto\captions$$lang{\renewcommand{\problemname}{_(Problem)}}
+       EndBabelPreamble
 End
 
 
@@ -198,13 +219,15 @@ Style Exercise
        LatexName             xca
        LabelString           "Exercise \thetheorem."
        Preamble
-         \providecommand{\exercisename}{Exercise}
          \theoremstyle{definition}
          \newtheorem{xca}[thm]{\protect\exercisename}
        EndPreamble
-       I18nPreamble
-         \AtBeginDocument{\ifx\LdfInit\undefined\relax\else\addto\captions$$lang{\renewcommand{\exercisename}{_(Exercise)}}\fi}
-       EndI18nPreamble
+       LangPreamble
+         \providecommand{\exercisename}{_(Exercise)}
+       EndLangPreamble
+       BabelPreamble
+         \addto\captions$$lang{\renewcommand{\exercisename}{_(Exercise)}}
+       EndBabelPreamble
 End
 
 
@@ -222,13 +245,15 @@ Style Remark
          Shape               Italic
        EndFont
        Preamble
-         \providecommand{\remarkname}{Remark}
          \theoremstyle{remark}
          \newtheorem{rem}[thm]{\protect\remarkname}
        EndPreamble
-       I18nPreamble
-         \AtBeginDocument{\ifx\LdfInit\undefined\relax\else\addto\captions$$lang{\renewcommand{\remarkname}{_(Remark)}}\fi}
-       EndI18nPreamble
+       LangPreamble
+         \providecommand{\remarkname}{_(Remark)}
+       EndLangPreamble
+       BabelPreamble
+         \addto\captions$$lang{\renewcommand{\remarkname}{_(Remark)}}
+       EndBabelPreamble
 End
 
 
@@ -237,53 +262,16 @@ Style Claim
        LatexName             claim
        LabelString           "Claim \thetheorem."
        Preamble
-         \providecommand{\claimname}{Claim}
          \theoremstyle{remark}
          \newtheorem{claim}[thm]{\protect\claimname}
        EndPreamble
-       I18nPreamble
-         \AtBeginDocument{\ifx\LdfInit\undefined\relax\else\addto\captions$$lang{\renewcommand{\claimname}{_(Claim)}}\fi}
-       EndI18nPreamble
+       LangPreamble
+         \providecommand{\claimname}{_(Claim)}
+       EndLangPreamble
+       BabelPreamble
+         \addto\captions$$lang{\renewcommand{\claimname}{_(Claim)}}
+       EndBabelPreamble
 End
 
-
-# Define Case as an enumeration environment
-Style Case
-       Category              Theorem
-       Margin                Static
-       LatexType             Item_Environment
-       LatexName             caseenv
-       LabelType             Static
-       NextNoIndent          1
-       LeftMargin            "Case ###."
-       ParSkip               0.0
-       ItemSep               0.2
-       TopSep                0.7
-       BottomSep             0.7
-       ParSep                0.3
-       Align                 Block
-       AlignPossible         Block, Left
-       LabelSep              xx
-       LabelString           "Case #."
-       LabelFont
-         Series              Medium
-         Shape               Italic
-       EndFont
-       Preamble
-         \providecommand{\casename}{Case}
-         \newcounter{casectr}
-         \newenvironment{caseenv}
-         {\begin{list}{{\itshape\ \protect\casename} \arabic{casectr}.}{%
-          \setlength{\leftmargin}{\labelwidth}
-          \addtolength{\leftmargin}{\parskip}
-          \setlength{\itemindent}{\listparindent}
-          \setlength{\itemsep}{\medskipamount}
-          \setlength{\topsep}{\itemsep}}
-          \setcounter{casectr}{0}
-          \usecounter{casectr}}
-         {\end{list}}
-       EndPreamble
-       I18nPreamble
-         \AtBeginDocument{\ifx\LdfInit\undefined\relax\else\addto\captions$$lang{\renewcommand{\casename}{_(Case)}}\fi}
-       EndI18nPreamble
-End
+Input theorems-case.inc
+Input theorems-refprefix.inc