Universe

Create project in app

A theme for Universität Bremen slides for use with Polylux.

Title page

Installation

Add this template to your Typst project:

typst init @preview/moin-uni-slides:0.1.0

Usage

Create a new typst file and import the template:

#import "@preview/polylux:0.4.0": *
#import "@preview/moin-uni-slides:0.1.0": *

#show: theme.with(
  title: "Titel der Präsentation",
  author: "Vorname Nachname",
  date: datetime.today()
)

Font

You need to have the Arial font on your system or in your project, as it is the Uni design font. (Instructions on how to add a font)

License

MIT License