]> git.lyx.org Git - features.git/blobdiff - lib/layouts/theorems.inc
DocBook: implement other letter classes (frletter, standard letter, KOMA-Script).
[features.git] / lib / layouts / theorems.inc
index 881b1fd4c8bade08be516895c7ebc7fd21e63624..4b940531831c4468a87c1473a5c3ed64712ada3f 100644 (file)
@@ -4,30 +4,40 @@
 # 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
 # - Proposition
 # - Conjecture
+# - Fact
 # - Definition
 # - Example
 # - Problem
 # - Exercise
+# - Solution
 # - Remark
 # - Claim
-# - Proof
-# - Case (regular only -- defined as an enumeration)
+# - Case (by inclusion)
 
-Format 14
+Format 85
+
+OutlinerName thm "Definitions & Theorems"
 
 Style Theorem
-       Category              Theorem
+       Category              Reasoning
        Margin                First_Dynamic
        LatexType             Environment
        LatexName             thm
        NextNoIndent          1
-       OptionalArgs          1
+       ResetArgs             1
+       AddToToc              thm
+       IsTocCaption          1
+       Argument 1
+               LabelString    "Additional Theorem Text"
+               Tooltip        "Additional text appended to the theorem header"
+               IsTocCaption      1
+       EndArgument
        LabelSep              xx
        ParIndent             MMM
        ParSkip               0.4
@@ -37,7 +47,7 @@ Style Theorem
        ParSep                0.3
        Align                 Block
        AlignPossible         Left
-       LabelType             Counter
+       LabelType             Static
        LabelCounter          theorem
        LabelString           "Theorem \thetheorem."
        Font
@@ -49,6 +59,7 @@ Style Theorem
          Series              Bold
        EndFont
        Preamble
+               \theoremstyle{plain}
                \newtheorem{thm}{\protect\theoremname}
        EndPreamble
        LangPreamble
@@ -58,16 +69,19 @@ Style Theorem
                \addto\captions$$lang{\renewcommand{\theoremname}{_(Theorem)}}
        EndBabelPreamble
        Requires              amsthm
+       DocBookTag            para
+       DocBookAttr           role='theorem'
 End
 
 
 Style Corollary
        CopyStyle             Theorem
-       DependsOn             Theorem
+       DependsOn             Theorem
        LatexName             cor
        LabelString           "Corollary \thetheorem."
        Preamble
-         \newtheorem{cor}[thm]{\protect\corollaryname}
+               \theoremstyle{plain}
+               \newtheorem{cor}[thm]{\protect\corollaryname}
        EndPreamble
        LangPreamble
                \providecommand{\corollaryname}{_(Corollary)}
@@ -75,16 +89,19 @@ Style Corollary
        BabelPreamble
                \addto\captions$$lang{\renewcommand{\corollaryname}{_(Corollary)}}
        EndBabelPreamble
+       DocBookTag            para
+       DocBookAttr           role='corollary'
 End
 
 
 Style Lemma
        CopyStyle             Theorem
-       DependsOn             Theorem
+       DependsOn             Theorem
        LatexName             lem
        LabelString           "Lemma \thetheorem."
        Preamble
-         \newtheorem{lem}[thm]{\protect\lemmaname}
+               \theoremstyle{plain}
+               \newtheorem{lem}[thm]{\protect\lemmaname}
        EndPreamble
        LangPreamble
                \providecommand{\lemmaname}{_(Lemma)}
@@ -92,16 +109,19 @@ Style Lemma
        BabelPreamble
                \addto\captions$$lang{\renewcommand{\lemmaname}{_(Lemma)}}
        EndBabelPreamble
+       DocBookTag            para
+       DocBookAttr           role='lemma'
 End
 
 
 Style Proposition
        CopyStyle             Theorem
-       DependsOn             Theorem
+       DependsOn             Theorem
        LatexName             prop
        LabelString           "Proposition \thetheorem."
        Preamble
