繪製箭頭時「nullfont 字體中沒有 p」

繪製箭頭時「nullfont 字體中沒有 p」

我在網上研究了這個問題,但仍然無法解決以下警告。在.記錄檔我得到20次

Missing character: There is no p in font nullfont!
Missing character: There is no t in font nullfont!

而且我顯然不在任何地方使用“pt”。有沒有可能是arrows.meta有問題?微量元素:

\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}

相關內容