]> 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 ae333a7e1956ccf143ceb2a3196fe3e2241de27a..b5c044fdd3ff37654d46d1f7a25865ee733f22a0 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 30
+Format 98
 
 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