I'm not sure how to find which version of pgf with MikTeX installed on my computer (Windows 7 - 64 bit).
|
Thanks to Yiannis Lazarides:
|
|||
|
|
|
|
|||||
|
|
|
If you put The current version of tikz/pgf is:
(TeXLive 2010) If your MikTeX is recently updated, it is probably the same. If you have upated your MikTeX, and the version numbers don't match, then you may have a version of pgf in your local texmf folder. You can tell this by looking in the log file. As each package is loaded the log will reflect the full path to the file. e.g.
(These are the paths for TeXLive; MikTeX will be different, but there should be consistency between these paths and e.g. the path of |
|||
|
|
\pgfversionin a minimal and you will see it. – Yiannis Lazarides Apr 9 '11 at 19:26\pgfversionworks, and is much simpler than reading the log. – kristi Apr 9 '11 at 20:06