-         \newtheorem{prop}[thm]{\protect\propositionname}
+               \theoremstyle{plain}
+               \newtheorem{prop}[thm]{\protect\propositionname}
        EndPreamble
        LangPreamble
                \providecommand{\propositionname}{_(Proposition)}
@@ -109,16 +129,19 @@ Style Proposition
        BabelPreamble
                \addto\captions$$lang{\renewcommand{\propositionname}{_(Proposition)}}
        EndBabelPreamble
+       DocBookTag            para
+       DocBookAttr           role='proposition'
 End
 
 
 Style Conjecture
        CopyStyle             Theorem
-       DependsOn             Theorem
+       DependsOn             Theorem
        LatexName             conjecture
        LabelString           "Conjecture \thetheorem."
        Preamble
-         \newtheorem{conjecture}[thm]{\protect\conjecturename}
+               \theoremstyle{plain}
+               \newtheorem{conjecture}[thm]{\protect\conjecturename}
        EndPreamble
        LangPreamble
                \providecommand{\conjecturename}{_(Conjecture)}
@@ -126,16 +149,19 @@ Style Conjecture
        BabelPreamble
                \addto\captions$$lang{\renewcommand{\conjecturename}{_(Conjecture)}}
        EndBabelPreamble
+       DocBookTag            para
+       DocBookAttr           role='conjecture'
 End
 
 
 Style Fact
        CopyStyle             Theorem
-       DependsOn             Theorem
+       DependsOn             Theorem
        LatexName             fact
        LabelString           "Fact \thetheorem."
        Preamble
-         \newtheorem{fact}[thm]{\protect\factname}
+               \theoremstyle{plain}
+               \newtheorem{fact}[thm]{\protect\factname}
        EndPreamble
        LangPreamble
                \providecommand{\factname}{_(Fact)}
@@ -143,12 +169,14 @@ Style Fact
        BabelPreamble
                \addto\captions$$lang{\renewcommand{\factname}{_(Fact)}}
        EndBabelPreamble
+       DocBookTag            para
+       DocBookAttr           role='fact'
 End
 
 
 Style Definition
        CopyStyle             Theorem
-       DependsOn             Theorem
+       DependsOn             Theorem
        LatexName             defn
        LabelString           "Definition \thetheorem."
        Font
@@ -159,8 +187,8 @@ Style Definition
          Series              Bold
        EndFont
        Preamble
-         \theoremstyle{definition}
-         \newtheorem{defn}[thm]{\protect\definitionname}
+               \theoremstyle{definition}
+               \newtheorem{defn}[thm]{\protect\definitionname}
        EndPreamble
        LangPreamble
                \providecommand{\definitionname}{_(Definition)}
@@ -168,6 +196,8 @@ Style Definition
        BabelPreamble
                \addto\captions$$lang{\renewcommand{\definitionname}{_(Definition)}}
        EndBabelPreamble
+       DocBookTag            para
+       DocBookAttr           role='definition'
 End
 
 
@@ -176,8 +206,8 @@ Style Example
        LatexName             example
        LabelString           "Example \thetheorem."
        Preamble
-         \theoremstyle{definition}
-         \newtheorem{example}[thm]{\protect\examplename}
+               \theoremstyle{definition}
+               \newtheorem{example}[thm]{\protect\examplename}
        EndPreamble
        LangPreamble
                \providecommand{\examplename}{_(Example)}
@@ -185,6 +215,9 @@ Style Example
        BabelPreamble
                \addto\captions$$lang{\renewcommand{\examplename}{_(Example)}}
        EndBabelPreamble
+       DocBookWrapperTag     informalexample
+       DocBookTag            para
+       DocBookAttr        ""
 End
 
 
@@ -193,8 +226,8 @@ Style Problem
        LatexName             problem
        LabelString           "Problem \thetheorem."
        Preamble
-         \theoremstyle{definition}
-         \newtheorem{problem}[thm]{\protect\problemname}
+               \theoremstyle{definition}
+               \newtheorem{problem}[thm]{\protect\problemname}
        EndPreamble
        LangPreamble
                \providecommand{\problemname}{_(Problem)}
