Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ntut-xuan/NTUT-Thesis-Template
A XeLaTeX thesis template for National Taipei University of Technology.
https://github.com/ntut-xuan/NTUT-Thesis-Template
ntut thesis-template xelatex
Last synced: 2 months ago
JSON representation
A XeLaTeX thesis template for National Taipei University of Technology.
- Host: GitHub
- URL: https://github.com/ntut-xuan/NTUT-Thesis-Template
- Owner: ntut-xuan
- License: mit
- Created: 2024-04-28T21:39:47.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2024-06-19T14:00:19.000Z (5 months ago)
- Last Synced: 2024-06-20T00:46:32.511Z (5 months ago)
- Topics: ntut, thesis-template, xelatex
- Language: TeX
- Homepage:
- Size: 1.07 MB
- Stars: 7
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- latex-templates - ntut-xuan/<br>NTUT-Thesis-Template - xuan/NTUT-Thesis-Template?style=flat-square)<br/>![7](https://img.shields.io/github/forks/ntut-xuan/NTUT-Thesis-Template?style=flat-square)<br/>![2024-07-01](https://img.shields.io/github/last-commit/ntut-xuan/NTUT-Thesis-Template?style=flat-square) | A XeLaTeX thesis template for National Taipei University of Technology. | (Popular & New LaTeX Templates / Thesis/Dissertation)
README
# NTUT-Thesis-Template
基於 XeLaTeX 的北科論文模板。
喜歡的話就點個右上角的星星:)
## 快速入門
### texlive 安裝
你需要 `texlive` 來開始編譯 `.tex` 檔案。
#### macOS
```
brew install texlive
```#### Ubuntu
```
sudo apt-get update
sudo apt-get install texlive-full
```### 設定文件參數與字體
你可以在 `ntut-labels.tex` 進行參數的設定,例如:科系、論文名稱、學位、研究生等。
另外,你需要額外修改兩處:
- 在 `page/abstract.tex` 與 `page/abstract-en.tex` 中,你需要在此撰寫您的論文頁數與關鍵字。
- 在 `main.tex` 中,你可能需要修改字體的檔案,例如在 macOS 或 Linux 上似乎沒有標楷體。### 編譯 .tex 檔案
```bash
xelatex main
bibtex main
xelatex main
```## 檔案架構
你可以隨意新增自己的章節,以及修改中文與英文 abstract 的頁數與關鍵字。
```
./chapter
├── chapter1-introduction.tex <---- 章節一
└── chapter2-related-work.tex <---- 章節二
./static-page
└── signpage.pdf <----------------- 「學位論文口試委員會審定書」掃描檔
./page
├── abstract-en.tex <-------------- 英文 abstract
├── abstract.tex <----------------- 中文 abstract
├── blankpage.tex <---------------- 空白頁
├── reference.tex <---------------- 參考文獻
├── table-of-content.tex <--------- 各式各樣的目錄
├── thanks.tex <------------------- 致謝
└── titlepage.tex <---------------- 首頁
ntut-labels.tex <------------------ 各式各樣的 label 設定值
ntut-logo-with-label.png <--------- 北科 Logo(有國立臺北科技大學字樣)
ntut-logo.png <-------------------- 北科 Logo 浮水印
ntut-reports.cls <----------------- LaTeX 樣式
reference.bib <-------------------- 參考文獻 bib 檔
```## 特別感謝
這份專案的存在,得特別感謝:
- 國立臺北科技大學 資訊工程系 孫勤昱老師
- 國立臺北科技大學 資訊工程系 陳昱圻老師感謝兩位老師給予機會與協助!