Martin Thoma 11 سال پیش
والد
کامیت
1f5d37e164

+ 1 - 1
documents/GeoTopo/Arbeitszeit.txt

@@ -8,4 +8,4 @@ Datum      | Uhrzeit
 12.12.2013 | 12:00 - 13:40, 16:23 - 18:22
 13.12.2013 | 13:10 - 13:47
 14.12.2013 | 13:00 - 14:45
-15.12.2013 | 20:30 - 
+15.12.2013 | 20:30 - 21:20

BIN
documents/GeoTopo/GeoTopo.pdf


+ 1 - 1
documents/GeoTopo/Kapitel3.tex

@@ -253,7 +253,7 @@ Für einen Weg $\gamma$ sei $[\gamma]$ seine \textbf{Homotopieklasse}\xindex{Hom
                     \label{fig:wege-zueinander-zusammenziehen}
                 }\hspace{1em}%
                 \subfloat[Sternförmiges Gebiet]{
-                    \includegraphics[width=0.5\linewidth, keepaspectratio]{figures/todo/sternfoermiges-gebiet.jpg}
+                    \input{figures/star-shaped-domain.tex}
                     \label{fig:sternfoermiges-gebiet}
                 }
                 \label{fig:Gebiete}

+ 5 - 0
documents/GeoTopo/figures/star-shaped-domain.tex

@@ -0,0 +1,5 @@
+\begin{tikzpicture}[thick]
+    \tikzstyle{point}=[circle,thick,draw=black,fill=black,inner sep=0pt,minimum width=4pt,minimum height=4pt]
+    \draw[fill=orange!20] (-2,0) -- (-1,0.5) -- (0,2) -- (1,0.5) -- (2,0) -- (1,-0.5) -- (0,-2) -- (-1,-0.5) -- cycle;
+    \node (a)[point,label=$x$] at (0,0) {};
+\end{tikzpicture}

BIN
documents/GeoTopo/figures/todo/sternfoermiges-gebiet.jpg


+ 0 - 1
tikz/star-shaped-domain/star-shaped-domain.tex

@@ -1,6 +1,5 @@
 \documentclass[varwidth=true, border=2pt]{standalone}
 \usepackage{tikz}
-\usetikzlibrary{patterns}
 
 \begin{document}
 \begin{tikzpicture}[thick]