GeneralInstalling PGF-TIKZ

LaTeX specific issues not fitting into one of the other forums of this category.
jhapk
Posts: 81
Joined: Tue Apr 20, 2010 9:33 pm

Re: Installing PGF-TIKZ

Post by jhapk »

Hi,

I have attached the system texmf.cnf. I had to rename it because this website was not allowing me to upload a file with extension cnf. And if there are any secrets, the system-administrator will have to deal with it :D
Attachments
config.tex
system config file
(22.29 KiB) Downloaded 228 times

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org

NEW: TikZ book now 40% off at Amazon.com for a short time.

Stefan Kottwitz
Site Admin
Posts: 10348
Joined: Mon Mar 10, 2008 9:44 pm

Installing PGF-TIKZ

Post by Stefan Kottwitz »

The location cannot be found there.
Check at the command line:

set
senenv

and all possible kpsewhich paths. Perhas post the results here.

Stefan
LaTeX.org admin
jhapk
Posts: 81
Joined: Tue Apr 20, 2010 9:33 pm

Re: Installing PGF-TIKZ

Post by jhapk »

Hi Stefan,

sorry but I didn't get you. What environment variables am I supposed to declare?
User avatar
Stefan Kottwitz
Site Admin
Posts: 10348
Joined: Mon Mar 10, 2008 9:44 pm

Installing PGF-TIKZ

Post by Stefan Kottwitz »

For instance

Code: Select all

kpsewhich -show-path=.sty
should show the search path for .sty files.

Environment variables can be changed by the set or setenv command.
I would go through the path variables visible in texmf.cnf and check what

Code: Select all

kpsewhich -var-value=PATH
shows.

Stefan
LaTeX.org admin
jhapk
Posts: 81
Joined: Tue Apr 20, 2010 9:33 pm

Re: Installing PGF-TIKZ

Post by jhapk »

Hi Stefan,

I cheated. I just asked my system administrator to upgrade the pgf package and he did it :) So its all good now. Thank you so much for all the discussion.
User avatar
Stefan Kottwitz
Site Admin
Posts: 10348
Joined: Mon Mar 10, 2008 9:44 pm

Re: Installing PGF-TIKZ

Post by Stefan Kottwitz »

Great! That's the best way and all users benefit. :)
Perhaps the admin could also configure that the user tree TEXMFHOME in ~/texmf would be supported. It could save him work if users can use packages in their home directory instead of always asking the admin, and it's nothing what would interfere with the network.

Stefan
LaTeX.org admin
Post Reply