安装最新版本的 MiKTeX 和 TikZ 后,我创建了以下文档:
\documentclass{article}
\usepackage{tikz}
\begin{document}
The version of Tikz is : \pgfversion
\begin{tikzpicture}
\draw (0,0) circle (1) ;
\end{tikzpicture}
\end{document}
使用 TeXnicCenter 运行“构建并运行当前文件”后,我收到了答案:
LaTeX-Result: 0 Error(s), 0 Warning(s), 0 Bad Box(es), 1 Page(s)
BibTex-Result: 0 Error(s), 0 Warning(s)
并输出:
- “TikZ 的版本是 2.10”
- 就像画一组四条相互相交但根本不是圆的曲线。
有人可以帮帮我吗?
PS 我在 Windows XP 32 位下工作。