]> git.lyx.org Git - lyx.git/blobdiff - lib/layouts/theorems-proof.inc
Move RevTeX section in Additional.lyx into Chapter 3 Document classes
[lyx.git] / lib / layouts / theorems-proof.inc
index bc83fed9793d266457355472c80e12b0368a6518..b5c044fdd3ff37654d46d1f7a25865ee733f22a0 100644 (file)
@@ -6,16 +6,17 @@
 # (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 40
+Format 98
 
 Style Proof
-       Category              Theorem
+       Category              Reasoning
        Margin                First_Dynamic
        LatexType             Environment
        LatexName             proof
        NextNoIndent          1
+       ResetArgs             1
        Argument 1
                LabelString   "Alternative Proof String"
                Tooltip       "Alternative proof string"
@@ -39,5 +40,7 @@ Style Proof
        LabelFont
          Shape               Italic
        EndFont
+       DocBookTag            para
+       DocBookAttr           role='proof'
 End