PdfLaTeX can't process a file with the following contents:
\documentclass{article}
\usepackage{tkz-euclide}
\usetkzobj{all}
\begin{document}
\end{document}
When called from cmd.exe (pdflatex test.tex), it gives the following error:
! I can't find file `tkz-obj-angles.tex'.
<argument> ...\|=12 \input tkz-obj-\tkz@temp .tex
\catcode `\@ =\csname tkz@...
l.4 \usetkzobj{all}
I am using MikTex 2.9, tkz-base version 3.02c, tkz-euclide version 3.02c on Windows 10.
\usetkzobj{all}shouldn't be used with recenttkz-euclide. – frougon Feb 22 '20 at 13:41\usetkzobj{all}and it worked! Could any of you please post this as an answer (or maybe I should post it myself)? – Eugene Kogan Feb 22 '20 at 15:18