m

moin-uni-slides

@preview

Slides in the style of the University of Bremen for polylux.

v0.1.0
MIT
Template

Package Information

Last Updated
Authors
SimonIT
Categories
presentation

Preview

Template preview

1. Get the package

Download the package using the TPIX CLI:

tpix get @preview/moin-uni-slides:0.1.0

2. Initialize from template

Create a new project from this template:

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

Version History

0.1.0
98ced4328a51...

Uni Bremen Slides Theme

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