Skip to content

Commit

Permalink
fix: update thumbnail.png
Browse files Browse the repository at this point in the history
  • Loading branch information
OrangeX4 committed Mar 15, 2024
1 parent 59f97a5 commit 4168c44
Showing 2 changed files with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions template/main.typ
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
#import "@preview/touying:0.3.2": *

#let s = themes.university.register(aspect-ratio: "16-9")
// Themes: default, simple, metropolis, dewdrop, university, aqua
#let s = themes.aqua.register(aspect-ratio: "16-9")
#let s = (s.methods.info)(
self: s,
title: [Title],
title: [Start Your Writing in Touying],
subtitle: [Subtitle],
author: [Authors],
author: [Author],
date: datetime.today(),
institution: [Institution],
)
@@ -14,7 +15,7 @@

#show strong: alert

#let (slide, title-slide, focus-slide, matrix-slide) = utils.slides(s)
#let (slide, title-slide, focus-slide) = utils.slides(s)
#show: slides


Binary file modified thumbnail.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 4168c44

Please sign in to comment.