Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
Download

📚 The CoCalc Library - books, templates and other resources

132934 views
License: OTHER
1
\documentclass[a4paper,oneside,DIV15,BCOR12mm]{scrbook}
2
\usepackage{etoolbox}
3
\usepackage{amsmath,amssymb}% math symbols / fonts
4
\usepackage{mathtools} % \xRightarrow
5
\usepackage{nicefrac} % \nicefrac
6
\usepackage[utf8]{inputenc} % this is needed for umlauts
7
\usepackage[ngerman]{babel} % this is needed for umlauts
8
\usepackage[T1]{fontenc} % this is needed for correct output of umlauts in pdf
9
\usepackage[framed,amsmath,thmmarks,hyperref]{ntheorem}
10
\usepackage{framed}
11
\usepackage{marvosym}
12
\usepackage{makeidx} % for automatically generation of an index
13
\usepackage{xcolor}
14
\usepackage[bookmarks,bookmarksnumbered,hypertexnames=false,pdfpagelayout=OneColumn,colorlinks,hyperindex=false]{hyperref} % has to be after makeidx
15
\usepackage{enumitem}
16
\usepackage{tabto}
17
\usepackage{braket} % needed for \Set
18
\usepackage{csquotes} % \enquote{}
19
\usepackage{subfig} % multiple figures in one
20
\usepackage{parskip} % nicer paragraphs
21
\usepackage{xifthen} % \isempty
22
\usepackage{changepage} % for the adjustwidth environment
23
\usepackage{pst-solides3d}
24
\usepackage[colorinlistoftodos]{todonotes}
25
\usepackage{pgfplots}
26
\pgfplotsset{compat=1.7}
27
\usepackage[arrow, matrix, curve]{xy}
28
\usepackage{caption} % get newlines within captions
29
\usepackage{tikz} % draw
30
\usepackage{tikz-3dplot} % draw
31
\usepackage{tkz-fct} % draw
32
\usetikzlibrary{3d,calc,intersections,er,arrows,positioning,shapes.misc,patterns,fadings,decorations.pathreplacing}
33
\usepackage{tqft}
34
\usepackage{cleveref} % has to be after hyperref, ntheorem, amsthm
35
\usepackage{xspace} % for new commands; decides weather I want to insert a space after the command
36
37
\author{Siehe \href{http://tinyurl.com/GeoTopo}{tinyurl.com/GeoTopo}}
38
\title{Geometrie und Topologie\\
39
\vspace{10cm}
40
\includegraphics[width=0.9\linewidth]{figures/Torus.pdf}}
41
\usepackage{microtype}
42
43
\begin{document}
44
\pagenumbering{roman}
45
\setcounter{page}{1}
46
\maketitle
47
\end{document}
48
49