aboutsummaryrefslogtreecommitdiff
path: root/commands.tex
diff options
context:
space:
mode:
authorAdrian Kummerlaender2018-12-23 21:24:36 +0100
committerAdrian Kummerlaender2018-12-23 21:24:36 +0100
commit3d27f4b6a4a3df2acb5685b39610960c4143e9c2 (patch)
treedd4489db5264d9f34295eed148022334fd690b7f /commands.tex
parent0400a910badf5c883a7d984fd2b9fc60ce863b41 (diff)
downloadgrid_refinement_bsc_thesis-3d27f4b6a4a3df2acb5685b39610960c4143e9c2.tar
grid_refinement_bsc_thesis-3d27f4b6a4a3df2acb5685b39610960c4143e9c2.tar.gz
grid_refinement_bsc_thesis-3d27f4b6a4a3df2acb5685b39610960c4143e9c2.tar.bz2
grid_refinement_bsc_thesis-3d27f4b6a4a3df2acb5685b39610960c4143e9c2.tar.lz
grid_refinement_bsc_thesis-3d27f4b6a4a3df2acb5685b39610960c4143e9c2.tar.xz
grid_refinement_bsc_thesis-3d27f4b6a4a3df2acb5685b39610960c4143e9c2.tar.zst
grid_refinement_bsc_thesis-3d27f4b6a4a3df2acb5685b39610960c4143e9c2.zip
Make explicit lattice discretization even more verbose
Diffstat (limited to 'commands.tex')
-rw-r--r--commands.tex10
1 files changed, 9 insertions, 1 deletions
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}