Skip to content

Commit

Permalink
Fix discrepancies
Browse files Browse the repository at this point in the history
Things that were already addressed during the review of delegis:0.1.0 but never transferred to the source repo.
  • Loading branch information
pklaschka authored May 16, 2024
1 parent f8c955d commit d3d7a23
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down
4 changes: 2 additions & 2 deletions template/main.typ
Original file line number Diff line number Diff line change
@@ -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,
Expand Down

0 comments on commit d3d7a23

Please sign in to comment.