A Typst template for master theses and doctoral dissertations for NTHU (National Tsing Hua University).
國立清華大學碩士(博士)論文Typst模板。
This template uses the official fonts from the Ministry of Education of Taiwan (Edukai/TW-MOE-Std-Kai), which are required to be downloaded and installed manually from language.moe.gov.tw. For the Typst web app, upload the font to the project directory.
此模板中文部分使用教育部標準楷書字體(Edukai/TW-MOE-Std-Kai),在編譯文件前需要自language.moe.gov.tw下載並手動安裝。若使用的是Typst web app,則需要下載後上傳至Typst專案內。
All the content of the thesis are in the thesis.typ
file.
In the beginning of thesis.typ
, there is a call to the setup-thesis(info, style)
function that configures the metadata (the titles and the author etc.) and the styling of the thesis document.
Replace the values with your own.
所有論文內容皆位於thesis.typ
檔案內。該檔案前段的部分呼叫了setup-thesis(info, style)
函式,設置論文的雜項資訊(標題及作者等)及外觀選項,請置換為自己的資訊。
$ typst init @preview/canonical-nthu-thesis:0.1.0 my-thesis
$ cd my-thesis
$ typst watch thesis.typ
Development and issue tracking happens on the repository on Codeberg.
This project is licensed under the MIT License.