c

cleanified-hpi-thesis

@preview

A clean thesis template for Bachelor's and Master's theses at HPI, University of Potsdam.

v0.1.0
MIT
Template

Package Information

Last Updated
Minimum Typst Version
0.14.0
Categories
thesis
Disciplines
computer-scienceengineeringmathematicsmedicinebusiness

Preview

Template preview

1. Get the package

Download the package using the TPIX CLI:

tpix get @preview/cleanified-hpi-thesis:0.1.0

2. Initialize from template

Create a new project from this template:

typst init @preview/cleanified-hpi-thesis:0.1.0

Version History

0.1.00.14.0
eaafc8da7330...
0.0.1
36f551b1828f...

HPI Thesis Template

This template is for HPI students writing their Bachelor's or Master's thesis.

Disclaimer

  • This template is not official.
  • Official university guidelines may differ from the ones used in this template.

Getting Started

typst init @preview/cleanified-hpi-thesis

Configuration

An example configuration is located in example/.

#import "@preview/cleanified-hpi-thesis:0.1.0": *

#show: project.with(
  title: "My Very Long, Informative, Expressive, and Definitely Fancy Title",
  translation: "Eine adäquate Übersetzung meines Titels",
  name: "Max Mustermann",
  date: "17. Juli, 2025",
  study-program: "IT-Systems Engineering",
  chair: "Data-Intensive Internet Computing",
  professor: "Prof. Dr. Rosseforp Renttalp",
  advisors: ("This person", "Someone Else"),
  abstract: "Some abstract",
  abstract-de: "Der deutsche Abstract...",
  acknowledgements: "Thanks to ...",
  type: "Master",
  bibliography: bibliography("references.bib"),
  // lang: "de",
  // typography: (font: "STIX Two Text", body-text-size: 12pt),
  // layout: (for-print: true, toc-depth: 2),
  // appearance: (accent-color: rgb("#B1063A")),
  // labels: (declaration-city: "Berlin"),
)

... your content ...

Logo Usage

Please note the logo usage guidelines of University of Potsdam (UP Logo Usage Guidelines) and Hasso Plattner Institute (HPI Logo Usage Guidelines). The logos are subject to copyright of the respective institutions.