Eliminate unnecessary decorative elements to enhance the audience’s immersion and foster a deeper state of flow.
Inspired by Dewdrop, made by OrangeX4
A Typst template created based on Touying, designed for academic presentations in university settings.
Example
See content/example/main.pdf for a sample PDF output. While the project is already complete, the example content is still under development.
Installation
These steps assume that you already have Typst installed and running. If not, please refer to github.com/typst/typst/releases/ for installation instructions.Alternatively, you can use VS Code for editing by installing the Tinymist Typst extension (recommended).
Import from Typst Universe
#import "@preview/touying-flow:1.1.0":*
#show: flow-theme.with(
aspect-ratio: "16-9",
footer: self => self.info.title,
footer-alt: self => self.info.subtitle,
navigation: "mini-slides",
primary:rgb("#004098"),//rgb(0,108,57),//rgb("#006c39"),
secondary:rgb("#004098"),//rgb(161,63,61),//rgb("#a13f3d"),
// text-font: ("Libertinus Serif"),
// text-size: 20pt,
// code-font: ("Jetbrains Mono NL","PingFang SC"),
// code-size: 16pt,
config-info(
title: [Title],
subtitle: [Subtitle],
author: [Quaternijkon],
date: datetime.today(),
institution: [USTC],
),
)
#title-slide()
= #smallcaps("Slide")
== New slide
Change Log
1.1.0 (2024-12-03)
Increase the adaptability, allowing for more freedom in replacing the materials and resources used within it.