-
Notifications
You must be signed in to change notification settings - Fork 0
/
sobolev.tex
69 lines (55 loc) · 1.53 KB
/
sobolev.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
\documentclass[11pt,a4paper,leqno]{report}
\usepackage[utf8]{inputenc}
\usepackage[T1]{fontenc}
\usepackage[paper=a4paper,left=25mm,right=25mm,top=25mm,bottom=25mm]{geometry}
\usepackage{mathtools}
\usepackage{amsmath,amsthm,amssymb}
%\mathtoolsset{showonlyrefs=true}
\usepackage{enumerate}
\usepackage{url}
\usepackage{lmodern}
\usepackage{hyphenat}
\usepackage{color}
\usepackage{dsfont}
\usepackage[pdfauthor={Fabian Gabel}, pdftitle={Sobolev Spaces}]{hyperref}
\parindent 0pt
\linespread{1.25}
\include{befehle}
%FARBEN
\newcommand{\red}[1]{\textcolor{red}{#1}}
%\includeonly{chap1,chap2,chap3,chap4,chap5}
%\includeonly{chap5}
\begin{document}
\pagenumbering{roman}
\hypersetup{pageanchor=false}
\begin{titlepage}
\begin{center}
\vspace{1cm}
\includegraphics[width=0.5\linewidth]{TU_Darmstadt_Logo.pdf}
\vspace{1cm}
\large{Fachbereich Mathematik}
\vspace{3.5cm}
\Huge{\textbf{Sobolev Spaces}\\}
\vspace*{0.5cm}
\Large{{Summer Term 2017}\\}
\vspace*{0.5cm}
\small{Lecture held by PD Dr. Christian Stinner\\}
\vspace*{1.0cm}
\small{Typeset in \LaTeX\ by Fabian Gabel\\}
\small{Errors can be reported at: \href{mailto:[email protected]}{[email protected]}}
\vspace*{\fill}
\small{Version of \today}
\end{center}
\end{titlepage}
\hypersetup{pageanchor=true}
\pagenumbering{arabic}
\tableofcontents
\include{chap1}
\include{chap2}
\include{chap3}
\include{chap4}
\include{chap5}
\include{chap6}
\include{chap7}
\include{biblio}
\end{document}