TeX Live and MacTeXUnable to Compile tikz package

Information and discussion about TeX Live distribution for all platforms (Windows, Linux, Mac OS X) and the related MacTeX: installing, updating, configuring
Post Reply
NavyaLatex
Posts: 1
Joined: Wed Feb 22, 2017 8:51 am

Unable to Compile tikz package

Post by NavyaLatex »

I have installed texlive 2016 in my rhel 5.3
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}

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org
LaTeX Beginner's Guide LaTeX Cookbook LaTeX TikZ graphics TikZによるLaTeXグラフィックス
User avatar
Johannes_B
Site Moderator
Posts: 4182
Joined: Thu Nov 01, 2012 4:08 pm

Unable to Compile tikz package

Post by Johannes_B »

Use the TeX Live manager or your distributions package manager to download extra packages.
The smart way: Calm down and take a deep breath, read posts and provided links attentively, try to understand and ask if necessary.
User avatar
Stefan Kottwitz
Site Admin
Posts: 10290
Joined: Mon Mar 10, 2008 9:44 pm

Unable to Compile tikz package

Post by Stefan Kottwitz »

Better do a full install (such as by 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
LaTeX.org admin
Post Reply