145 lines
6 KiB
Text
145 lines
6 KiB
Text
|
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
|
||
|
% Copyright © 2022 Maximilian Keßler
|
||
|
%
|
||
|
% Permission is hereby granted, free of charge, to any person obtaining a copy
|
||
|
% of this software and associated documentation files (the “Software”), to deal
|
||
|
% in the Software without restriction, including without limitation the rights
|
||
|
% to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
||
|
% copies of the Software, and to permit persons to whom the Software is
|
||
|
% furnished to do so, subject to the following conditions:
|
||
|
% The above copyright notice and this permission notice shall be included in all
|
||
|
% copies or substantial portions of the Software.
|
||
|
%
|
||
|
% THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
||
|
% IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
||
|
% FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
||
|
% AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
||
|
% LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
||
|
% OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
||
|
% SOFTWARE.
|
||
|
%
|
||
|
% This package has been generated by PyTeX, available at
|
||
|
% https://github.com/kesslermaximilian/PyTeX
|
||
|
% and built from source file 'proof.pysty'.
|
||
|
% It is STRONGLY DISCOURAGED to edit this source file directly, since local
|
||
|
% changes will not be versioned by Git and overwritten by the next build. Always
|
||
|
% edit the source file and build the package again.
|
||
|
%
|
||
|
% Build details:
|
||
|
% PyTeX version: v1.0.0-18 (commit 126d420)
|
||
|
% Source code version: v2.4.1 (commit e238de7)
|
||
|
%
|
||
|
% This LaTeX package is free software and distributed under the MIT License. You
|
||
|
% may use it freely for your purposes. The latest version of the package can be
|
||
|
% obtained via GitHub under
|
||
|
% https://github.com/kesslermaximilian/LatexPackages
|
||
|
% For further information see the url above.
|
||
|
% Reportings of bugs, suggestions and improvements are welcome, see the README
|
||
|
% at the Git repository for further information.
|
||
|
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
|
||
|
|
||
|
\NeedsTeXFormat{LaTeX2e}
|
||
|
\ProvidesPackage{mkessler-proof}[2022/01/09 - Automatic references to theorems in proofs. Claim counters within proofs]
|
||
|
|
||
|
|
||
|
|
||
|
\RequirePackage{xkeyval}
|
||
|
|
||
|
\newif\ifmkessler@proof@english\mkessler@proof@englishtrue
|
||
|
\DeclareOptionX{german}{\mkessler@proof@englishfalse}
|
||
|
\DeclareOptionX{ngerman}{\mkessler@proof@englishfalse}
|
||
|
\DeclareOptionX{english}{\mkessler@proof@englishtrue}
|
||
|
|
||
|
\DeclareOptionX*{\PackageWarning{mkessler-proof}{Unknown '\CurrentOption'}}
|
||
|
\ProcessOptionsX*\relax
|
||
|
|
||
|
|
||
|
\RequirePackage{amssymb}
|
||
|
\RequirePackage{amsthm}
|
||
|
\RequirePackage{etoolbox}
|
||
|
\RequirePackage{xparse}
|
||
|
|
||
|
%%Give claim an own counter and let it reset at each proof
|
||
|
%See also at:
|
||
|
%https://tex.stackexchange.com/questions/283502/reset-counter-at-beginning-of-proof
|
||
|
\newtheorem{claim}{\ifmkessler@proof@english Claim\else Behauptung\fi}
|
||
|
\newtheorem*{claim*}{\ifmkessler@proof@english Claim\else Behauptung\fi}
|
||
|
\AtBeginDocument{\def\claimautorefname{\ifmkessler@proof@english Claim\else Behauptung\fi}}
|
||
|
|
||
|
\newif\ifmkessler@proof@hyperref\mkessler@proof@hyperreffalse
|
||
|
\AtBeginDocument{
|
||
|
\@ifpackageloaded{hyperref}{
|
||
|
\mkessler@proof@hyperreftrue
|
||
|
\def\grab#1{\expandafter\@firstoffive#1}
|
||
|
\def\mkessler@proof@blankref#1{\expandafter\grab\csname r@#1\endcsname}
|
||
|
\let\mkessler@proof@autoref\autoref
|
||
|
}{
|
||
|
\mkessler@proof@hyperreftrue
|
||
|
\let\mkessler@proof@blankref\ref
|
||
|
\let\mkessler@proof@autoref\ref
|
||
|
}
|
||
|
}
|
||
|
|
||
|
\NewDocumentEnvironment{rproof}{m O{}}{\def\mkessler@proof@aster{\relax}\begin{mkessler@proof@rproof@impl}{#1}[#2]}{\end{mkessler@proof@rproof@impl}}
|
||
|
\NewDocumentEnvironment{rproof*}{m O{}}{\def\mkessler@proof@aster{*}\begin{mkessler@proof@rproof@impl}{#1}[#2]}{\end{mkessler@proof@rproof@impl}}
|
||
|
|
||
|
\NewDocumentEnvironment{mkessler@proof@rproof@impl}{m O{}}
|
||
|
{
|
||
|
% Restore correct counter for claim
|
||
|
\ifcsdef{themkessler@proof@#1@save@claim}{
|
||
|
\setcounter{claim}{\value{mkessler@proof@#1@save@claim}}
|
||
|
\def\mkessler@proof@proofprefix{\ifmkessler@proof@english Continuation of proof\mkessler@proof@aster\space of\else Fortsetzung des Beweises\mkessler@proof@aster\space zu\fi}
|
||
|
\edef\haha{\value{mkessler@proof@#1@part}}
|
||
|
}{
|
||
|
\newcounter{mkessler@proof@#1@save@claim}
|
||
|
\setcounter{claim}{0}
|
||
|
\def\mkessler@proof@proofprefix{\ifmkessler@proof@english Proof\mkessler@proof@aster\space of\else Beweis\mkessler@proof@aster\space von\fi}
|
||
|
}
|
||
|
% Set up counter number printing as subindexed by numbering of the reference
|
||
|
\let\mkessler@proof@theoldclaim\theclaim
|
||
|
\def\theclaim{\mkessler@proof@blankref{#1}.\mkessler@proof@theoldclaim}
|
||
|
% Now, start the actual proof
|
||
|
\begin{proof}[\mkessler@proof@proofprefix\space\mkessler@proof@autoref{#1}\if\relax\detokenize{#2}\relax\else\space(#2)\fi]
|
||
|
}
|
||
|
{
|
||
|
\end{proof} % End proof
|
||
|
% Save current claim counter for later restoration
|
||
|
\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
|
||
|
\else
|
||
|
\leavevmode\unskip\penalty9999 \hbox{}\nobreak\hfill
|
||
|
\quad\hbox{$\blacksquare$}%
|
||
|
\fi
|
||
|
}
|
||
|
|
||
|
\newenvironment{subproof}[1][\ifmkessler@proof@english Subproof\else Unterbeweis\fi]{\par
|
||
|
\pushQED{\blackqed}%
|
||
|
\normalfont \topsep6\p@\@plus6\p@\relax
|
||
|
\trivlist
|
||
|
\item[\hskip\labelsep
|
||
|
\itshape
|
||
|
#1\@addpunct{.}]\ignorespaces
|
||
|
}{%
|
||
|
\popQED\endtrivlist\@endpefalse
|
||
|
}
|
||
|
|
||
|
|
||
|
%%%% This might be dropped, but for now is collected here
|
||
|
|
||
|
%%Solution (for exercises)
|
||
|
\newenvironment{solution}[1][]{\begin{proof}[\ifmkessler@proof@english{}Solution\else{}Lösung\fi{}#1]}{\end{proof}}
|