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 %%% An environment for proofs
%%% FIXME %%% \newenvironment{proof}{ \newenvironment{myproof}{
%%% FIXME %%% \par\medskip\noindent \par\medskip\noindent
%%% FIXME %%% \textit{Proof}. \textit{Proof}.
%%% FIXME %%% }{ }{
%%% FIXME %%% \newline \newline
%%% FIXME %%% \rightline{$\square$} % or \SquareCastShadowBottomRight from bbding package \rightline{$\qedsymbol$}
%%% FIXME %%% } }
%%% An environment for typesetting of program code and input/output %%% An environment for typesetting of program code and input/output
%%% of programs. (Requires the fancyvrb package -- fancy verbatim.) %%% of programs. (Requires the fancyvrb package -- fancy verbatim.)

Loading…
Cancel
Save