Tikz arrows.meta 有 Bug 吗?

Tikz arrows.meta 有 Bug 吗?

我正在使用新的 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!

相关内容