mirror of
https://github.com/MartinThoma/LaTeX-examples.git
synced 2025-04-19 11:38:05 +02:00
Verbesserung an 2 Bildern; Tippfehler verbessert
This commit is contained in:
parent
6b222c4c8d
commit
27d0d0fbd8
5 changed files with 9 additions and 4 deletions
|
@ -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 | 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
|
||||
|16.01.2014 | 12:15 - 12:30 | Verbesserung an 2 Bildern
|
||||
|
|
Binary file not shown.
|
@ -1,7 +1,7 @@
|
|||
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
|
||||
% Mitschrieb vom 09.01.2014 %
|
||||
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
|
||||
\chapter{Euklidische und Nichteuklidische Geometrie}
|
||||
\chapter{Euklidische und nichteuklidische Geometrie}
|
||||
\section{Axiome für die euklidische Ebene}
|
||||
Axiome\xindex{Axiom} bilden die Grundbausteine jeder mathematischen Theorie. Eine
|
||||
Sammlung aus Axiomen nennt man Axiomensystem\xindex{Axiomensystem}.
|
||||
|
|
|
@ -4,13 +4,15 @@
|
|||
\tkzDefPoints{0/0/P, 4/0/Q, 1/0.5/B, 1/2/A}
|
||||
\tkzInterLL(P,B)(Q,A) \tkzGetPoint{C}
|
||||
|
||||
\tkzDrawLine(P,A)
|
||||
\tkzDrawLine[color=red](P,A)
|
||||
\tkzDrawLine(Q,A)
|
||||
\tkzDrawLine(P,Q)
|
||||
\tkzDrawLine[add=0 and 0.5](P,C)
|
||||
\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](Q){$Q$}
|
||||
\tkzLabelPoint[below](B){$B$}
|
||||
|
|
|
@ -6,8 +6,10 @@
|
|||
\tkzDrawSegments(P,Q Q,A A,P)
|
||||
\tkzDrawSegments[dashed](P,B B,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](Q){$Q$}
|
||||
\tkzLabelPoint[above](A){$A$}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue