Ich habe dieses Problem im Internet untersucht und kann die folgende Warnung immer noch nicht lösen..LogdateiIch bekomme 20 mal
Missing character: There is no p in font nullfont!
Missing character: There is no t in font nullfont!
und ich verwende offensichtlich nirgends „pt“. Ist es möglich, dass es ein Problem in arrows.meta gibt? MWE:
\documentclass{standalone}
\usepackage{tikz}
\usetikzlibrary{arrows.meta}
\begin{document}
\begin{tikzpicture}
\draw[line width=7,-{Triangle[angle=60:1 1.5]},postaction={draw,white,line width=6,shorten <=0.5,shorten >=0.9}] (6.36,9.5) -- (5.1,9.5);
\end{tikzpicture}
\end{document}