forked from touying-typ/touying
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathslides.typ
38 lines (28 loc) · 926 Bytes
/
slides.typ
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
#import "../lib.typ": *
#let s = themes.default.register(aspect-ratio: "16-9")
// #let s = themes.simple.register(aspect-ratio: "16-9", footer: [Simple slides])
// #let s = themes.metropolis.register(aspect-ratio: "16-9", footer: [Custom footer])
// #let s = themes.dewdrop.register(aspect-ratio: "16-9", footer: [Dewdrop])
// #let s = themes.university.register(aspect-ratio: "16-9")
// #let s = themes.aqua.register(aspect-ratio: "16-9")
#let s = (s.methods.info)(
self: s,
title: [Title],
subtitle: [Subtitle],
author: [Authors],
date: datetime.today(),
institution: [Institution],
)
#let s = (s.methods.enable-transparent-cover)(self: s)
#let (init, slides, touying-outline, alert) = utils.methods(s)
#show: init
#show strong: alert
#let (slide, empty-slide) = utils.slides(s)
#show: slides
= Let's start a new section
== First Title
First content
#pause
with a pause.
== Second Title
Second content.