|
@@ -1,49 +1,61 @@
|
|
|
\documentclass[mycards,frame]{flashcards}
|
|
|
+\usepackage{etoolbox}
|
|
|
\usepackage{amsmath,amssymb}% math symbols / fonts
|
|
|
+\usepackage{mathtools} % \xRightarrow
|
|
|
+\usepackage{nicefrac} % \nicefrac
|
|
|
\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{ntheorem}
|
|
|
-\newcommand{\thmfoot}{}
|
|
|
-\theoremstyle{break}
|
|
|
-\setlength\theoremindent{0.7cm}
|
|
|
-\theoremheaderfont{\kern-0.7cm\normalfont\bfseries}
|
|
|
-\theorembodyfont{\normalfont} % nicht mehr kursiv
|
|
|
-\theoremseparator{\thmfoot}
|
|
|
-\newtheorem{definition}{Definition}
|
|
|
+\usepackage[framed,amsmath,thmmarks,hyperref]{ntheorem}
|
|
|
+\usepackage{framed}
|
|
|
+\usepackage{marvosym}
|
|
|
+\usepackage{makeidx} % for automatically generation of an index
|
|
|
+\usepackage{xcolor}
|
|
|
+\usepackage[bookmarks,bookmarksnumbered,hypertexnames=false,pdfpagelayout=OneColumn,colorlinks,hyperindex=false]{hyperref} % has to be after makeidx
|
|
|
+\usepackage{enumitem} % Better than \usepackage{enumerate}, because it allows to set references
|
|
|
+\usepackage{tabto}
|
|
|
+\usepackage{braket} % needed for \Set
|
|
|
+\usepackage{csquotes} % \enquote{}
|
|
|
+\usepackage{subfig} % multiple figures in one
|
|
|
+\usepackage{parskip} % nicer paragraphs
|
|
|
+\usepackage{xifthen} % \isempty
|
|
|
+\usepackage{changepage} % for the adjustwidth environment
|
|
|
+\usepackage{pst-solides3d}
|
|
|
+\usepackage[colorinlistoftodos]{todonotes}
|
|
|
+\usepackage{pgfplots}
|
|
|
+\pgfplotsset{compat=1.7}
|
|
|
+\usepackage[arrow, matrix, curve]{xy}
|
|
|
+\usepackage{caption} % get newlines within captions
|
|
|
+\usepackage{tikz} % draw
|
|
|
+\usepackage{tikz-3dplot} % draw
|
|
|
+\usepackage{tkz-fct} % draw
|
|
|
+\usepackage{tkz-euclide} % draw
|
|
|
+\usetkzobj{all} % tkz-euclide
|
|
|
+\usetikzlibrary{3d,calc,intersections,er,arrows,positioning,shapes.misc,patterns,fadings,decorations.pathreplacing}
|
|
|
+\usepackage{tqft}
|
|
|
+\usepackage{xspace} % for new commands; decides weather I want to insert a space after the command
|
|
|
+\usepackage[german,nameinlink]{cleveref} % has to be after hyperref, ntheorem, amsthm
|
|
|
|
|
|
-\begin{document}
|
|
|
-
|
|
|
-\begin{flashcard}{Jordankurve}
|
|
|
-\begin{definition}
|
|
|
- Sei $X$ ein topologischer Raum. Eine (geschlossene)
|
|
|
- \textbf{Jordankurve} in $X$ ist ein Homöomorphismus
|
|
|
- $\gamma: [0, 1] \rightarrow C \subseteq X$
|
|
|
- ($\gamma: S^1 \rightarrow C \subseteq X$)
|
|
|
-\end{definition}
|
|
|
-\end{flashcard}
|
|
|
+%%
|
|
|
+\newcounter{chapter}
|
|
|
+\newcommand\chapter{\if@openright\cleardoublepage\else\clearpage\fi
|
|
|
+ \thispagestyle{plain}%
|
|
|
+ \global\@topnum\z@
|
|
|
+ \@afterindentfalse
|
|
|
+ \secdef\@chapter\@schapter}
|
|
|
+%%
|
|
|
+\usepackage{../shortcuts}
|
|
|
|
|
|
-\begin{flashcard}{Knoten}
|
|
|
-\begin{definition}
|
|
|
- Eine geschlossene Jordankurve in $r^3$ heißt \textbf{Knoten}.
|
|
|
-\end{definition}
|
|
|
-\end{flashcard}
|
|
|
+\hypersetup{
|
|
|
+ pdfauthor = {Martin Thoma},
|
|
|
+ pdfkeywords = {Geometrie und Topologie},
|
|
|
+ pdftitle = {Geometrie und Topologie - Definitionen}
|
|
|
+}
|
|
|
+\allowdisplaybreaks
|
|
|
|
|
|
-\begin{flashcard}{äquivalente Knoten}
|
|
|
-\begin{definition}
|
|
|
- Zwei Knoten $\gamma_1, \gamma_2: S^1 \rightarrow r^3$ heißen
|
|
|
- \textbf{äquivalent}, wenn es eine stetige Abbildung
|
|
|
- \[H: S^1 \times [0,1] \Rightarrow r^3\]
|
|
|
- gibt mit
|
|
|
- \begin{align*}
|
|
|
- H(z,0) &= \gamma_1(z)\\
|
|
|
- H(z,1) &= \gamma_2(z)
|
|
|
- \end{align*}
|
|
|
- und für jedes
|
|
|
- feste $t \in [0,1]$ ist
|
|
|
- \[H_z: S^1 \rightarrow r^2, z \mapsto H(z,t)\]
|
|
|
- ein Knoten. Die Abbildung $H$ heißt \textbf{Isotopie} zwischen
|
|
|
- $\gamma_1$ und $\gamma_2$.
|
|
|
-\end{definition}
|
|
|
-\end{flashcard}
|
|
|
+%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
|
|
|
+% Begin document %
|
|
|
+%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
|
|
|
+\begin{document}
|
|
|
+%CONTENT%
|
|
|
\end{document}
|