我无法让 tikzscale 与 Beamer 文档类一起工作。
这是一个简单的例子:
主文本:
\documentclass{beamer}
\usepackage{tikz}
\usepackage{tikzscale}
\begin{document}
\begin{frame}
\includegraphics[width=\linewidth]{Test.tikz}
\end{frame}
\end{document}
测试.tikz:
\begin{tikzpicture}
\draw (0,0) rectangle (5,5);
\end{tikzpicture}
这会产生以下错误:
line 9: Missing \endcsname inserted \end{frame}
line 9: pgfkeys: I do not know the key '/tikzscale/width=\linewidth ' and I am going to
如果我更改为另一个文档类并删除“框架”环境,一切就都正常了。
我在 Windows 7 x64 上使用更新的 TeX-Live 2012。我使用的 tikzscale 版本是 v0.2.2
编辑:向软件包作者提交错误报告后,问题现已修复。:-)