-
Notifications
You must be signed in to change notification settings - Fork 107
[Release Tracker] <v3.8.3> #615
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
4-升级指南.typ// Compiled with typst v0.13.1.
#set page(height: auto, width: auto)
#show link: set text(blue.darken(20%))
#set text(
lang: "zh",
region: "CN",
font: (
(name: "Libertinus Serif", covers: regex("[•‣–]")), // list markers
"Source Han Serif",
),
)
#show raw: set text(font: ("Fira Code", "Source Han Serif"))
#show raw: box.with(fill: gray.lighten(85%), inset: 0.25em, radius: 0.5em, baseline: 10%)
#set par(leading: 1em)
#show heading: pad.with(y: 0.5em)
#align(
center,
{
block(text(2em, weight: "bold", [升级指南]))
v(1em)
},
)
#link("https://github.com/BITNP/BIThesis/releases/tag/v3.8.3")[v3.8.3]主要是适应2025年三月末新研究生模板。
= 若已在用#link("https://github.com/BITNP/BIThesis/releases/tag/v3.8.3-alpha-1")[之前 v3.8.3-alpha-1 测试版]
这次基本没有变化,可以不升级;如想升级,照常替换原有`bithesis.cls`即可。
= 若在用 #link("https://github.com/BITNP/BIThesis/releases/tag/v3.8.2")[v3.8.2] 或更早版本
因为要填信息,不能像往常一样单纯替换`bithesis.cls`;请如下操作。
#[
#set enum(start: 0)
+ 从#link("https://grd.bit.edu.cn/xwgz/xwgz2/wjxz_xwgz/b117824.htm")[研究生院网站]或
#link("https://bithesis.bitnp.net/guide/downloading-using-templates.html")[GitHub]
下载新的模板包并解压。
+ 用新的`bithesis.cls`替换旧的`bithesis.cls`。
+ 将新的`misc/icon_{academic,professional}.jpg`复制到旧的`misc/`。
+ 参考新的`main.tex`重新填写`\BITSetup{ info = {…} }`:
- 增加学号`studentId`(用于封皮)、研究生类型`degreeType`(学术型`academic`、专业型`professional`)。
- 若是专业型研究生,增加行业合作导师`industrialMentor{,En}`。
- 若是工程硕博士专项,增加`工程硕博士专项 = true`。
+ 重新编译。
] |
BIThesis-graduate-thesis-template-3.8.3.zip
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The text was updated successfully, but these errors were encountered: