-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmetadata.typ
More file actions
34 lines (34 loc) · 1.1 KB
/
metadata.typ
File metadata and controls
34 lines (34 loc) · 1.1 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
// Import `template_zh.typ` if using Chinese
// or else import `template_en.typ` if using English
// 如果是中文论文,则导入 `template_zh.typ`
#import "resources/template_en.typ": *
#let meta = conf.with(
// CLC 分类号
class: "",
// Number 编号
serialnumber: "",
// UDC
udc: "",
// 密级 only for the Chinese template
confidence: "",
// Available for reference, only for the English template
// 中文版不用管
available_for_reference: true,
author: "San Zhang",
studentid: "12010000",
title: "Undergraduate Thesis Template",
subtitle: "A Typst One",
department: "Computer Science and Engineering",
major: "Some Major",
supervisor: "Prof. Si Li",
date: "June 30, 2024",
cabstract: "本文介绍了 sustech-ug-thesis-typst 文档模板所提供的功能。",
ckeywords: ("Typst", "模板"),
eabstract: "This document introduces the features of the sustech-ug-thesis-typst template.",
ekeywords: ("Typst", "Template"),
acknowledgements: [感谢 Typst 开发者的辛勤付出。],
linespacing: 1.5em,
parspacing: 1.5em,
outlinedepth: 3,
blind: false,
)