TUD_MATH_BA/ANAG/main.tex

147 lines
5.2 KiB
TeX
Raw Normal View History

\documentclass[11pt, oneside]{book}
2017-11-30 13:01:44 +01:00
\usepackage[a4paper,left=2cm,right=2cm,top=2cm,bottom=4cm,bindingoffset=5mm]{geometry}
\usepackage[utf8]{inputenc}
\usepackage{paralist}
\usepackage{booktabs}
\usepackage{graphicx}
\usepackage[ngerman]{babel}
% math/enviroments
\usepackage{mathtools,bm}
\usepackage{stmaryrd} % Widerspruch symbol
\usepackage{amssymb}
\usepackage{framed}
\usepackage[framed, hyperref, thmmarks, amsmath]{ntheorem}
\usepackage[framemethod=tikz]{mdframed}
\usepackage[autostyle]{csquotes}
\usepackage{lipsum}
\usepackage{enumerate}
\usepackage{titlesec} % remove page break
2017-11-30 13:01:44 +01:00
%theorem enviroment
%theorem
\newframedtheorem{theorem}{Theorem}[chapter]
% example
\theoremstyle{break}
\newtheorem*{exmp}{Beispiel}
\theoremstyle{break}
\newtheorem{exmpn}[theorem]{Beispiel}
% defintion
\newframedtheorem{mydef}[theorem]{Definition}
% corollary
\newtheorem{folg}[theorem]{Folgerung}
% remark
\newtheorem*{remark}{Bemerkung}
% satz
\newframedtheorem{satz}[theorem]{Satz}
% beweis
\newtheorem*{proof}{Beweis}
% lemma
\newtheorem{lem}[theorem]{Lemma}
2017-11-30 13:01:44 +01:00
%General newcommands!
\newcommand{\comp}{\mathbb{C}} % complex set C
\newcommand{\real}{\mathbb{R}} % real set R
\newcommand{\whole}{\mathbb{Z}} % whole number Symbol
\newcommand{\natur}{\mathbb{N}} % natural number Symbol
\newcommand{\ratio}{\mathbb{Q}} % rational number symbol
\newcommand{\field}{\mathbb{K}} % general field for the others above!
\newcommand{\diff}{\mathrm{d}} % differential d
\newcommand{\s}{\,\,} % space after the function in the intergral
\newcommand{\cont}{\mathcal{C}} % Contour C
\newcommand{\fuk}{f(z) \s\diff z} % f(z) dz
\newcommand{\funk}{f(z)} % f(z)
\newcommand{\diffz}{\s\diff z}
\newcommand{\subint}{\int\limits} % lower boundaries for the integral
\newcommand{\poly}{\mathcal{P}} % special P - polygon
\newcommand{\defi}{\mathcal{D}} % D for the domain of a function
\newcommand{\cover}{\mathcal{U}} % cover for a set
\newcommand{\setsys}{\mathcal{M}} % set system M
\newcommand{\setnys}{\mathcal{N}} % set system N
\newcommand{\zetafunk}{f(\zeta)\s\diff \zeta} %f(zeta) d zeta
\newcommand{\ztfunk}{f(\zeta)} % f(zeta)
\newcommand{\bocirc}{S_r(z)}
\newcommand{\prop}{\,|\,}
\newcommand*{\QEDA}{\hfill\ensuremath{\blacksquare}} %tombstone
\newcommand{\emptybra}{\{\varnothing\}} % empty set with set-bracket
\newcommand{\series}{(a_n)_{n\in\natur}} % series a_n€|N
\newcommand{\seriesa}{(a_n)} % short for \seriesa
\newcommand{\seriesb}{(b_n)} % with b
\newcommand{\seriesc}{(c_n)} % with c
\newcommand{\seriesk}{(a_k)} % a with k
\newcommand{\varepz}{\varepsilon > 0}
\newcommand{\realpos}{\real_{>0}}
\newcommand{\realposr}{\real_{\geq0}}
\newcommand{\naturpos}{\natur_{>0}}
\newcommand{\Imag}{\operatorname{Im}} % Imaginary symbol
\newcommand{\Realz}{\operatorname{Re}} % Real symbol
\newcommand{\norm}{\| \cdot \|}
\newcommand{\limn}{\lim\limits_{n\to\infty}}
\newcommand{\limk}{\lim\limits_{k\to\infty}}
\newcommand{\half}{\frac{1}{2}} % 1/2
\newcommand{\halfn}{\frac{1}{n}} % 1/n
\newcommand{\halftri}{\frac{1}{3}} % 1/3
\newcommand{\sumkk}{\sum_{k=0}^{\infty}} % sum from k=0 to \infty
\newcommand{\sumkkone}{\sum_{k=0}^{\infty}} % sum from k=1 to \infty
\newcommand{\sumk}{\textstyle \sum_{k}} % shortform of k=0 to \infty
\newcommand{\foralln}{\forall n} %all n
\newcommand{\forallnset}{\forall n \in \natur} %all n € |N
\newcommand{\forallnz}{\forall n \geq _0} % all n >= n_0
\newcommand{\metric}{(X,d)} % metric space symbol
\newcommand{\metricsym}{|\cdot|} % |*|
\newcommand{\conjz}{\overline{z}} % conjugated z
\newcommand{\tildz}{\tilde{z}} % different z
\newcommand{\lproofar}{"`$ \Lightarrow $"'} % "`<="'
\newcommand{\rproofar}{"`$ \Rightarrow $"'} % "`=>"'
\newcommand{\rangen}{1,\dots,n} % 1,...,n
\newcommand{\dotsco}{,\dots,} % ,...,
\newcommand{\expon}{\mathrm{exp}}
% Hack page break on part page.
\titleclass{\part}{top}
\titleformat{\part}[display]
{\normalfont\huge\bfseries}{\centering\partname\ \thepart}{20pt}{\Huge\centering}
\titlespacing*{\part}{0pt}{50pt}{40pt}
\titleclass{\chapter}{straight}
\titleformat{\chapter}[display]
{\normalfont\huge\bfseries}{\chaptertitlename\ \thechapter}{20pt}{\LARGE}
\titlespacing*{\chapter} {0pt}{50pt}{40pt}
\setlength\parindent{0pt} % noindent whole file!
2017-11-30 13:01:44 +01:00
\begin{document}
\title{\textbf{Analysis 1. Semester (WS2017/18)}}
\author{Dozent: Prof. Dr. Friedemann Schuricht\\
Kursassistenz: Moritz Schönherr}
\date{Stand: \today}
2017-11-30 13:01:44 +01:00
\frontmatter
\maketitle
\tableofcontents
\mainmatter
% PArt 1 Grundlagen der Mathematik
2017-11-30 13:01:44 +01:00
\include{./TeX_files/chapter01_grundbegriffe_aus_mengenlehre_und_logik}
\include{./TeX_files/chapter02_aufbau_einer_math_theorie}
% Part 2 Zahlenbereiche
2017-11-30 13:01:44 +01:00
\include{./TeX_files/chapter03_nat_zahlen}
\include{./TeX_files/chapter04_ganze_u_rat_zahlen}
\include{./TeX_files/chapter05_reelle_zahlen}
\include{./TeX_files/chapter06_komplexe_zahlen}
% Part 3 Metrische Räume und Konvergenz
2017-11-30 13:01:44 +01:00
\include{./TeX_files/chapter07_grundl_ungleichungen}
\include{./TeX_files/chapter08_metr_raeume}
%\include{./TeX_files/chapter09_konvergenz}
%\include{./TeX_files/chapter10_vollst}
%\include{./TeX_files/chapter11_kompaktheit}
%\include{./TeX_files/chapter12_reihen}
%\part{Funktionen und Stetigkeit}
%\include{./TeX_files/chapter13_funktionen}
2017-11-30 13:01:44 +01:00
\backmatter
% bibliography, glossary and index would go here.
\end{document}