GeoTopo.tex 1.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354
  1. \documentclass[a4paper,oneside,DIV15,BCOR12mm]{scrbook}
  2. \usepackage{amsmath,amssymb}
  3. \usepackage[utf8]{inputenc} % this is needed for umlauts
  4. \usepackage[ngerman]{babel} % this is needed for umlauts
  5. \usepackage[T1]{fontenc} % this is needed for correct output of umlauts in pdf
  6. \usepackage[framed,amsmath,thmmarks,hyperref]{ntheorem}
  7. \usepackage[bookmarks,bookmarksnumbered,hypertexnames=false,pdfpagelayout=OneColumn,colorlinks]{hyperref}
  8. \usepackage{makeidx} % index
  9. \usepackage{enumerate}
  10. \usepackage{braket} % needed for \Set
  11. \usepackage{csquotes}
  12. \usepackage{parskip}
  13. \usepackage{tikz}
  14. \usetikzlibrary{3d,calc,intersections,er}
  15. \newcommand{\inputTikZ}[2]{%
  16. \scalebox{#1}{\input{#2}}
  17. }
  18. \usepackage{shortcuts}
  19. \author{Siehe \href{https://github.com/MartinThoma/LaTeX-examples/tree/master/documents}{GitHub}}
  20. \title{Geometrie und Topologie}
  21. \makeindex
  22. \hypersetup{
  23. pdfauthor = {Siehe GitHub},
  24. pdfkeywords = {Geometrie, Topologie},
  25. pdftitle = {Geometrie und Topologie}
  26. }
  27. \begin{document}
  28. \maketitle
  29. \renewcommand{\thechapter}{\Roman{chapter}}
  30. %\chapter{Inhaltsverzeichnis}
  31. \addcontentsline{toc}{chapter}{Inhaltsverzeichnis}
  32. \tableofcontents
  33. \chapter*{Vorwort}
  34. Dieses Skript wird/wurde im Wintersemester 2013/2014 geschrieben.
  35. Es beinhaltet Vorlesungsnotizen von Studenten zur Vorlesung von
  36. Prof. Dr. Herrlich.
  37. Es darf jeder gerne Verbesserungen einbringen!
  38. \input{Kapitel1}
  39. \appendix
  40. \renewcommand{\indexname}{Stichwortverzeichnis}
  41. \addcontentsline{toc}{chapter}{Stichwortverzeichnis}
  42. \printindex
  43. \end{document}