Skip to content

A typst template for assigenment or report | typst 作业报告模板

Notifications You must be signed in to change notification settings

KVM-Explorer/AssignmentTemplate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AssignmentTemplate

A template for assigenment or report Typst 作业报告模板

alt text

引入template模板配置基础信息,其余正常使用

import template
#import "template.typ": *
#show: template.with(
  title: [Full Title],
  short_title: "Short Title",
  description: [
  ],
  date: datetime(year: 2024, month: 07, day: 15),
  authors: (
    (
      name: "xxx",
    ),
  ),
  affiliations: (
    (id: "1", name: "University"),
  ),
  bibliography_file: "ref.bib",
  paper_size: "a4",
  cols: 1,
  text_font: "XCharter",
  code_font: "Cascadia Mono",
  accent: black, 
)

Demo演示

clone 到本地,使用typst编译。

About

A typst template for assigenment or report | typst 作业报告模板

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published