私はインターネットでその問題を研究しましたが、次の警告に対する解決策はまだわかりません。.log ファイル20回受けます
Missing character: There is no p in font nullfont!
Missing character: There is no t in font nullfont!
そして、明らかにどこにも「pt」を使用していません。arrows.meta に問題がある可能性はありますか? 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}