From 286f6b302dfb81457ced57dc939887e8d52bd1dd Mon Sep 17 00:00:00 2001 From: Richard Heck Date: Fri, 7 Aug 2009 19:15:38 +0000 Subject: [PATCH] Normalize whitespace. git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@30911 a592a061-630c-0410-9148-cb99ea01b6c8 --- lib/layouts/theorems-std.module | 40 ++++++++++++++++----------------- 1 file changed, 20 insertions(+), 20 deletions(-) diff --git a/lib/layouts/theorems-std.module b/lib/layouts/theorems-std.module index 2a0b3b6cdb..72706eb470 100644 --- a/lib/layouts/theorems-std.module +++ b/lib/layouts/theorems-std.module @@ -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 -- 2.39.5