2
0
Fork 0
mirror of https://github.com/MartinThoma/LaTeX-examples.git synced 2025-04-19 11:38:05 +02:00

tikz/pentagon-inscribed-circle

This commit is contained in:
Martin Thoma 2014-12-09 14:17:54 +01:00
parent f8236d7069
commit e35c21fcf1
2 changed files with 7 additions and 1 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 32 KiB

After

Width:  |  Height:  |  Size: 32 KiB

Before After
Before After

View file

@ -41,8 +41,14 @@
\tkzDrawSegments(CircleCenter,EAT CircleCenter,BCT CircleCenter,CDT CircleCenter,DET CircleCenter,ABT)
\tkzLabelSegment[left](CircleCenter,EAT){r}
\tkzLabelSegment[below](CircleCenter,BCT){r}
\tkzLabelSegment[right](CircleCenter,CDT){r}
\tkzLabelSegment[right](CircleCenter,DET){r}
\tkzLabelSegment[right](CircleCenter,ABT){r}
% Draw points
\tkzDrawPoints[size=1pt](A,B,C,D,E)
\tkzDrawCircle[R,thick,draw=red](CircleCenter,3cm)
\tkzLabelPoints[below left,font=\sansmath\sffamily](A)
\tkzLabelPoints[below right,font=\sansmath\sffamily](B)