Skip to content

Commit d3d7a23

Browse files
authored
Fix discrepancies
Things that were already addressed during the review of delegis:0.1.0 but never transferred to the source repo.
1 parent f8c955d commit d3d7a23

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ While this `README.md` gives you a brief overview of the package's usage, we rec
1313
### Importing the Package
1414

1515
```typst
16-
#import "@preview/delegis:0.1.0": *
16+
#import "@preview/delegis:0.2.0": *
1717
```
1818

1919
### Initializing the template
@@ -22,7 +22,7 @@ While this `README.md` gives you a brief overview of the package's usage, we rec
2222
#show: it => delegis(
2323
// Metadata
2424
title: "Vereinsordnung zu ABCDEF", // title of the law/bylaw/...
25-
abbrev: "ABCDEFVO", // abbreviation of the law/bylaw/...
25+
abbreviation: "ABCDEFVO", // abbreviation of the law/bylaw/...
2626
resolution: "3. Beschluss des Vorstands vom 24.01.2024", // resolution number and date
2727
in-effect: "24.01.2024", // date when it comes into effect
2828
draft: false, // whether this is a draft

template/main.typ

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
#import "@preview/delegis:0.1.0": *
1+
#import "@preview/delegis:0.2.0": *
22

33
#show: it => delegis(
44
// Metadata
55
title: "Vereinsordnung zu ABCDEF",
6-
abbrev: "ABCDEFVO",
6+
abbreviation: "ABCDEFVO",
77
resolution: "3. Beschluss des Vorstands vom 24.01.2024",
88
in-effect: "24.01.2024",
99
draft: false,

0 commit comments

Comments
 (0)