feat!: rename "lab-pz-template" to "pz-lb-template"

feat!: make authors.*.edu_program optional, derive it from edu_program_short instead
docs: minor changes to readme and lab template
This commit is contained in:
2025-03-12 23:02:32 +02:00
parent cf10e0fbdc
commit 0b8ceda4f1
3 changed files with 23 additions and 17 deletions

View File

@ -40,12 +40,16 @@ typst init @local/nure:0.0.0 project-name
Include lib.typ in your project and utilize the provided functions:
```typst
// Import the template
#import "lib.typ": *
// Import the template either from a local package...
#import "@local/nure:0.0.0": *
// ...or by importing a lib.typ directly from a project's root directory
// #import "lib.typ": *
// Setup the document
#show: lab-pz-template.with(
#show: pz-lb-template.with(
title: "Some title",
// etc: "and so on",
// ...
)
// this template automatically inserts a `=title`