s

simple-bupt-report

@preview

一份简单的北邮实验报告模板 Simple BUPT Report

v0.1.1
MIT
Template

Package Information

Last Updated
Authors
April
Categories
report

Preview

Template preview

1. Get the package

Download the package using the TPIX CLI:

tpix get @preview/simple-bupt-report:0.1.1

2. Initialize from template

Create a new project from this template:

typst init @preview/simple-bupt-report:0.1.1

Version History

0.1.1
f5952b963595...
0.1.0
1cdbbf8b64f1...

BUPT-Report-Typst

A lab report template designed for BUPT students! (Originally created for DSP lab reports)

The cover page has an elegant BUPT logo and information section same with the Word Version.

[!IMPORTANT]
Although the template closely follows the university's Word template format, minor discrepancies may exist...

Basic Font Formatting

  • Level-1 heading: SimHei + Times New Roman, 14pt, bold
  • Level-2 heading: SimHei + Times New Roman, 12pt, bold
  • Main text: SimSun + Times New Roman, 12pt, 1.2 line spacing, 2-character indentation, justified alignment
  • Captions: FangSong + Times New Roman, 10.5pt

My Additions (mainly to match docx formatting)

  • Level-2 heading indentation
  • Code block indentation
  • Title line spacing adjustments
  • Auto indentation

Newest Version: 0.1.1

Example Usage

#import "@preview/simple-bupt-report:0.1.1": experiment-report
#show: doc => experiment-report(
  title: "《信号处理实验》实验报告",
  semester: "2024-2025学年第二学期",
  class: "2023211113",
  name: "张三",
  student-id: "2021123456",
  date: "2024年4月14日",
  doc
)

= Main Title

== Section1
...
== Section2
...

(PS: If you encounter any formatting issues, feel free to open an issue)