Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 

README.md

Typst Typesetting Templates

Simple, fast document templates using Typst.

Quick Start

  1. Install Typst:

    # Using cargo
    cargo install typst-cli
    # Or download from https://github.com/typst/typst/releases
  2. Choose a template from typst/ directory:

    • note.typ - For notes and documentation
    • report.typ - For professional reports
    • slide.typ - For presentations
  3. Compile:

    typst compile your-file.typ

Examples

Template Previews

View the compiled examples from our Typst templates:

Tip

Click the links below to view PDFs in your browser or download them locally.

📄 Note Template

  • Purpose: Simple notes and documentation
  • Features: Clean typography, mathematical formulas, Chinese support
  • View note.pdf | Download

📊 Report Template

  • Purpose: Professional reports and academic papers
  • Features: Structured layout, abstracts, bibliography support
  • View report.pdf | Download

🎯 Slide Template

  • Purpose: Presentations and slideshows
  • Features: Modern design, mathematical notation, Chinese typography
  • View slide.pdf | Download

Downloads

Download example PDFs from GitHub Releases.