Math & SciencePackage venndiagram

Information and discussion about LaTeX's math and science related features (e.g. formulas, graphs).
Post Reply
User avatar
drpartha
Posts: 43
Joined: Wed Dec 02, 2009 1:41 am

Package venndiagram

Post by drpartha »

I ran into a problem while compiling my assignment which uses the venndiagram package.

I have

Code: Select all

\usepackage{venndiagram}
in the preamble, and venndiagram.sty in the place where my assignment source is.

But, while compiling the assignment, LaTeX complains ::

Code: Select all

! I can't find file `tikzlibraryintersections.code.tex'.
<argument> ...nput tikzlibrary\pgf@temp .code.tex 
                                                  \catcode `\@ =\csname tikz...
l.46 \usetikzlibrary{intersections}
Can someone help me rectify the above error please.

Thanks in advance.

partha
Last edited by cgnieder on Sun Jul 26, 2015 2:10 pm, edited 1 time in total.

Recommended reading 2024:

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

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

Johannes_B
Site Moderator
Posts: 4182
Joined: Thu Nov 01, 2012 4:08 pm

Package venndiagram

Post by Johannes_B »

Package venndiagramm uses Tikz and especially the intersections library.
You can install missing packages/libraries using the package manager of your distribution.
As disk space is pretty cheap now, i recommend installing a vanilla TeX Live from TUG. The full installation incluldes all packages and the acompanying documentation.
The smart way: Calm down and take a deep breath, read posts and provided links attentively, try to understand and ask if necessary.
Post Reply