updated theoremstyles

This commit is contained in:
Lauchmelder 2021-12-05 16:49:45 +01:00
parent 7626d0f873
commit 2d333df67a
2 changed files with 12796 additions and 12843 deletions

25601
script.pdf

File diff suppressed because it is too large Load diff

View file

@ -135,20 +135,52 @@
}
\makeatother
\theoremstyle{definition}
\newtheoremstyle{mydefinition} %
{\topsep} %
{\topsep} %
{} %
{} %
{\bfseries} %
{.} %
{.5em} %
{\llap{#2 }#1\ifthenelse{\isempty{#3}}{}{ \textnormal{(#3)}}} %
\newtheoremstyle{myremark} %
{\topsep} %
{\topsep} %
{} %
{} %
{\itshape} %
{.} %
{.5em} %
{\llap{#2 }#1\ifthenelse{\isempty{#3}}{}{ \textnormal{(#3)}}} %
\newtheoremstyle{mytheorem} %
{\topsep} %
{\topsep} %
{\itshape} %
{} %
{\bfseries} %
{.} %
{.5em} %
{\llap{#2 }#1\ifthenelse{\isempty{#3}}{}{ \textnormal{(#3)}}} %
\theoremstyle{mydefinition}
\newtheorem{defi}{Definition}[chapter]
\theoremstyle{remark}
\theoremstyle{myremark}
\newtheorem{eg}[defi]{Example}
\newtheorem{rem}[defi]{Remark}
\theoremstyle{plain}
\theoremstyle{mytheorem}
\newtheorem{thm}[defi]{Theorem}
\newtheorem{lem}[defi]{Lemma}
\newtheorem{cor}[defi]{Corollary}
\newenvironment{hproof}{%
\renewcommand{\proofname}{Heuristic Proof}\proof}{\endproof}
\renewcommand{\epsilon}{\varepsilon}
\Crefname{defi}{Definition}{Definitions}
\crefname{defi}{Def.}{Defs.}