📚 The CoCalc Library - books, templates and other resources
License: OTHER
\documentclass[a4paper,oneside,DIV15,BCOR12mm]{scrbook}1\usepackage{etoolbox}2\usepackage{amsmath,amssymb}% math symbols / fonts3\usepackage{mathtools} % \xRightarrow4\usepackage{nicefrac} % \nicefrac5\usepackage[utf8]{inputenc} % this is needed for umlauts6\usepackage[ngerman]{babel} % this is needed for umlauts7\usepackage[T1]{fontenc} % this is needed for correct output of umlauts in pdf8\usepackage[framed,amsmath,thmmarks,hyperref]{ntheorem}9\usepackage{framed}10\usepackage{marvosym}11\usepackage{makeidx} % for automatically generation of an index12\usepackage{xcolor}13\usepackage[bookmarks,bookmarksnumbered,hypertexnames=false,pdfpagelayout=OneColumn,colorlinks,hyperindex=false]{hyperref} % has to be after makeidx14\usepackage{enumitem}15\usepackage{tabto}16\usepackage{braket} % needed for \Set17\usepackage{csquotes} % \enquote{}18\usepackage{subfig} % multiple figures in one19\usepackage{parskip} % nicer paragraphs20\usepackage{xifthen} % \isempty21\usepackage{changepage} % for the adjustwidth environment22\usepackage{pst-solides3d}23\usepackage[colorinlistoftodos]{todonotes}24\usepackage{pgfplots}25\pgfplotsset{compat=1.7}26\usepackage[arrow, matrix, curve]{xy}27\usepackage{caption} % get newlines within captions28\usepackage{tikz} % draw29\usepackage{tikz-3dplot} % draw30\usepackage{tkz-fct} % draw31\usetikzlibrary{3d,calc,intersections,er,arrows,positioning,shapes.misc,patterns,fadings,decorations.pathreplacing}32\usepackage{tqft}33\usepackage{cleveref} % has to be after hyperref, ntheorem, amsthm34\usepackage{xspace} % for new commands; decides weather I want to insert a space after the command3536\author{Siehe \href{http://tinyurl.com/GeoTopo}{tinyurl.com/GeoTopo}}37\title{Geometrie und Topologie\\38\vspace{10cm}39\includegraphics[width=0.9\linewidth]{figures/Torus.pdf}}40\usepackage{microtype}4142\begin{document}43\pagenumbering{roman}44\setcounter{page}{1}45\maketitle46\end{document}474849