TeX Live and MacTeX ⇒ tlmgr won't update tikz
tlmgr won't update tikz
tlmgr update --all
and found out I had to update my whole tex distribution. So I installed the newest MaxTeX package, and did
tlmgr update --all
again. It updated a lot of packages but logfiles show that I'm still using the same 2005 tikz. So I did
tlmgr update tikz
and got
tlmgr: package repository http://ftp.math.purdue.edu/mirrors/ctan ... live/tlnet
tlmgr: saving backups to /usr/local/texlive/2014/tlpkg/backups
tlmgr: tikz mentioned, but neither new nor forcibly removed
tlmgr: no updates available
Any ideas? What is "tikz mentioned, but neither new nor forcibly removed" trying to tell me?
NEW: TikZ book now 40% off at Amazon.com for a short time.
And: Currently, Packt sells ebooks for $4.99 each if you buy 5 of their over 1000 ebooks. If you choose only a single one, $9.99. How about combining 3 LaTeX books with Python, gnuplot, mathplotlib, Matlab, ChatGPT or other AI books? Epub and PDF. Bundle (3 books, add more for higher discount): https://packt.link/MDH5p
- Stefan Kottwitz
- Site Admin
- Posts: 10324
- Joined: Mon Mar 10, 2008 9:44 pm
tlmgr won't update tikz
tlmgr update pgf
Just make sure that your old version is removed, so it won't be accidentally used.
Stefan
Re: tlmgr won't update tikz
tlmgr update pgf did not, by itself, work (and who knew that to update a package called by "\usepackage{tikz}" you should update pgf?).

Problem solved! My file now compiles, and the log file shows that I'm using a 2013 tikz package (instead of 2005 like before).
Thanks!
Nathan
P.S. If anyone is reading this trying to solve a similar problem, maybe don't start trashing folders from your user library just on my recommendation... ask someone who knows more about this.