2
0
Fork 0
mirror of https://github.com/MartinThoma/LaTeX-examples.git synced 2025-04-19 11:38:05 +02:00
This commit is contained in:
Martin Thoma 2013-12-15 21:35:56 +01:00
parent d202550b07
commit 1f5d37e164
6 changed files with 7 additions and 3 deletions

View file

@ -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

Binary file not shown.

View file

@ -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}

View file

@ -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}

Binary file not shown.

Before

Width:  |  Height:  |  Size: 68 KiB

View file

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