From 6eede3a0703e0b8040ad92984053928e47c00c47 Mon Sep 17 00:00:00 2001 From: Denis Chevalier Date: Mon, 10 Aug 2026 07:37:21 +0200 Subject: load add-unit via lib/unify.typ in preamble --- preamble.typ | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'preamble.typ') diff --git a/preamble.typ b/preamble.typ index a0a4629..5789f6e 100644 --- a/preamble.typ +++ b/preamble.typ @@ -1,4 +1,4 @@ -#import "@preview/unify:0.8.1": add-unit +#import "lib/unify.typ": add-unit // All units for the specification should be specified here #add-unit("ppm", "ppm", "upright(\"ppm\")") -- cgit