From: Richard Heck Date: Fri, 7 Aug 2009 19:15:38 +0000 (+0000) Subject: Normalize whitespace. X-Git-Tag: 2.0.0~5821 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=286f6b302dfb81457ced57dc939887e8d52bd1dd;p=lyx.git Normalize whitespace. git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@30911 a592a061-630c-0410-9148-cb99ea01b6c8 --- 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