2009-08-07 19:20:13 +00:00
|
|
|
# Moved here by rgheck. Original author cloudy.
|
|
|
|
|
2013-02-21 20:57:59 +00:00
|
|
|
Format 45
|
2009-08-07 19:20:13 +00:00
|
|
|
|
|
|
|
#This is just a hacked version of the AMS proof environment
|
|
|
|
Style Proof
|
|
|
|
Preamble
|
2011-06-29 19:20:33 +00:00
|
|
|
\ifx\proof\undefined
|
2009-08-07 19:20:13 +00:00
|
|
|
\newenvironment{proof}[1][\protect\proofname]{\par
|
|
|
|
\normalfont\topsep6\p@\@plus6\p@\relax
|
|
|
|
\trivlist
|
|
|
|
\itemindent\parindent
|
2012-01-15 17:22:32 +00:00
|
|
|
\item[\hskip\labelsep\scshape #1]\ignorespaces
|
|
|
|
}{%
|
2009-08-07 19:20:13 +00:00
|
|
|
\endtrivlist\@endpefalse
|
2012-01-15 17:22:32 +00:00
|
|
|
}
|
2011-05-14 10:13:17 +00:00
|
|
|
\providecommand{\proofname}{Proof}
|
2009-08-07 19:20:13 +00:00
|
|
|
\fi
|
|
|
|
EndPreamble
|
2011-05-14 10:13:17 +00:00
|
|
|
# No LangPreamble or BabelPreamble, since babel knows \proofname already.
|
2009-08-07 19:20:13 +00:00
|
|
|
End
|