From 71ccbf8cb92fafe6fad40a0eac095b03b0e37b12 Mon Sep 17 00:00:00 2001 From: Paul Tsouchlos Date: Thu, 23 Jan 2025 08:18:56 -0500 Subject: [PATCH] chore: update manual generation lib --- docs/manual.typ | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/manual.typ b/docs/manual.typ index 5d159ff..7d0120c 100644 --- a/docs/manual.typ +++ b/docs/manual.typ @@ -1,9 +1,9 @@ #import "../lib.typ" -#import "@preview/tidy:0.3.0" +#import "@preview/tidy:0.4.1" #let docs = tidy.parse-module( read("../lib.typ"), name: "Modern CV", scope: (resume: lib), ) -#tidy.show-module(docs) +#tidy.show-module(docs, style: tidy.styles.minimal)