aboutsummaryrefslogtreecommitdiffstats
path: root/buch/papers/clifford/packages.tex
blob: f6e94e0066625a2f011fe47c8220f7d8e58d2b2d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
%
% packages.tex -- packages required by the paper clifford
%
% (c) 2019 Prof Dr Andreas Müller, Hochschule Rapperswil
%

% if your paper needs special packages, add package commands as in the
% following example
%\usepackage{packagename}
\usepackage[utf8]{inputenc}
\usepackage{a4wide}
\usepackage{ngerman}
\usepackage{tikz}
\usepackage{mathdots}
\usepackage{amssymb}
\usepackage{amsmath}
\usepackage{amsthm}
\newtheorem{definition}{Definition}[chapter]
\newtheorem{beispiel}[definition]{Beispiel}
\newtheorem{bemerkung}[definition]{Bemerkung}
\newtheorem{lemma}[definition]{Lemma}
\newtheorem{satz}[definition]{Satz}
\newtheorem{hauptsatz}[definition]{Hauptsatz}
\newtheorem{corollar}[definition]{Korollar}
\usepackage[german]{babel}
\usepackage[T1]{fontenc}
\usepackage{fullpage}
\usepackage{graphicx}
\usepackage{float}
\usepackage{colortbl}
\usepackage{multirow}