Universe

Pedigrypst is a package for drawing pedigrees.

Examples

A pedigree showing six generations with two consanguineous, cross-generation unions. A pedigree showing the relationship described in the song 'I'm My Own Grandpa' by Dwight Latham and Moe Jaffe.

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