TikzPicture 主缓存或数据库在哪里?

TikzPicture 主缓存或数据库在哪里?

我有一堆像下面这样的代码片段。我想显示所有的 tikzpictures... 是否有缓存或数据库可以从中提取这些 tikzpictures 图像?是否有可以在 LaTeX 中使用的命令来列出这些图片。

另外,如何列出 LaTeX 代码中使用的 .tex 文件。

\begin{tikzpicture}[y=0.80pt, x=0.80pt, yscale=-1.000000, xscale=1.000000, inner sep=0pt, outer sep=0pt]
\begin{scope}[shift={(100.0,1706.0)},nonzero rule]
  \path[draw=.,fill=.,line width=1.600pt] (2130.0000,-582.0000) ..
    controls (2130.0000,-299.3333) and (2030.0000,-58.0000) ..
\end{scope}

\end{tikzpicture}

上帝保佑你,AO

相关内容