我正在使用新的 Tikzarrows.meta
库。这是我的最小工作示例:
\documentclass{memoir}
\usepackage{pgfcore}
\usepackage{pgfplots}
\usetikzlibrary{arrows.meta}
\begin{document}
\begin{figure}[H]
\begin{tikzpicture}
\path (0, 0) edge [Latex-] (1, 0);
\end{tikzpicture}
\end{figure}
\end{document}
这使
Missing character: There is no p in font nullfont!
Missing character: There is no t in font nullfont!