This commit is contained in:
Arne Keller 2019-02-03 14:50:03 +01:00
parent 8eefcf7032
commit 01b5037ed8

View File

@ -20,17 +20,14 @@
\cfoot{}
% Für mathematische Befehle und Symbole
\usepackage{amsmath,amsthm,amssymb}
\usepackage{gensymb}
\usepackage{amsmath,amsthm,amssymb,gensymb}
% Für Bilder
\usepackage{graphicx,subcaption,float}
% Für Skizzen
\usepackage{tkz-euclide}
\usetkzobj{all}
% Für Algorithmen
%\usepackage{algpseudocode}
% Für Quelltext
\usepackage{listings}
\usepackage{color}
@ -162,14 +159,14 @@ Außerdem wird Lisa auf einer optimalen Route vor dem letzten Abschnitt immer vo
\tkzDefPoint(2,4){L}
\tkzDefPoint(0,4.36667){M}
\tkzMarkAngle[fill=orange,size=0.8cm,opacity=.4](B,M,L)
\tkzDrawSegment(L,M)
\tkzDrawSegment(B,M)
\tkzDrawPoints(B,L,M)
\tkzMarkAngle[fill=orange,size=0.8cm,opacity=.4](B,M,L)
\tkzLabelAngle[pos=0.5](B,M,L){$\alpha$}
\tkzLabelPoints[yshift=14pt](M)
\tkzLabelPoints(B,L)
\tkzLabelPoints[yshift=14pt](M,B)
\tkzLabelPoints(L)
\end{tikzpicture}
\caption{$\alpha > 60\degree$}
\label{abb:winkel1}
@ -184,12 +181,13 @@ Außerdem wird Lisa auf einer optimalen Route vor dem letzten Abschnitt immer vo
\tkzDefPoint(2,4){L}
\tkzDefPoint(0,5.155){M}
\tkzDrawTriangle[school](B,L)
\tkzDrawSegment(L,M)
\tkzDrawPoints(B,L,M)
\tkzMarkAngle[fill=orange,size=0.8cm,opacity=.4](B,M,L)
\tkzLabelAngle[pos=0.5](B,M,L){$\alpha$}
\tkzDrawSegment(L,B)
\tkzDrawSegment(B,M)
\tkzDrawSegment(L,M)
\tkzMarkRightAngle(M,L,B)
\tkzDrawPoints(B,L,M)
\tkzLabelAngle[pos=0.5](B,M,L){$\alpha$}
\tkzLabelPoints[yshift=14pt](M)
\tkzLabelPoints(B,L)
@ -207,14 +205,14 @@ Außerdem wird Lisa auf einer optimalen Route vor dem letzten Abschnitt immer vo
\tkzDefPoint(2,4){L}
\tkzDefPoint(0,6.1){M}
\tkzMarkAngle[fill=orange,size=0.8cm,opacity=.4](B,M,L)
\tkzDrawSegment(L,M)
\tkzDrawSegment(B,M)
\tkzDrawPoints(B,L,M)
\tkzMarkAngle[fill=orange,size=0.8cm,opacity=.4](B,M,L)
\tkzLabelAngle[pos=0.5](B,M,L){$\alpha$}
\tkzLabelPoints[yshift=14pt](M)
\tkzLabelPoints(B,L)
\tkzLabelPoints[yshift=14pt](M,B)
\tkzLabelPoints(L)
\end{tikzpicture}
\caption{$\alpha < 60\degree$}
\label{abb:winkel3}