Universe

Create project in app

Version

A Typst package for creating presentation at Aarhus University, built on top of Touying.

#import "@preview/touying-au-community:0.1.0": *

#show: touying-au-community.with(
  aspect-ratio: "16-9",
  config-info(
    title: [A custom presentation theme for Aarhus University],
    subtitle: [Built with Touying],
    author: [John Doe],
    date: datetime.today(),
    institution: [Aarhus University],
    department: [Department of Engineering],
  ),
)

Note: For this package to work you need to provide it with the AU fonts. You can download these here. (You will need both the AU Passata and AU Logo font).

Examples

Example of the title slide Example of a simple slide Example of the end slide

Change log

0.1.0

  • Initial release