t

touying-simpl-cau

@preview

Touying Slide Theme for China Agricultural University

v0.2.1
MIT
Template

Package Information

Last Updated
Categories
presentation

Preview

Template preview

1. Get the package

Download the package using the TPIX CLI:

tpix get @preview/touying-simpl-cau:0.2.1

2. Initialize from template

Create a new project from this template:

typst init @preview/touying-simpl-cau:0.2.1

Version History

0.2.1
cef3ed4ab36b...
0.2.0
d2afdb9800b2...
0.1.0
d4266ce8d180...

Touying Slide Theme for China Agricultural University

Version
License

A slide theme for China Agricultural University based on the Touying presentation framework.

Modified from the Touying Slide Theme for Beihang University.

Preview Online

Usage

Import the theme in existing projects

#import "@preview/touying:0.6.1": *
#import "@preview/touying-simpl-cau:0.2.1": *

#show: cau-theme.with(
    config-info(
        title: [Touying for CAU: Customize Your Slide Title Here],
        subtitle: [Customize Your Slide Subtitle Here],
        author: [Authors],
        date: datetime.today(),
        institution: [China Agricultural University],
    ),
    // use-background: false, // Uncomment to disable background image
)

#title-slide() // Create a title slide

#outline-slide() // Create an outline slide

// Add your content here

Create a new project with typst init

Quickly scaffold a new presentation with:

$ typst init @preview/touying-simpl-cau
Successfully created new project from @preview/touying-simpl-cau:<latest>
To start writing, run:
> cd touying-simpl-cau
> typst watch main.typ

Examples

See examples for more details.

Compile the examples yourself:

$ typst compile ./examples/main.typ --root .

The compiled presentation will be available at ./examples/main.pdf.

Development

This package is maintained using:

  • Typship - for publishing to the Typst package registry.
  • Typst Upgrade - for upgrading Typst packages.

License

Licensed under the MIT License.