s

structured-uib

@preview

Lab report template for the course PHYS114 at the University of Bergen.

v0.2.0
MIT AND MIT-0
Template

Package Information

Last Updated
Categories
report

Preview

Template preview

1. Get the package

Download the package using the TPIX CLI:

tpix get @preview/structured-uib:0.2.0

2. Initialize from template

Create a new project from this template:

typst init @preview/structured-uib:0.2.0

Version History

0.2.0
424ac017bdf0...
0.1.0
32af08d231b4...

Structured-UiB - A lab report template for the course PHYS114 at UiB

Report template to be used for laboratory reports in the course PHYS114 - Basic Measurement Science and Experimental Physics, at the University of Bergen (https://www.uib.no/en/courses/PHYS114). The template is in Norwegian only as of now.

The first part of the package name is arbitrary, such that it follows the naming guidelines of Typst.

Note: The template uses the fonts STIX Two Text and STIX Two Math (https://www.stixfonts.org/). If running Typst locally on your computer, make sure you have these fonts installed. There should be no font problems if you are using Typst via https://typst.app however.

Usage:

// IMPORTS
#import "@preview/structured-uib:0.2.0": *

// TEMPLATE SETTINGS
#show: report.with(
  task-no: "1",
  task-name: "Måling og behandling av måledata",
  authors: (
    "Student Enersen",
    "Student Toersen", 
    "Student Treersen"
  ),
  mails: (
    "student.enersen@student.uib.no", 
    "student.toersen@student.uib.no", 
    "student.treersen@student.uib.no"
  ),
  group: "1-1",
  date: "29. Apr. 2024",
  supervisor: "Professor Professorsen",
)

// CONTENT HERE...

Front page:

Image of an example front page of this template

Licenses

lib.typ is licensed under MIT. The contents of the template/ directory are licensed under MIT-0.

The emblem of the University of Bergen (located at media/uib-emblem.svg) is owned by the University of Bergen, and usage of it must follow their guidelines.