loujott / latex-lab

Automatically exported from code.google.com/p/latex-lab
0 stars 0 forks source link

TikZ Library Chains not present #340

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Use the chains library from TikZ, like
  \usepackage{tikz}
  \usetikzlibrary{chains}
2. Compile
3. Cry, because the document does not compile with error
  ! I can't find file `pgflibrarytikzchains.code.tex'.
<argument> ...t pgflibrarytikz\pgf@temp .code.tex 

What is the expected output? What do you see instead?
I should see a compiled document using chains from tikz

What version of the product are you using? On what browser?
I'm using version 2.0, under Firefox 9.0.1

Please provide any additional information below.
I think that the problem is that the library is not available. Same thing 
happens with other libraries, like standalone. Maybe making a full installation 
of all the packages available on CTAN would solve further problems.

Original issue reported on code.google.com by adin...@gmail.com on 19 Jan 2012 at 12:04