]> git.lyx.org Git - lyx.git/blobdiff - lib/layouts/theorems-proof-std.inc
Catalan mathed.lyx: move outdated file to attic/ca/mathed.lyx
[lyx.git] / lib / layouts / theorems-proof-std.inc
index 15cd7bf8d2f06efa7a86d94d41cf5637ce370658..6e1f648a9d16756c294fa9551eb046a8a419d801 100644 (file)
@@ -1,21 +1,19 @@
 # Moved here by rgheck. Original author cloudy.
 
-Format 35
+Format 65
 
 #This is just a hacked version of the AMS proof environment
 Style Proof
        Preamble
-               \ifx\proof\undefined\
+               \ifx\proof\undefined
                \newenvironment{proof}[1][\protect\proofname]{\par
                        \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