add proof with asteriks
This commit is contained in:
parent
28b978c899
commit
4ed11e0590
1 changed files with 10 additions and 0 deletions
|
@ -64,6 +64,16 @@
|
|||
\setcounter{mkessler@proof@#1@save@claim}{\value{claim}}
|
||||
}
|
||||
|
||||
% Proof (with asterisk)
|
||||
\NewDocumentEnvironment{proof*}{O{}}
|
||||
{
|
||||
\if\relax\detokenize{#1}\relax\begin{proof}[\ifmkessler@proof@english Proof\emph{*}\else Beweis\emph{*}\fi]\else\begin{proof}[#1\emph{*}]\fi
|
||||
}
|
||||
{
|
||||
\end{proof}
|
||||
}
|
||||
|
||||
|
||||
%%subproof environment - essentially copied proof environment from amsthm and modified its name + symbol
|
||||
\DeclareRobustCommand{\blackqed}{%
|
||||
\ifmmode \mathqed
|
||||
|
|
Loading…
Reference in a new issue