Package Information
- Last Updated
- Authors
- co-gy
- Categories
- presentation
- Dependencies
- @preview/numbly:0.1.0@preview/touying:0.7.3
Preview
1. Get the package
Download the package using the TPIX CLI:
tpix get @preview/bluenote-ist:0.1.12. Initialize from template
Create a new project from this template:
typst init @preview/bluenote-ist:0.1.1touying-ist
A Touying-based seminar slide template for the Institute of Science Tokyo.
Usage
Start a new project
typst init @preview/bluenote-ist:0.1.1
The generated project contains:
main.typas the entry fileppt-config.typfor title, author, and contact informationsections.typfor slide contentimgs/for editable assets
Import into an existing project
#import "@preview/bluenote-ist:0.1.1": *
#show: ist-theme.with(
config-info(
title: [Monthly Seminar],
subtitle: [Department Research Update],
author: [Your Name],
date: datetime.today(),
institution: [Institute of Science Tokyo],
),
)
#title-slide()
#outline-slide(title: none, level: 2, indent: 1em)
= Overview
== Motivation
Your content here.
Local Development
Compile the local example in this repository with:
typst compile main.typ
To export to PowerPoint with the Touying CLI:
pip install touying
touying compile main.typ --format pptx
License
Licensed under the MIT License.