]> git.lyx.org Git - lyx.git/blobdiff - lib/layouts/theorems-proof.inc
Make continuous spellcheck the default.
[lyx.git] / lib / layouts / theorems-proof.inc
index 43635b786f47601a63cd12ba8cddf0f328f4eac3..b68f9006f94ebb6d8f848380033a316abea209d1 100644 (file)
@@ -6,17 +6,21 @@
 # (Themorem (1.1), Corollary (1.2) Theorem (1.3), etc.
 # These are only the theorems styles environnements
 # Tinkered with Sep. '07 by Paul Rubin <rubin@msu.edu>
-# Modularized Jan 08 by Richard Heck <rgheck@comcast.net>
+# Modularized Jan 08 by Richard Kimberly Heck <rikiheck@lyx.org>
 
-Format 7
+Format 93
 
 Style Proof
-       Category              Theorem
+       Category              Reasoning
        Margin                First_Dynamic
        LatexType             Environment
        LatexName             proof
        NextNoIndent          1
-       OptionalArgs          1
+       ResetArgs             1
+       Argument 1
+               LabelString   "Alternative Proof String"
+               Tooltip       "Alternative proof string"
+       EndArgument
        LabelSep              xx
        ParIndent             MMM
        ParSkip               0.4
@@ -36,5 +40,7 @@ Style Proof
        LabelFont
          Shape               Italic
        EndFont
+       DocBookTag            para
+       DocBookAttr           role='proof'
 End