Jelajahi Sumber

Verbesserung an 2 Bildern; Tippfehler verbessert

Martin Thoma 12 tahun lalu
induk
melakukan
27d0d0fbd8

+ 1 - 0
documents/GeoTopo/Arbeitszeit.md

@@ -31,3 +31,4 @@ in dem Erstellen dieses Skripts steckt:
 |14.01.2014 | 11:15 - 12:45 | Digitalisieren der Vorlesung von 14.01.2014
 |14.01.2014 | 11:15 - 12:45 | Digitalisieren der Vorlesung von 14.01.2014
 |14.01.2014 | 12:45 - 12:40 | TikZ'en der Bilder aus Vorlesung von 14.01.2014
 |14.01.2014 | 12:45 - 12:40 | TikZ'en der Bilder aus Vorlesung von 14.01.2014
 |14.01.2014 | 13:00 - 16:30 | TikZ'en der Bilder aus Vorlesung von 14.01.2014
 |14.01.2014 | 13:00 - 16:30 | TikZ'en der Bilder aus Vorlesung von 14.01.2014
+|16.01.2014 | 12:15 - 12:30 | Verbesserung an 2 Bildern

TEMPAT SAMPAH
documents/GeoTopo/GeoTopo.pdf


+ 1 - 1
documents/GeoTopo/Kapitel4.tex

@@ -1,7 +1,7 @@
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
 % Mitschrieb vom 09.01.2014                                         %
 % Mitschrieb vom 09.01.2014                                         %
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
-\chapter{Euklidische und Nichteuklidische Geometrie}
+\chapter{Euklidische und nichteuklidische Geometrie}
 \section{Axiome für die euklidische Ebene}
 \section{Axiome für die euklidische Ebene}
 Axiome\xindex{Axiom} bilden die Grundbausteine jeder mathematischen Theorie. Eine
 Axiome\xindex{Axiom} bilden die Grundbausteine jeder mathematischen Theorie. Eine
 Sammlung aus Axiomen nennt man Axiomensystem\xindex{Axiomensystem}.
 Sammlung aus Axiomen nennt man Axiomensystem\xindex{Axiomensystem}.

+ 4 - 2
documents/GeoTopo/figures/geometry-3.tex

@@ -4,13 +4,15 @@
     \tkzDefPoints{0/0/P, 4/0/Q, 1/0.5/B, 1/2/A}
     \tkzDefPoints{0/0/P, 4/0/Q, 1/0.5/B, 1/2/A}
     \tkzInterLL(P,B)(Q,A) \tkzGetPoint{C}
     \tkzInterLL(P,B)(Q,A) \tkzGetPoint{C}
 
 
-    \tkzDrawLine(P,A)
+    \tkzDrawLine[color=red](P,A)
     \tkzDrawLine(Q,A)
     \tkzDrawLine(Q,A)
     \tkzDrawLine(P,Q)
     \tkzDrawLine(P,Q)
     \tkzDrawLine[add=0 and 0.5](P,C)
     \tkzDrawLine[add=0 and 0.5](P,C)
     \tkzDrawSegments(B,Q)
     \tkzDrawSegments(B,Q)
+    \tkzDrawLine(P,Q)
 
 
-    \tkzDrawPoints(P,Q,B,C,A)
+    \tkzDrawPoints(P,C,A)
+    \tkzDrawPoints[fill=red,color=red](Q,B)
     \tkzLabelPoint[below](P){$P$}
     \tkzLabelPoint[below](P){$P$}
     \tkzLabelPoint[below](Q){$Q$}
     \tkzLabelPoint[below](Q){$Q$}
     \tkzLabelPoint[below](B){$B$}
     \tkzLabelPoint[below](B){$B$}

+ 3 - 1
documents/GeoTopo/figures/geometry-4.tex

@@ -6,8 +6,10 @@
     \tkzDrawSegments(P,Q Q,A A,P)
     \tkzDrawSegments(P,Q Q,A A,P)
     \tkzDrawSegments[dashed](P,B B,Q)
     \tkzDrawSegments[dashed](P,B B,Q)
     \tkzDrawLine(P,Q)
     \tkzDrawLine(P,Q)
+    \tkzDrawLine[color=red](P,A)
 
 
-    \tkzDrawPoints(P,Q,A,B)
+    \tkzDrawPoints(P,C,A)
+    \tkzDrawPoints[fill=red,color=red](Q,B)
     \tkzLabelPoint[below](P){$P$}
     \tkzLabelPoint[below](P){$P$}
     \tkzLabelPoint[below](Q){$Q$}
     \tkzLabelPoint[below](Q){$Q$}
     \tkzLabelPoint[above](A){$A$}
     \tkzLabelPoint[above](A){$A$}