t

touying-flow

@preview

Enhancing the audience's immersion and foster a deeper state of flow.

v1.2.0
MIT
Template

Package Information

Last Updated
Minimum Typst Version
0.13.0
Categories
presentation

Preview

Template preview

1. Get the package

Download the package using the TPIX CLI:

tpix get @preview/touying-flow:1.2.0

2. Initialize from template

Create a new project from this template:

typst init @preview/touying-flow:1.2.0

Version History

1.2.00.13.0
73cf9d3d9a3b...
1.1.00.11.0
5edefe323c42...
1.0.00.11.0
2bc38dcb4c21...

touying-flow

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.