the TeXLive 2012 distribution on my Mac is shipped with TikZ version 2.10 - I want to use (try) the CVS (most updated beta(?) version). Here's what I've done so far:
- Downloaded the the TDS package
- Extracted the package into
/Users/username/Library/texmf/tex/generic/ - Added
/Users/drorata/Library/texmfto myTEXMFLOCALvariable - Ran
texhash.
These steps indeed installed the newer version in my HOME directory, but not nicely. For example, running texdoc tikz, opens the manual of the older version. My question is how can I update TikZ properly?
In addition, how can I revert to the old version? Currently I can revert by moving the CVS version from the location specified above and run sudo texhash.
I guess this question is relevant for all TeX packages, so if this is the case, a general solution will be the best.