lyx_mirror/lib/layouts/theorems-proof-std.inc
Juergen Spitzmueller 66afab4497 Update layout formats
2024-08-12 12:29:50 +02:00

25 lines
619 B
PHP

# Moved here by rikiheck. Original author cloudy.
Format 107
#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
}
\providecommand{\proofname}{Proof}
\fi
EndPreamble
EndLabelType No_Label
# No LangPreamble or BabelPreamble, since babel knows \proofname already.
DocBookTag para
DocBookAttr role='proof'
End