Package Information
- Last Updated
- Authors
- Johannes Wolf
- Dependencies
- @preview/cetz:0.5.2
1. Get the package
Download the package using the TPIX CLI:
tpix get @preview/cetz-venn:0.2.02. Import in your Typst file
Add this to your .typ file:
#import "@preview/cetz-venn:0.2.0": *Version History
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
This package requires CeTZ version >= 0.5.0!
For information, see the manual (stable).
To use this package, simply add the following code to your document:
#import "@preview/cetz:0.5.2"
#import "@preview/cetz-venn:0.2.0"
#cetz.canvas({
cetz-venn.venn2()
})