l

light-report-uia

@preview

Template for reports at the University of Agder

v0.1.1
MIT
Template

Package Information

Last Updated
Categories
report

Preview

Template preview

1. Get the package

Download the package using the TPIX CLI:

tpix get @preview/light-report-uia:0.1.1

2. Initialize from template

Create a new project from this template:

typst init @preview/light-report-uia:0.1.1

Version History

0.1.1
17a7a083fe69...
0.1.0
a790b8a6a03f...

light-report-uia

Unofficial report template for reports at the University of Agder.

Supports both norwegian and english.

Usage:

#import "@preview/light-report-uia:0.1.1": report

// CHANGE THESE
#show: report.with(
  title: "New project",
  authors: (
    "Lars Larsen",
    "Lise Lisesen",
    "Knut Knutsen",
  ),
  group-name: "Group 14",
  course-code: "IKT123-G",
  course-name: "Course name",
  date: "august 2024",
  lang: "en", // use "no" for norwegian
  references: bibliography("references.yml"),
)
// then do anything