2
0
Fork 0
mirror of https://github.com/MartinThoma/LaTeX-examples.git synced 2025-04-26 06:48:04 +02:00
LaTeX-examples/documents/GeoTopo/figures/topology-path-not-associative-2.tex

11 lines
572 B
TeX
Raw Normal View History

2013-12-17 16:57:38 +01:00
\begin{tikzpicture}
\draw[very thick,red] (0,0) -- (2.5,0) node [midway, below] {$\gamma_1$};
\draw[very thick,green](2.5,0) -- (5,0) node [midway, below] {$\gamma_2$};
\draw[very thick,blue] (5,0) -- (10,0) node [midway, below] {$\gamma_3$};
\draw[thick] (0,0.2) -- ( 0,-0.2) node[label=below:$0$] {};
\draw[thick] (2.5,0.2) -- (2.5,-0.2) node[label=below:$\nicefrac{1}{4}$] {};
\draw[thick] (5.0,0.2) -- (5.0,-0.2) node[label=below:$\nicefrac{1}{2}$] {};
\draw[thick] (10,0.2) -- ( 10,-0.2) node[label=below:$1$] {};
\end{tikzpicture}