I'm using Ctex which came with Windt. During the compilation (pdflatex or latex ) I get this error message :
Code: Select all
! LaTeX Error: File `xkeyval.sty' not found.
Type X to quit or <RETURN> to proceed,
or enter new name. (Default extension: sty)
Enter file name:
Code: Select all
\documentclass{article}
\usepackage{tikz}
\begin{document}
\pgfversion
\end{document}