]> git.lyx.org Git - lyx.git/blobdiff - lib/layouts/theorems.inc
Update algorithm module to format 48.
[lyx.git] / lib / layouts / theorems.inc
index 90ebe3729dfd4300e708a624830c1d0c5f718e48..20b9beb9cea6bba3294aaa6c95eb96ce7ee3ad15 100644 (file)
@@ -4,30 +4,34 @@
 # 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
 # - Remark
 # - Claim
-# - Proof
-# - Case (regular only -- defined as an enumeration)
+# - Case (by inclusion)
 
-Format 28
+Format 48
 
 Style Theorem
-       Category              Theorem
+       Category              Reasoning
        Margin                First_Dynamic
        LatexType             Environment
        LatexName             thm
        NextNoIndent          1
-       OptionalArgs          1
+       ResetArgs             1
+       Argument 1
+               LabelString    "Additional Theorem Text"
+               Tooltip        "Additional text appended to the theorem header"
+       EndArgument
        LabelSep              xx
        ParIndent             MMM
        ParSkip               0.4
@@ -37,7 +41,7 @@ Style Theorem
        ParSep                0.3
        Align                 Block
        AlignPossible         Left
-       LabelType             Counter
+       LabelType             Static
        LabelCounter          theorem
        LabelString           "Theorem \thetheorem."
        Font
@@ -270,39 +274,5 @@ Style Claim
        EndBabelPreamble
 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
-       RefPrefix OFF
-End
-
+Input theorems-case.inc
 Input theorems-refprefix.inc