n

ntust-thesis-unofficial

@preview

臺灣科技大學論文模板。Thesis template for National Taiwan University of Science and Technology

v1.3.0
MIT
Template

Package Information

Last Updated
Minimum Typst Version
0.14.0
Authors
8LWXpg
Categories
thesis
Disciplines
education

Preview

Template preview

1. Get the package

Download the package using the TPIX CLI:

tpix get @preview/ntust-thesis-unofficial:1.3.0

2. Initialize from template

Create a new project from this template:

typst init @preview/ntust-thesis-unofficial:1.3.0

Version History

1.3.00.14.0
c72138fdec77...
1.2.00.14.0
92912c7bed99...
1.1.00.14.0
834df7cd7bf5...
1.0.20.14.0
6ab7eb3df115...
1.0.10.14.0
77beb29c6cbe...
1.0.00.14.2
fc0173a14003...

NTUST Thesis Typst Template

臺灣科技大學論文模板。Thesis template for National Taiwan University of Science and Technology.

Usage

Create a new project using this template:

typst init @preview/ntust-thesis-unofficial:1.3.0 my-thesis

Move into the project directory:

cd my-thesis

Download NTUST logo or run the following command to download it directly into the project:

curl -L -o logo.png "https://www.secretariat.ntust.edu.tw/app/index.php?Action=downloadfile&file=WVhSMFlXTm9Mekl3TDNCMFlWOHpPRE13TkY4M09UTXhPVFUzWHpNMU16YzJMbkJ1Wnc9PQ==&fname=LOGGYSOKRKDCOOYXEDLKIG24FC30TWLK50FGXSMKGG25WWRKDCMKYSTWSSOKCDFCNOWWUT0520FGNK24KOOKQL00"

Change the logo and fonts in main.typ if needed.

#show: ntust-thesis.with(
  // ...
  // logo: image("logo.png"), // 放入校徽圖片
  // fonts: ("Times New Roman", "DFKai-SB"), // 使用 Window 自帶的字體
  // ...
)

And then compile:

typst compile main.typ

Fonts

Default fonts used in this template:

There are no clear terms regarding the distribution of the logo, so it's not included in the repository. You can download it from NTUST official website.

Preview

main.pdf

Official NTUST Thesis Format

Notice

Placeholder text and structure adapted from

Both licensed under Apache 2.0.