[Tex/LaTex] \usepackage{tikz} not working

texniccentertikz-pgf

I'm using MikTex and am trying to import the TikZ package to draw some graphics in LaTeX. When the pdf builds however it doesn't recognise the package TikZ and fails. Every other package I am using works fine. Any ideas what I might be doing wrong? This could just be a dumb question like I haven't downloaded … which you need to run it but in the online manual there doesn't seem to be any system requirements etc.

Best Answer

Install the pgf package as TikZ belongs to pgf, it's just the frontend. If you use MiKTeX, use the MiKTeX package manager aka mpm, with TeX Live use the TeX Live Manager aka tlmgr. You may find it in the start menu.

Related Question