chore: update manual generation lib

This commit is contained in:
Paul Tsouchlos
2025-01-23 08:18:56 -05:00
parent 60aa2447c4
commit 71ccbf8cb9

View File

@@ -1,9 +1,9 @@
#import "../lib.typ" #import "../lib.typ"
#import "@preview/tidy:0.3.0" #import "@preview/tidy:0.4.1"
#let docs = tidy.parse-module( #let docs = tidy.parse-module(
read("../lib.typ"), read("../lib.typ"),
name: "Modern CV", name: "Modern CV",
scope: (resume: lib), scope: (resume: lib),
) )
#tidy.show-module(docs) #tidy.show-module(docs, style: tidy.styles.minimal)