-
Notifications
You must be signed in to change notification settings - Fork 14
Expand file tree
/
Copy pathconfig.typ
More file actions
25 lines (24 loc) · 874 Bytes
/
config.typ
File metadata and controls
25 lines (24 loc) · 874 Bytes
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
#let config-dict = (
title: ("基于SIP多媒体系统的数据会议","研究与实现"),
class-number: [2101011],
student-number:[2101010025],
student-name: [张~~三],
school-name: [通信工程学院],
major-name: [通信工程],
teacher-name: [李~~四],
teacherInXDU-name:(
display: false,
body: [(如无院内导师,则无需写此条)]
),
ch-heading-font: ("SimHei","SimSun","SimSun"),
en-heading-font: ("Times New Roman","Times New Roman","Times New Roman"),
heading-fontsize: (16pt,14pt,12pt),
ch-main-font: "SimSun",
en-main-font: "Times New Roman",
main-fontsize: 12pt,
caption-fontsize: 10.5pt,
header-fontsize: 10.5pt,
pagenum-fontsize: 9pt,
float-figure: auto, // 图片是否浮动,如果是auto,则自动浮动,如果是none,图片在原位置
symmetrical-margins: false, // 是否对称页边距
)