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")
})