Skip to content

CUG-hydro/modern-cug-report.typ

Repository files navigation

typst自然科学报告写作规范

案例:ch03_Evapotranspiration.typ

Installation

# powershell
mkdir -path $env:APPDATA/typst/packages/local
cd $env:APPDATA/typst/packages/local
git clone https://github.com/CUG-hydro/modern-cug-report.typ modern-cug-report

VSCode tinymist

安装最新版 VScode tinymist

Usage

// #import "@preview/modern-cug-report:0.1.1": *
#import "@local/modern-cug-report:0.1.3": *
#show: (doc) => template(doc, 
  footer: "CUG水文气象学2025",
  header: "蒸散发的基本原理")
#show heading.where(level: 1): set text(weight: "regular")
#let delta(x) = $Delta #x$
#counter(heading).update(2) // 章节编号

= 蒸散发的基本原理

== 物理基础

CUG-Report 样例

About

typst自然科学报告写作规范

Resources

License

Stars

Watchers

Forks

Packages

No packages published