t

touying-au-community

@preview

Community Aarhus University style presentation, built with Touying

v0.2.0
MIT
Template

Package Information

Last Updated
Categories
presentation

Preview

Template preview

1. Get the package

Download the package using the TPIX CLI:

tpix get @preview/touying-au-community:0.2.0

2. Initialize from template

Create a new project from this template:

typst init @preview/touying-au-community:0.2.0

Version History

0.2.0
a464ec5fbfa8...
0.1.0
837263988171...

touying-au-community

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

#import "@preview/touying-au-community:0.2.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 the agenda slide Example of a simple slide Example of the end slide

Configuration

Option Description Default value
include-sections Include section titles in the slide heading true
include-agenda Include the agenda slide before each new section true
variant Color / theme variant "blue"

Change log

0.2.0

  • Added configuration for figures
  • Added configuration for tables
  • Added section title to slide heading
  • Added agenda slide
  • Added color variants

0.1.0

  • Initial release