forked from nomeata/mitschriebwiki
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathFa141106.tex
89 lines (75 loc) · 1.89 KB
/
Fa141106.tex
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
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
\documentclass[a4paper,11pt]{book}
\usepackage{amssymb}
\usepackage{amsmath}
\usepackage{amsfonts}
\usepackage{ngerman}
%\usepackage{graphicx}
\usepackage{fancyhdr}
\usepackage{euscript}
\usepackage{makeidx}
\usepackage{hyperref}
\usepackage[amsmath,thmmarks,hyperref]{ntheorem}
\usepackage{enumerate}
\usepackage{url}
\usepackage{mathtools}
\usepackage[arrow, matrix, curve]{xy}
%\usepackage{pst-all}
%\usepackage{pst-add}
%\usepackage{multicol}
\usepackage[latin1]{inputenc}
%%Zahlenmengen
%Neue Kommando-Makros
\newcommand{\R}{{\mathbb R}}
\newcommand{\C}{{\mathbb C}}
\newcommand{\N}{{\mathbb N}}
\newcommand{\Q}{{\mathbb Q}}
\newcommand{\Z}{{\mathbb Z}}
% Seitenraender
\textheight22cm
\textwidth14cm
\topmargin-0.5cm
\evensidemargin0,5cm
\oddsidemargin0,5cm
\headheight14pt
%%Seitenformat
% Keine Einrückung am Absatzbeginn
\parindent0pt
\DeclareMathOperator{\unif}{Unif}
\DeclareMathOperator{\var}{Var}
\DeclareMathOperator{\cov}{Cov}
\def\AA{ \mathcal{A} }
\def\PM{ \EuScript{P} }
\def\EE{ \mathcal{E} }
\def\BB{ \mathfrak{B} }
\def\DD{ \mathcal{D} }
\def\NN{ \mathcal{N} }
% Komische Symbole
\def\folgt{\ensuremath{\implies}}
\newcommand{\folgtnach}[1]{\ensuremath{\DOTSB\;\xRightarrow{\text{#1}}\;}}
\def\equizu{\ensuremath{\iff}}
\def\d{\mbox{d}}
\def\fs{\stackrel{f.s.}{\rightarrow }}
%Nummerierungen
\newtheorem{Def}{Definition}[chapter]
\newtheorem{Sa}[Def]{Satz}
\newtheorem{Lem}[Def]{Lemma}
\newtheorem{Kor}[Def]{Korollar}
\theorembodyfont{\normalfont}
\newtheorem{Bsp}[Def]{Beispiel}
\newtheorem{Bem}[Def]{Bemerkung}
\theoremsymbol{\ensuremath{_\blacksquare}}
\theoremstyle{nonumberplain}
\newtheorem{Bew}[Def]{Beweis}
\setcounter{chapter}{0}
\setcounter{Def}{2}
% Kopf- und Fusszeilen
\pagestyle{fancy}
\fancyhead[LE,RO]{\thepage}
\fancyfoot[C]{}
\fancyhead[LO]{\rightmark}
\title{14.11.06}
\author{Das \texttt{latexki}-Team\\[8 cm]}
\date{Stand: \today}
\begin{document}
\maketitle
\end{document}