]> git.lyx.org Git - lyx.git/blobdiff - lib/layouts/theorems.inc
IEEE: support for Transactions on Magnetics
[lyx.git] / lib / layouts / theorems.inc
index e61e0506a958b7aeb4acbc9c1c42321e2bbf3cb0..394b5ce95705b59d93268c3bbccff56b160583ec 100644 (file)
@@ -4,30 +4,33 @@
 # 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 26
+Format 43
 
 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
@@ -270,36 +273,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
-End
+Input theorems-case.inc
+Input theorems-refprefix.inc