From 3d27f4b6a4a3df2acb5685b39610960c4143e9c2 Mon Sep 17 00:00:00 2001 From: Adrian Kummerlaender Date: Sun, 23 Dec 2018 21:24:36 +0100 Subject: Make explicit lattice discretization even more verbose --- commands.tex | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) (limited to 'commands.tex') diff --git a/commands.tex b/commands.tex index 177fd67..0828066 100644 --- a/commands.tex +++ b/commands.tex @@ -1,3 +1,11 @@ +\newtheorem{Satz}{Satz}[section] +\newtheorem{Lemma}[Satz]{Lemma} + +\theoremstyle{definition} +\newtheorem{Definition}{Definition}[section] + +\numberwithin{equation}{section} + \newcommand{\R}{\mathbb{R}} % reelle \newcommand{\Z}{\mathbb{Z}} % ganze \newcommand{\N}{\mathbb{N}} % natuerliche @@ -11,4 +19,4 @@ \newcommand\numberthis{\addtocounter{equation}{1}\tag{\theequation}} \newcommand{\V}[2]{\ensuremath{\begin{pmatrix}#1\\#2\end{pmatrix}}} -\newenvironment{rcases}{\left.\begin{aligned}}{\end{aligned}\right\rbrace} \ No newline at end of file +\newenvironment{rcases}{\left.\begin{aligned}}{\end{aligned}\right\rbrace} -- cgit v1.2.3