add EXT operator. add 'zuSatz' and 'zuBeweis'
This commit is contained in:
parent
4d524a5d34
commit
95c92b148e
1 changed files with 2 additions and 0 deletions
|
@ -444,6 +444,7 @@
|
||||||
\declarebigtheorem[Satz und Definition][Theorem and Definition]{thmredmarginbluefill}{theoremdef}
|
\declarebigtheorem[Satz und Definition][Theorem and Definition]{thmredmarginbluefill}{theoremdef}
|
||||||
\declarebigtheorem[Proposition und Definition][Proposition and Definition]{thmredmarginbluefill}{propositiondef}
|
\declarebigtheorem[Proposition und Definition][Proposition and Definition]{thmredmarginbluefill}{propositiondef}
|
||||||
\declarebigtheorem{thmvioletmarginandfill}{notation}
|
\declarebigtheorem{thmvioletmarginandfill}{notation}
|
||||||
|
\declarebigtheorem[zuSatz][Addition to Theorem]{thmredmarginandfill}{additiontheorem}
|
||||||
|
|
||||||
%%%Environments that are not numbered by default (notation, question, example, remark etc) have two forms:
|
%%%Environments that are not numbered by default (notation, question, example, remark etc) have two forms:
|
||||||
% - normal form: won't be numbered unless 'numbersmallenvironments' is set
|
% - normal form: won't be numbered unless 'numbersmallenvironments' is set
|
||||||
|
@ -578,6 +579,7 @@
|
||||||
|
|
||||||
%%Solution (for exercises)
|
%%Solution (for exercises)
|
||||||
\newenvironment{solution}[1][]{\begin{proof}[\ifenglish{}Solution\else{}Lösung\fi{}#1]}{\end{proof}}
|
\newenvironment{solution}[1][]{\begin{proof}[\ifenglish{}Solution\else{}Lösung\fi{}#1]}{\end{proof}}
|
||||||
|
\newenvironment{additionproof}[1][]{\begin{proof}[\ifenglish{}Additional proof\else{}zuBeweis\fi{}#1]}{\end{proof}}
|
||||||
|
|
||||||
|
|
||||||
\RequirePackage[ngerman, ruled, vlined]{algorithm2e}
|
\RequirePackage[ngerman, ruled, vlined]{algorithm2e}
|
||||||
|
|
Loading…
Reference in a new issue