2024-07-17 12:31:54 +02:00

24 lines
809 B
Typst

#import "@preview/touying:0.4.2": *
#import "university.typ"
#let s = university.register(aspect-ratio: "16-9")
#let s = (s.methods.info)(
self: s,
title: [IOTTB],
subtitle: [An Automation Testbed for IoT Devices],
author: [Sebastian Lenzlinger],
date: datetime.today(),
institution: [University of Basel \ Department of Mathematics and Computer Science
\ Privacy-Enhancing Technologies Group],
logo: image("logo-en.svg")
)
#let s = (s.methods.numbering)(self: s, section: "1.", "1.1.1")
//#let s = (s.methods.show-notes-on-second-screen)(self: s, right)
#show figure.caption: set text(size: 8pt)
#let (init, slides, touying-outline, alert, speaker-note) = utils.methods(s)
#let (slide, empty-slide, title-slide, outline-slide, focus-slide, matrix-slide) = utils.slides(s)