나는 인터넷에서 그 문제를 연구했지만 여전히 다음 경고에 대한 해결책을 찾을 수 없습니다. ~ 안에.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}