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

Make letters in comparison to triangle smaller in tikz/triangle-right-abchpq

This commit is contained in:
Martin Thoma 2015-11-10 16:12:36 +01:00
parent 2371a6de8f
commit 02808f8897
2 changed files with 5 additions and 5 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 13 KiB

After

Width:  |  Height:  |  Size: 13 KiB

Before After
Before After

View file

@ -13,7 +13,7 @@
\begin{document}
\begin{preview}
\begin{tikzpicture}[very thick,font=\sansmath\sffamily]
\begin{tikzpicture}[very thick,font=\sansmath\sffamily,scale=1.3]
\newcommand{\radius}{5}
\newcommand{\TriangleAngle}{30}
\tkzDefPoint(0,0){A}
@ -42,14 +42,14 @@
% \tkzMarkAngle[arc=l,size=0.6cm,fill=green!30](C,B,A)
% \tkzLabelAngle[pos=0.45](C,B,A){$\beta$}
\tkzDrawSegment[dashed](C,E)
\tkzDrawSegment(C,E)
\tkzLabelSegment[left](C,E){$h$}
\draw[thin] pic[draw, angle radius=2mm,"$\cdot$",angle eccentricity=.5]{angle=B--E--C};
\draw[thin] pic[draw, angle radius=2mm,"$\cdot$",angle eccentricity=.5]{angle=A--C--B};
\draw[thin] pic[draw, angle radius=4mm,"$\cdot$",angle eccentricity=.5]{angle=B--E--C};
\draw[thin] pic[draw, angle radius=4mm,"$\cdot$",angle eccentricity=.5]{angle=A--C--B};
% Draw polygon
\tkzDrawPolygon(A,B,C)
\tkzDrawPolygon[very thick](A,B,C)
\end{tikzpicture}
\end{preview}
\end{document}