1
0

Refactor: add title, refactor chapter 3, combine ch1 and ch2

This commit is contained in:
2023-05-30 19:36:58 +02:00
parent 86b442d42c
commit 42802819fb
7 changed files with 365 additions and 349 deletions

View File

@ -57,6 +57,8 @@
\DeclareTextFontCommand{\emph}{\boldmath\bfseries}
\allowdisplaybreaks
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% new commands and math operatos %
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
@ -107,7 +109,8 @@
% style for examples: "Beispiel:"
\newtheoremstyle{nobreak*}{}{}{\normalfont}{}{\bfseries}{}{ }{}
\theoremstyle{nobreak*}
\newtheorem*{remark*}{Bemerkung:}
\newtheorem*{example*}{Beispiel:}
% proofs with bold name and qed at end
\renewenvironment{proof}[1][\proofname]{\textbf{#1.} }{\nobreak\hfill\ensuremath{\blacksquare}}
\renewenvironment{proof}[1][\proofname]{\textbf{#1.} }{\nobreak\hfill\ensuremath{\blacksquare}\par}