r

report-flow-ustc

@preview

A template suitable for USTC students (of course, you can freely modify it for any school or organization) to complete course assignments or submit lab reports.

v1.1.0
MIT
Template

Preview

Template preview

1. Get the package

Download the package using the TPIX CLI:

tpix get @preview/report-flow-ustc:1.1.0

2. Initialize from template

Create a new project from this template:

typst init @preview/report-flow-ustc:1.1.0

Version History

1.1.00.11.0
adb5bb0d178d...
1.0.00.11.0
0feafc2275b6...

Lab Report Template for USTC

A template suitable for USTC students (of course, you can freely modify it for any school or organization) to complete course assignments or submit lab reports.

#import "@preview/report-flow-ustc:1.1.0": *

#show: project.with(
  course: "计算机系统",
  lab_name: "位运算实验",
  stu_name: "顶针",
  stu_num: "SA114514",
  major: "计算机科学与技术",
  department: "计算机科学与技术学院",
  date: (2024, 10, 1),
  show_content_figure: true,
//   text_font: ("STSong"),
//   text_size: 10pt,
//   code_font: ("Jetbrains Mono NL","PingFang SC"),
//   code_size: 8pt,
//   primary: rgb("#004098"),
//   secondary: rgb("#004098"),
//   watermark: "USTC",
//   alpha:94.12%,
//   watermark_font:("Times New Roman"),
//   watermark_size: 240pt,
)

= Section

== Page