mirror of
https://github.com/MartinThoma/LaTeX-examples.git
synced 2025-04-19 11:38:05 +02:00
added M
This commit is contained in:
parent
16972a6aa6
commit
97586caaa9
5 changed files with 10 additions and 2 deletions
Binary file not shown.
Binary file not shown.
|
@ -15,6 +15,9 @@
|
|||
\tkzLabelAngle[pos=0.4](A,C,B){$\gamma$}
|
||||
|
||||
\tkzDrawSegments(A,B A,C A,A' B,C C,A')
|
||||
\tkzInterLL(A,A')(B,C)\tkzGetPoint{M}
|
||||
\node at ($(M) + (0.1,0.25)$) {$M$};
|
||||
|
||||
\tkzLabelPoint[below left](A){$A$}
|
||||
\tkzLabelPoint[below right](B){$B$}
|
||||
\tkzLabelPoint[above left](C){$C$}
|
||||
|
@ -23,6 +26,7 @@
|
|||
\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')
|
||||
\tkzDrawPoints(A,B,C,A',M)
|
||||
\end{tikzpicture}
|
Binary file not shown.
|
@ -20,6 +20,9 @@
|
|||
\tkzLabelAngle[pos=0.4](A,C,B){$\gamma$}
|
||||
|
||||
\tkzDrawSegments(A,B A,C A,A' B,C C,A')
|
||||
\tkzInterLL(A,A')(B,C)\tkzGetPoint{M}
|
||||
\node at ($(M) + (0.1,0.25)$) {$M$};
|
||||
|
||||
\tkzLabelPoint[below left](A){$A$}
|
||||
\tkzLabelPoint[below right](B){$B$}
|
||||
\tkzLabelPoint[above left](C){$C$}
|
||||
|
@ -28,7 +31,8 @@
|
|||
\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')
|
||||
\tkzDrawPoints(A,B,C,A',M)
|
||||
\end{tikzpicture}
|
||||
\end{document}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue