]> git.lyx.org Git - lyx.git/blobdiff - lib/layouts/theorems-proof.inc
Do not throw away runparams settings of InsetText in InsetFoot::latex
[lyx.git] / lib / layouts / theorems-proof.inc
index 6cd1ac1961082ec2ca5833e0b0612a21f31cc221..4665027dcddd561f70db69357aa0c48ab81b24c3 100644 (file)
@@ -8,7 +8,7 @@
 # Tinkered with Sep. '07 by Paul Rubin <rubin@msu.edu>
 # Modularized Jan 08 by Richard Kimberly Heck <rikiheck@lyx.org>
 
-Format 99
+Format 100
 
 Style Proof
        Category              Reasoning
@@ -18,8 +18,8 @@ Style Proof
        NextNoIndent          1
        ResetArgs             1
        Argument 1
-               LabelString       "Alternative Proof String"
-               Tooltip           "Alternative proof string"
+               LabelString   "Alternative Proof String"
+               Tooltip       "Alternative proof string"
        EndArgument
        LabelSep              xx
        ParIndent             MMM
@@ -34,16 +34,13 @@ Style Proof
        LabelString           "Proof."
        EndLabelType          Box
        Font
-           Shape             Up
-           Size              Normal
+         Shape               Up
+         Size                Normal
        EndFont
        LabelFont
-           Shape             Italic
+         Shape               Italic
        EndFont
-       Requires              amsthm
-       DocBookWrapperTag     figure
-       DocBookWrapperAttr    role='proof'
        DocBookTag            para
-       DocBookGenerateTitle  true
+       DocBookAttr           role='proof'
 End