forked from MartinThoma/LaTeX-examples
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Änderungsvorschläge von Jérôme Urhausen (Email vom 15.02.2014) umgese…
…tzt.
- Loading branch information
1 parent
fffeb26
commit 16972a6
Showing
6 changed files
with
72 additions
and
38 deletions.
There are no files selected for viewing
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,28 @@ | ||
\begin{tikzpicture} | ||
\tkzSetUpPoint[shape=circle,size=10,color=black,fill=black] | ||
\tkzSetUpLine[line width=1] | ||
\tkzDefPoints{0/0/A, 4/0/B, 2/2/C, 6/2/D} | ||
\tkzDefPoints{0/0/A, 4/0/B, 2/2/C, 6/2/A'} | ||
|
||
\tkzMarkAngle[arc=l,size=0.8cm,color=green,fill=green!20](B,A,C) | ||
\path[draw] ++(25:.3) node[rotate=0] {$\alpha$}; | ||
\node at (1,1.5) {$\beta$}; | ||
\tkzDrawSegments(A,B A,C A,D B,C C,D) | ||
\tkzDrawPoints(A,B,C,D) | ||
\tkzMarkAngle[arc=l,size=1.15cm,color=green,fill=green!20,opacity=.8](A',A,C) | ||
\tkzLabelAngle[pos=0.9](A',A,C){$\alpha_1$} | ||
\tkzMarkAngle[arc=lll,size=1.15cm,color=green,fill=green!20,opacity=.8](B,A,A') | ||
\tkzLabelAngle[pos=0.9](B,A,A'){$\alpha_2$} | ||
|
||
\tkzMarkAngle[arc=l,size=0.7cm,color=red,fill=red!20,opacity=.8](C,B,A) | ||
\tkzLabelAngle[pos=0.5](C,B,A){$\beta$} | ||
|
||
\tkzMarkAngle[arc=l,size=0.6cm,color=blue,fill=blue!20,opacity=.8](A,C,B) | ||
\tkzLabelAngle[pos=0.4](A,C,B){$\gamma$} | ||
|
||
\tkzDrawSegments(A,B A,C A,A' B,C C,A') | ||
\tkzLabelPoint[below left](A){$A$} | ||
\tkzLabelPoint[below right](B){$B$} | ||
\tkzLabelPoint[above left](C){$C$} | ||
\tkzLabelPoint[above right](D){$D$} | ||
\end{tikzpicture} | ||
\tkzLabelPoint[above right](A'){$A'$} | ||
|
||
\tkzMarkAngle[arc=l,size=0.6cm,color=green,fill=green!20,opacity=.8](B,A,C) | ||
\path[draw] ++(25:.35) node[rotate=0] {$\alpha$}; | ||
|
||
\tkzDrawSegments(A,B A,C) | ||
\tkzDrawPoints(A,B,C,A') | ||
\end{tikzpicture} |
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters