From d3d7a23417beb063005fa074a6200c5b65507a91 Mon Sep 17 00:00:00 2001 From: Zuri Klaschka Date: Fri, 17 May 2024 01:17:54 +0200 Subject: [PATCH] Fix discrepancies Things that were already addressed during the review of delegis:0.1.0 but never transferred to the source repo. --- README.md | 4 ++-- template/main.typ | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index aa37f8d..dab5e82 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ While this `README.md` gives you a brief overview of the package's usage, we rec ### Importing the Package ```typst -#import "@preview/delegis:0.1.0": * +#import "@preview/delegis:0.2.0": * ``` ### Initializing the template @@ -22,7 +22,7 @@ While this `README.md` gives you a brief overview of the package's usage, we rec #show: it => delegis( // Metadata title: "Vereinsordnung zu ABCDEF", // title of the law/bylaw/... - abbrev: "ABCDEFVO", // abbreviation of the law/bylaw/... + abbreviation: "ABCDEFVO", // abbreviation of the law/bylaw/... resolution: "3. Beschluss des Vorstands vom 24.01.2024", // resolution number and date in-effect: "24.01.2024", // date when it comes into effect draft: false, // whether this is a draft diff --git a/template/main.typ b/template/main.typ index e6f1319..ab0996e 100644 --- a/template/main.typ +++ b/template/main.typ @@ -1,9 +1,9 @@ -#import "@preview/delegis:0.1.0": * +#import "@preview/delegis:0.2.0": * #show: it => delegis( // Metadata title: "Vereinsordnung zu ABCDEF", - abbrev: "ABCDEFVO", + abbreviation: "ABCDEFVO", resolution: "3. Beschluss des Vorstands vom 24.01.2024", in-effect: "24.01.2024", draft: false,