m

modern-cug-report

@preview

Chinese Technical report writing standards.

v0.1.3
MIT
Template

Preview

Template preview

1. Get the package

Download the package using the TPIX CLI:

tpix get @preview/modern-cug-report:0.1.3

2. Initialize from template

Create a new project from this template:

typst init @preview/modern-cug-report:0.1.3

Version History

0.1.30.13.1
9aec99ddafb1...
0.1.10.12.0
6148d6bd2eee...
0.1.00.12.0
a630afdb5eb2...

typst自然科学报告写作规范

Typst Template for Natural Science Reports

Installation

  • Local mode
# 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
  • Official released
#import "@local/modern-cug-report:0.1.3": *
#show: (doc) => template(doc, 
  footer: "CUG水文气象学2025",
  header: "蒸散发的基本原理"
)
#let delta(x) = $Delta #x$

Example

A complete example can be found at: example/ch03_Evapotranspiration.typ

The following is the output of the above example: