2020-12-05 22:37:21 +00:00
|
|
|
# Moved here by rikiheck. Original author cloudy.
|
2009-08-07 19:20:13 +00:00
|
|
|
|
2024-08-12 10:29:14 +00:00
|
|
|
Format 107
|
2009-08-07 19:20:13 +00:00
|
|
|
|
2022-12-31 10:28:56 +00:00
|
|
|
#This is just a hacked version of the AMS proof environment
|
2009-08-07 19:20:13 +00:00
|
|
|
Style Proof
|
|
|
|
Preamble
|
2022-12-31 10:28:56 +00:00
|
|
|
\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
|
|
|
|
}
|
|
|
|
\providecommand{\proofname}{Proof}
|
2009-08-07 19:20:13 +00:00
|
|
|
\fi
|
|
|
|
EndPreamble
|
2022-12-31 10:28:56 +00:00
|
|
|
EndLabelType No_Label
|
|
|
|
# No LangPreamble or BabelPreamble, since babel knows \proofname already.
|
2020-08-31 00:39:37 +00:00
|
|
|
DocBookTag para
|
2022-12-31 10:28:56 +00:00
|
|
|
DocBookAttr role='proof'
|
2009-08-07 19:20:13 +00:00
|
|
|
End
|