From 01b5037ed80244f8902891a889abe76db211df0d Mon Sep 17 00:00:00 2001 From: Arne Keller Date: Sun, 3 Feb 2019 14:50:03 +0100 Subject: [PATCH] Doc. --- DokumentationAufgabe1.tex | 28 +++++++++++++--------------- 1 file changed, 13 insertions(+), 15 deletions(-) diff --git a/DokumentationAufgabe1.tex b/DokumentationAufgabe1.tex index 1b9b749..6e952fa 100644 --- a/DokumentationAufgabe1.tex +++ b/DokumentationAufgabe1.tex @@ -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}