TeX Live and MacTeX ⇒ Unable to Compile tikz package
-
- Posts: 1
- Joined: Wed Feb 22, 2017 8:51 am
Unable to Compile tikz package
This is having only basic packages
Tikz is not installed
the file contains only usepackage tikz and document class delaration and displaying one circle thats all.
later i downloaded pgf/tikz package and copied all the files to
~/share/~
to corresponding folders
Then i have done texhash
it has compiled but and tikz is also displayed in log
but the error is
undefined control sequnce
\pgfutil@ IF file exists .....
\usepgflibrary{plothandlers}
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
- Johannes_B
- Site Moderator
- Posts: 4182
- Joined: Thu Nov 01, 2012 4:08 pm
Unable to Compile tikz package
- Stefan Kottwitz
- Site Admin
- Posts: 10335
- Joined: Mon Mar 10, 2008 9:44 pm
Unable to Compile tikz package
sudo yum install texlive-scheme-full
) if you have 3GB available on your hard disk. This saves headaches such as now when packages are missing. You would also have consistent package versions. (or search via sudo yum search pgf
, sudo yum search tikz
)Besides that, you could download and extract the TDS file to your
~/texmf
folder (the one you get by kpsewhich --var-value TEXMFHOME
).Stefan