mirror of
https://github.com/MartinThoma/LaTeX-examples.git
synced 2025-04-19 11:38:05 +02:00
misc
This commit is contained in:
parent
d202550b07
commit
1f5d37e164
6 changed files with 7 additions and 3 deletions
|
@ -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.
|
@ -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
documents/GeoTopo/figures/star-shaped-domain.tex
Normal file
5
documents/GeoTopo/figures/star-shaped-domain.tex
Normal 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 |
|
@ -1,6 +1,5 @@
|
|||
\documentclass[varwidth=true, border=2pt]{standalone}
|
||||
\usepackage{tikz}
|
||||
\usetikzlibrary{patterns}
|
||||
|
||||
\begin{document}
|
||||
\begin{tikzpicture}[thick]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue