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}
Learn LaTeX easily with newest books:
The LaTeX Beginner's Guide: 2nd edition and perfect for students writing a thesis
The LaTeX Cookbook: 2nd edition full of practical examples for mathematics, physics, chemistry, and more
LaTeX Graphics with TikZ: the first book about TikZ for perfect drawings in your LaTeX thesis
- Johannes_B
- Site Moderator
- Posts: 4182
- Joined: Thu Nov 01, 2012 4:08 pm
Unable to Compile tikz package
- Stefan Kottwitz
- Site Admin
- Posts: 10358
- 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