Package Information
- Last Updated
- Minimum Typst Version
- 0.13.1
- Authors
- Dongdong Kong
- Categories
- layoutreport
Preview
1. Get the package
Download the package using the TPIX CLI:
tpix get @preview/modern-cug-report:0.1.32. Initialize from template
Create a new project from this template:
typst init @preview/modern-cug-report:0.1.3typst自然科学报告写作规范
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:



