]> git.lyx.org Git - features.git/commitdiff
Normalize whitespace.
authorRichard Heck <rgheck@comcast.net>
Fri, 7 Aug 2009 19:15:38 +0000 (19:15 +0000)
committerRichard Heck <rgheck@comcast.net>
Fri, 7 Aug 2009 19:15:38 +0000 (19:15 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@30911 a592a061-630c-0410-9148-cb99ea01b6c8

lib/layouts/theorems-std.module

index 2a0b3b6cdb86dbe793d913d520e293c402068550..72706eb47090f7d787c988a25973e6d21965b448 100644 (file)
@@ -18,24 +18,24 @@ Input theorems-proof.inc
 
 #This is just a hacked version of the AMS proof environment
 Style Proof
-  Preamble
-    \ifx\proof\undefined\
-      \newenvironment{proof}[1][\protect\proofname]{\par
-        \normalfont\topsep6\p@\@plus6\p@\relax
-        \trivlist
-        \itemindent\parindent
-        \item[\hskip\labelsep
-              \scshape
-          #1]\ignorespaces
-      }{%
-        \endtrivlist\@endpefalse
-      }
-    \fi
-  EndPreamble
-  LangPreamble
-    \providecommand{\proofname}{_(Proof)}
-  EndLangPreamble
-  BabelPreamble
-    \addto\captions$$lang{\renewcommand{\proofname}{_(Proof)}}
-  EndBabelPreamble
+       Preamble
+               \ifx\proof\undefined\
+               \newenvironment{proof}[1][\protect\proofname]{\par
+                       \normalfont\topsep6\p@\@plus6\p@\relax
+                       \trivlist
+                       \itemindent\parindent
+                       \item[\hskip\labelsep
+                                       \scshape
+                               #1]\ignorespaces
+               }{%
+                       \endtrivlist\@endpefalse
+               }
+               \fi
+       EndPreamble
+       LangPreamble
+               \providecommand{\proofname}{_(Proof)}
+       EndLangPreamble
+       BabelPreamble
+               \addto\captions$$lang{\renewcommand{\proofname}{_(Proof)}}
+       EndBabelPreamble
 End