Package Information
- Last Updated
- Minimum Typst Version
- 0.14.0
- Authors
- CrowdingFaun624
- Categories
- visualization
- Disciplines
- biology
- Dependencies
- @preview/cetz:0.4.2
1. Get the package
Download the package using the TPIX CLI:
tpix get @preview/pedigrypst:0.1.02. Import in your Typst file
Add this to your .typ file:
#import "@preview/pedigrypst:0.1.0": *Pedigrypst is a package for drawing pedigrees.
Examples
|
|
Usage
For information, check the manual.
To use this package, simply add the following code to your document:
#import "@preview/pedigrypst:0.1.0" as pedigrypst: pedigree
#pedigree({
import pedigrypst: *
// Pedigree data here
individual(1, 1, "male")
})