@@ -202,6 +235,8 @@ Style Problem
        BabelPreamble
                \addto\captions$$lang{\renewcommand{\problemname}{_(Problem)}}
        EndBabelPreamble
+       DocBookTag            para
+       DocBookAttr           role='problem'
 End
 
 
@@ -210,8 +245,8 @@ Style Exercise
        LatexName             xca
        LabelString           "Exercise \thetheorem."
        Preamble
-         \theoremstyle{definition}
-         \newtheorem{xca}[thm]{\protect\exercisename}
+               \theoremstyle{definition}
+               \newtheorem{xca}[thm]{\protect\exercisename}
        EndPreamble
        LangPreamble
                \providecommand{\exercisename}{_(Exercise)}
@@ -219,12 +254,33 @@ Style Exercise
        BabelPreamble
                \addto\captions$$lang{\renewcommand{\exercisename}{_(Exercise)}}
        EndBabelPreamble
+       DocBookTag            para
+       DocBookAttr           role='exercise'
+End
+
+
+Style Solution
+       CopyStyle             Definition
+       LatexName             sol
+       LabelString           "Solution \thetheorem."
+       Preamble
+               \theoremstyle{definition}
+               \newtheorem{sol}[thm]{\protect\solutionname}
+       EndPreamble
+       LangPreamble
+               \providecommand{\solutionname}{_(Solution)}
+       EndLangPreamble
+       BabelPreamble
+               \addto\captions$$lang{\renewcommand{\solutionname}{_(Solution)}}
+       EndBabelPreamble
+       DocBookTag            para
+       DocBookAttr           role='solution'
 End
 
 
 Style Remark
        CopyStyle             Theorem
-       DependsOn             Theorem
+       DependsOn             Theorem
        LatexName             rem
        LabelString           "Remark \thetheorem."
        Font
@@ -236,8 +292,8 @@ Style Remark
          Shape               Italic
        EndFont
        Preamble
-         \theoremstyle{remark}
-         \newtheorem{rem}[thm]{\protect\remarkname}
+               \theoremstyle{remark}
+               \newtheorem{rem}[thm]{\protect\remarkname}
        EndPreamble
        LangPreamble
                \providecommand{\remarkname}{_(Remark)}
@@ -245,6 +301,8 @@ Style Remark
        BabelPreamble
                \addto\captions$$lang{\renewcommand{\remarkname}{_(Remark)}}
        EndBabelPreamble
+       DocBookTag            note
+       DocBookItemTag        para
 End
 
 
@@ -253,8 +311,8 @@ Style Claim
        LatexName             claim
        LabelString           "Claim \thetheorem."
        Preamble
-         \theoremstyle{remark}
-         \newtheorem{claim}[thm]{\protect\claimname}
+               \theoremstyle{remark}
+               \newtheorem{claim}[thm]{\protect\claimname}
        EndPreamble
        LangPreamble
                \providecommand{\claimname}{_(Claim)}
@@ -262,38 +320,10 @@ Style Claim
        BabelPreamble
                \addto\captions$$lang{\renewcommand{\claimname}{_(Claim)}}
        EndBabelPreamble
+       DocBookTag            para
+       DocBookAttr           role='claim'
+       DocBookItemTag        ""
 End
 
-
-# Define Case as an enumeration environment
-Style Case
-       Category              Theorem
-       CopyStyle             Enumerate
-       LatexName             caseenv
-       LabelType             Static
-       LeftMargin            "Case ###."
-       LabelString           "Case #."
-       LabelFont
-         Series              Medium
-         Shape               Italic
-       EndFont
-       Preamble
-         \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
-       LangPreamble
-               \providecommand{\casename}{_(Case)}
-       EndLangPreamble
-       BabelPreamble
-               \addto\captions$$lang{\renewcommand{\casename}{_(Case)}}
-       EndBabelPreamble
-End
+Input theorems-case.inc
+Input theorems-refprefix.inc