2013-10-22 12:05:19 +02:00
|
|
|
\documentclass[a4paper,oneside,DIV15,BCOR12mm]{scrbook}
|
2013-10-23 07:00:11 +02:00
|
|
|
\usepackage{etoolbox}
|
2013-10-22 12:05:19 +02:00
|
|
|
\usepackage{amsmath,amssymb}
|
|
|
|
\usepackage[utf8]{inputenc} % this is needed for umlauts
|
|
|
|
\usepackage[ngerman]{babel} % this is needed for umlauts
|
|
|
|
\usepackage[T1]{fontenc} % this is needed for correct output of umlauts in pdf
|
|
|
|
\usepackage[framed,amsmath,thmmarks,hyperref]{ntheorem}
|
2013-10-28 21:27:21 +01:00
|
|
|
\usepackage{framed}
|
|
|
|
\usepackage{marvosym}
|
2013-10-23 07:00:11 +02:00
|
|
|
\usepackage{makeidx} % for automatically generation of an index
|
|
|
|
\usepackage[bookmarks,bookmarksnumbered,hypertexnames=false,pdfpagelayout=OneColumn,colorlinks,hyperindex=false]{hyperref} % has to be after makeidx
|
2013-10-26 21:29:41 +02:00
|
|
|
\usepackage[xindy,toc,nonumberlist]{glossaries} % for symbol table, has to be after hyperref
|
2013-10-27 11:16:34 +01:00
|
|
|
\usepackage{glossary-mcols}
|
|
|
|
%\glossarystyle{mcolindex} % two column design for glossary
|
2013-10-22 12:05:19 +02:00
|
|
|
\usepackage{enumerate}
|
|
|
|
\usepackage{braket} % needed for \Set
|
|
|
|
\usepackage{csquotes}
|
2013-10-26 21:11:11 +02:00
|
|
|
\usepackage{subfigure}
|
2013-10-22 12:05:19 +02:00
|
|
|
\usepackage{parskip}
|
2013-10-23 07:26:10 +02:00
|
|
|
\usepackage{pst-solides3d}
|
2013-10-25 01:41:03 +02:00
|
|
|
\usepackage[colorinlistoftodos]{todonotes}
|
|
|
|
\usepackage{pgfplots}
|
2013-10-22 20:14:28 +02:00
|
|
|
\usepackage{tikz}
|
2013-10-26 21:11:11 +02:00
|
|
|
\usepackage{tikz-3dplot}
|
2013-10-25 01:41:03 +02:00
|
|
|
\usepackage{tkz-fct}
|
2013-10-27 11:52:38 +01:00
|
|
|
\usetikzlibrary{3d,calc,intersections,er,arrows,positioning,shapes.misc,patterns}
|
2013-10-22 12:05:19 +02:00
|
|
|
\usepackage{shortcuts}
|
|
|
|
|
2013-10-26 21:29:41 +02:00
|
|
|
% Setze den richtigen Namen für das Glossar und das Stichwortverzeichnis
|
2013-10-27 12:46:08 +01:00
|
|
|
\newcommand{\glossarName}{Symbolverzeichnis}
|
2013-10-26 21:29:41 +02:00
|
|
|
\renewcommand{\indexname}{Stichwortverzeichnis}
|
2013-10-25 00:01:22 +02:00
|
|
|
|
2013-10-22 12:05:19 +02:00
|
|
|
\author{Siehe \href{https://github.com/MartinThoma/LaTeX-examples/tree/master/documents}{GitHub}}
|
2013-10-27 12:17:00 +01:00
|
|
|
\title{Geometrie und Topologie\\
|
2013-10-28 08:49:09 +01:00
|
|
|
\vspace{10cm}
|
2013-10-27 12:17:00 +01:00
|
|
|
\includegraphics[width=0.9\linewidth]{figures/Torus.pdf}}
|
2013-10-25 00:01:22 +02:00
|
|
|
\makeglossaries
|
2013-10-22 12:05:19 +02:00
|
|
|
\makeindex
|
|
|
|
|
|
|
|
\hypersetup{
|
|
|
|
pdfauthor = {Siehe GitHub},
|
|
|
|
pdfkeywords = {Geometrie, Topologie},
|
|
|
|
pdftitle = {Geometrie und Topologie}
|
2013-10-23 07:26:10 +02:00
|
|
|
}
|
2013-10-22 12:05:19 +02:00
|
|
|
|
2013-10-23 07:00:11 +02:00
|
|
|
\makeindex
|
|
|
|
|
2013-10-23 07:42:20 +02:00
|
|
|
\usepackage{microtype}
|
|
|
|
|
2013-10-22 12:05:19 +02:00
|
|
|
\begin{document}
|
2013-10-26 21:11:11 +02:00
|
|
|
\pagenumbering{roman}
|
|
|
|
\setcounter{page}{1}
|
2013-10-22 12:05:19 +02:00
|
|
|
\maketitle
|
2013-10-26 21:11:11 +02:00
|
|
|
\input{Vorwort}
|
2013-10-22 12:05:19 +02:00
|
|
|
\tableofcontents
|
|
|
|
|
2013-10-26 21:11:11 +02:00
|
|
|
\pagenumbering{arabic}
|
|
|
|
\setcounter{page}{1}
|
2013-10-22 12:05:19 +02:00
|
|
|
\input{Kapitel1}
|
|
|
|
|
|
|
|
\appendix
|
2013-10-25 00:01:22 +02:00
|
|
|
\input{Symbolverzeichnis}
|
2013-10-27 12:46:08 +01:00
|
|
|
\clearpage
|
2013-10-22 12:05:19 +02:00
|
|
|
\addcontentsline{toc}{chapter}{Stichwortverzeichnis}
|
|
|
|
\printindex
|
|
|
|
\end{document}
|