1
0
Fork 0

English version: Revive proof environment

Originally, it was commented out, since it collided with the built-in
proof environment. Renamed it to "myproof" instead.
master
Martin Mares 5 years ago
parent 83321537d6
commit 5445572fc3

@ -48,13 +48,13 @@
%%% An environment for proofs
%%% FIXME %%% \newenvironment{proof}{
%%% FIXME %%% \par\medskip\noindent
%%% FIXME %%% \textit{Proof}.
%%% FIXME %%% }{
%%% FIXME %%% \newline
%%% FIXME %%% \rightline{$\square$} % or \SquareCastShadowBottomRight from bbding package
%%% FIXME %%% }
\newenvironment{myproof}{
\par\medskip\noindent
\textit{Proof}.
}{
\newline
\rightline{$\qedsymbol$}
}
%%% An environment for typesetting of program code and input/output
%%% of programs. (Requires the fancyvrb package -- fancy verbatim.)

Loading…
Cancel
Save