I am new to TikZ and reading through the manual working out the first example which happens to use the intersections library. When I try
\usetikzlibrary{intersections}
LaTex spits out the following error:
./tikz.tex:5:I can't find file `tikzlibraryintersections.code.tex'
Does anyone know how I can somehow get the library and where I should put it?
intersectionslibrary is part of TikZ, you don't need to install it separately. If TikZ cannot find it, it could mean that your TikZ package is incorrectly installed. – Jan Hlavacek Feb 08 '11 at 21:46sudo aptitude install pgfas suggested in the manual. Neither solved the problem. – Hanmyo Feb 08 '11 at 21:57