GeoTopo.tex 1.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748
  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. \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}
  41. \begin{document}
  42. \pagenumbering{roman}
  43. \setcounter{page}{1}
  44. \maketitle
  45. \end{document}