]> git.lyx.org Git - features.git/blobdiff - lib/layouts/theorems-proof-std.inc
DocBook: fix indentation.
[features.git] / lib / layouts / theorems-proof-std.inc
index b50d91a68f04adebeda5cdedf4e9b74ce6820262..a50f24210d663f4a7df81af4365011a3dd26babf 100644 (file)
@@ -1,6 +1,6 @@
 # Moved here by rgheck. Original author cloudy.
 
-Format 35
+Format 85
 
 #This is just a hacked version of the AMS proof environment
 Style Proof
@@ -10,14 +10,14 @@ Style Proof
                        \normalfont\topsep6\p@\@plus6\p@\relax
                        \trivlist
                        \itemindent\parindent
-                       \item[\hskip\labelsep
-                                       \scshape
-#1]\ignorespaces
-}{%
+                       \item[\hskip\labelsep\scshape #1]\ignorespaces
+               }{%
                        \endtrivlist\@endpefalse
-}
+               }
                \providecommand{\proofname}{Proof}
                \fi
        EndPreamble
 # No LangPreamble or BabelPreamble, since babel knows \proofname already.
+       DocBookTag            para
+       DocBookAttr           role='proof'
 End