Skip to content

johannes-wolf/cetz-venn

Repository files navigation

CeTZ Venn

A CeTZ library for drawing simple two- or three-set Venn diagrams.

Examples

Two set Venn diagram Three set Venn diagram

Click on the example image to jump to the code.

Usage

For information, see the manual (stable).

To use this package, simply add the following code to your document:

#import "@preview/cetz:0.2.1"
#import "@preview/cetz-venn:0.1.0"

#cetz.canvas({
  cetz-venn.venn2()
})