u

unified-uia-thesis

@preview

Port of the UiA bachelor/master thesis template to Typst.

v0.1.0
MIT
Template

Package Information

Last Updated
Categories
thesis

Preview

Template preview

1. Get the package

Download the package using the TPIX CLI:

tpix get @preview/unified-uia-thesis:0.1.0

2. Initialize from template

Create a new project from this template:

typst init @preview/unified-uia-thesis:0.1.0

Version History

0.1.0
f4e364227ff6...

unified-uia-thesis

Unified thesis template for bachelor and master theses. It supports both english and norwegian:

[format]
lang = "no" # or "en"
type = "bachelor" # or "master"

Usage

#show: report.with(
  // define static metadata in meta.toml
  meta: toml("meta.toml"),

  // anything that goes before the table of contents, like an abstract, acknowledgements, or the group declaration
  frontmatter: include "/frontmatter.typ",

  references: bibliography("references.yml"),

  // anything that comes after the bibliography
  appendices: include "/appendices.typ",

  // to hide the table of contents
  // contents: false,

  // to hide the listings
  // listings: false,
)
// then do anything

It's basically a 1:1 copy of the "Bachelor & Master's Thesis" LaTeX template, with the addition of a glossary.