Initial commit

This commit is contained in:
Paul T
2024-03-25 10:26:10 -04:00
commit 325c783967
13 changed files with 1087 additions and 0 deletions

9
resume-documentation.typ Normal file
View File

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