forked from lswest/LAMitschrift
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathLineare_Algebra.tex
More file actions
51 lines (51 loc) · 1.65 KB
/
Lineare_Algebra.tex
File metadata and controls
51 lines (51 loc) · 1.65 KB
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
\documentclass[12pt,a4paper]{article}
% page counting, header/footer
\usepackage{fancyhdr}
\usepackage{lastpage}
\usepackage[ngerman]{babel}
\usepackage{tikz}
\usetikzlibrary{decorations.markings}
\usepackage{amsmath}
\usepackage{amsfonts}
\usepackage{amssymb}
\usepackage{graphicx}
\usepackage[utf8]{inputenc}
\usepackage{hyperref}
\addtolength{\oddsidemargin}{-.525in}
\addtolength{\evensidemargin}{-.525in}
\addtolength{\textwidth}{1.5in}
\hypersetup{unicode=true,pdfborder={0 0 0 [0 0]}, linkcolor=blue}
\title{Lineare Algebra}
\author{Lucas Westermann \& Florian Scheibner}
\pagestyle{fancy}
\fancyhead{}
\fancyfoot{}
\fancyhead[L,L]{Lineare Algebra}
\fancyhead[R,R]{Lucas Westermann}
\fancyfoot[R,R]{Seite \thepage\ von \pageref{LastPage}}
\fancyfoot[L,L]{\hyperlink{contents}{Inhaltsverzeichnis}}
\renewcommand{\headrulewidth}{0.4pt}
\renewcommand{\footrulewidth}{0.4pt}
\setlength{\headheight}{16pt}
\newcommand{\alphabet}{\renewcommand{\labelenumi}{(\alph{enumi})}}
\newcommand{\numbers}{\renewcommand{\labelenumi}{(\arabic{enumi})}}
\newcommand{\romannum}{\renewcommand{\labelenumi}{(\roman{enumi})}}
\newcommand{\Romannum}{\renewcommand{\labelenumi}{(\Roman{enumi})}}
\newcommand{\R}{\mathbb{R}}
\newcommand{\K}{\mathbb{K}}
\newcommand{\Q}{\mathbb{Q}}
\newcommand{\Co}{\mathbb{C}}
\newcommand{\N}{\mathbb{N}}
\DeclareMathOperator{\sgn}{sgn}
\DeclareMathOperator{\id}{id}
\DeclareMathOperator{\diag}{diag}
\DeclareMathOperator{\spann}{span}
\begin{document}
\maketitle
\pagebreak
\include{Lineare_Algebra_Section_1}
\include{Lineare_Algebra_Section_2}
\include{Lineare_Algebra_Section_3}
\include{Lineare_Algebra_Section_4}
\include{Lineare_Algebra_Section_5}
\end{document}