I am drawing a triangle and its angles but tikz adds a small line to each arc of each angle. This should not happen as can be seen for example here. My code:
\documentclass{article}
\usepackage[utf8]{inputenc}
\usepackage{graphicx}
\usepackage{cancel}
\usepackage{amsmath}
\usepackage{makecell}
\usepackage{tikz}
\usepackage{tkz-euclide}
\begin{tikzpicture}[]
\coordinate (O) at (0,0);
\coordinate (A) at (4,0);
\coordinate (B) at (-1,2);
\draw (O)--(A)--(B)--cycle;
\tkzMarkAnglesize=0.5;
\tkzLabelAnglepos = 0.25{$\gamma$}
\tkzMarkAnglesize=0.8cm
\tkzLabelAnglepos = 0.6{$\alpha$}
\tkzMarkAnglesize=0.7cm
\tkzLabelAnglepos = 0.5{$\beta$}
\end{tikzpicture}
\end{document}
And the result:
How can I draw an arc for an angle without a small line?



\listfilesbefore\documentclass, then they are listed in the log – daleif Oct 11 '20 at 08:10