{"id":16333014,"url":"https://github.com/davidyslu/NCTU-Thesis-Template","last_synced_at":"2025-10-25T23:30:42.536Z","repository":{"id":93934257,"uuid":"198081930","full_name":"davidyslu/NCTU-Thesis-Template","owner":"davidyslu","description":"LaTeX Template of Thesis for National Chiao Tung University (NCTU)","archived":false,"fork":false,"pushed_at":"2019-08-15T02:32:35.000Z","size":3240,"stargazers_count":11,"open_issues_count":2,"forks_count":13,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-02-07T16:12:13.207Z","etag":null,"topics":["latex","nctu","nctu-thesis","nctucs"],"latest_commit_sha":null,"homepage":"","language":"TeX","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/davidyslu.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2019-07-21T16:49:18.000Z","updated_at":"2023-05-29T06:23:35.000Z","dependencies_parsed_at":"2023-03-16T13:15:17.034Z","dependency_job_id":null,"html_url":"https://github.com/davidyslu/NCTU-Thesis-Template","commit_stats":null,"previous_names":["davidyslu/nctu-thesis-template"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/davidyslu%2FNCTU-Thesis-Template","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/davidyslu%2FNCTU-Thesis-Template/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/davidyslu%2FNCTU-Thesis-Template/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/davidyslu%2FNCTU-Thesis-Template/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/davidyslu","download_url":"https://codeload.github.com/davidyslu/NCTU-Thesis-Template/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":238223594,"owners_count":19436717,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["latex","nctu","nctu-thesis","nctucs"],"created_at":"2024-10-10T23:34:04.296Z","updated_at":"2025-10-25T23:30:37.002Z","avatar_url":"https://github.com/davidyslu.png","language":"TeX","funding_links":[],"categories":[],"sub_categories":[],"readme":"# NCTU Thesis Template\n\n此專案為「國立交通大學」碩博士論文模板。\n\n---\n## Installation\n\n\u003e 關於安裝資訊：https://www.latex-project.org/get/#tex-distributions\n\n* Windows\n    * 安裝 [MiKTeX](https://miktex.org/)\n* MacOS\n    * 安裝 [MacTeX](http://www.tug.org/mactex/)\n* Linux\n    * 安裝 [TeXLive](https://www.tug.org/texlive/)\n* Online LaTeX Service\n    * [Overleaf](https://www.overleaf.com)\n\n---\n## Usage\n\n0. 下載此專案。\n1. 執行以下指令進行編譯。\n    ```bash\n    # Make sure your current directory is correct\n    $ make\n    ```\n    * 需等待 2-3 秒，若編譯成功，會在最後一行出現以下範例訊息，而不會有任何錯誤訊息。\n        ```bash\n        ...\n        Output written on main.pdf (23 pages).\n        ```\n    * 編譯成功後會自動生成 PDF 檔案 `main.pdf`。\n2. 如何移除編譯過程所產生的中間檔案 (e.g., `main.aux`, `main.bbl`, `main.blg`, etc.)？\n    ```bash\n    # Make sure your current directory is correct\n    $ make clean\n    ```\n    * 中間檔案為非必要檔案，已經寫入 `.gitignore` 中。\n3. 如何選擇輸出格式？\n    * 圖書館上傳格式 (Upload Mode)\n        1. 開啟 [`main.tex`](main.tex)。\n        2. 將以下程式碼 (Line 6) 中的 `print` 改為 `upload`。\n            ```latex\n            % Set the class of document by NCTU\n            \\documentclass[master, watermark, final, upload]{Class/NCTUtran}\n            ```\n        3. 重新編譯即可。\n            ```bash\n            $ make\n            ```\n    * 印刷格式 (Print Mode)\n        1. 開啟 [`main.tex`](main.tex)。\n        2. 將以下程式碼 (Line 6) 中的 `upload` 改為 `print`。\n            ```latex\n            % Set the class of document by NCTU\n            \\documentclass[master, watermark, final, print]{Class/NCTUtran}\n            ```\n        3. 重新編譯即可。\n            ```bash\n            $ make\n            ```\n\n---\n## Description\n\n```bash\n# In alphabetical order\nnctu-thesis-template\n├── 0-Cover/                        # 0-論文封面文件 (自行編輯)\n│   └── Spine.docx                  #   書背製作檔 (自行編輯)\n├── 1-Cert/                         # 1-論文口試審定書 (可自行新增)\n│   ├── .gitkeep\n│   ├── 1-Certification-zh.pdf      #   論文口試審定書範本 (網工所)\n│   └── 2-Certification-en.pdf      #   論文口試審定書範本 (資科工所)\n├── 2-Auth/                         # 2-論文授權書 (可自行新增)\n│   ├── .gitkeep\n│   └── 1-Authorization.pdf         #   論文授權書範本\n├── 3-Abs/                          # 3-摘要 (自行編輯)\n│   ├── 1-Abstract-zh.tex           #   中文摘要 (自行編輯)\n│   └── 2-Abstract-en.tex           #   英文摘要 (自行編輯)\n├── 4-Ack/                          # 4-誌謝與題獻 (自行編輯)\n│   ├── 1-Acknowledgement.tex       #   誌謝頁 (自行編輯)\n│   └── 2-Dedication.tex            #   題獻頁 (自行編輯) [博士論文使用]\n├── 5-Chapters/                     # 5-論文各節內容 (可自行新增)\n│   ├── 1-Introduction.tex\n│   ├── 2-RelatedWork.tex\n│   ├── 3-Design.tex\n│   ├── 4-Evaluation.tex\n│   └── 5-Conclusion.tex\n├── 6-Bib/                          # 6-參考文獻\n│   ├── BSTcontrol.bib              #   IEEE 論文參考書目設定 (不需更動)\n│   └── thesis.bib                  #   參考文獻檔 (自行編輯)\n├── 7-Appx/                         # 7-附錄 (可自行新增)\n│   └── 1-Appx.tex           \n├── 8-Author/                       # 8-作者簡歷與著作列表 (自行編輯) [博士論文使用]\n│   ├── 1-CV.tex                    #   作者簡歷 (自行編輯) [博士論文使用]\n│   └── 2-Publications.tex          #   著作列表 (自行編輯) [博士論文使用]                               \n├── Class/                          # * 論文模板 (不需更動)\n│   ├── IEEEtran.bst                #   IEEE 論文參考書目樣式 (不需更動)\n│   ├── IEEEtrantools.sty           #   IEEE 論文模板樣式指令 (不需更動)\n│   ├── NCTUtran.cls                #   國立交通大學碩博論文模板 (不需更動)\n│   └── xCJKnumb.sty                #   中文套件 (不需更動)\n├── Config/                         # * 相關參數設定\n│   ├── config.tex                  #   設定論文標題、作者資訊等 (自行編輯)\n│   └── fonts.tex                   #   字型設定 (不需更動)\n├── Figurs/                         # * 論文圖片 (可自行新增)\n│   └── ...\n├── Tools/                          # * 相關小工具 (不需更動)\n│   └── ...\n├── .gitignore                      # 檔案忽略清單 (不需更動)\n├── CONTRIBUTING.md                 # 說明文件：如何貢獻本專案 (不需更動)\n├── GNUmakefile                     # 編譯論文檔案所用 (不需更動)\n├── LICENSE                         # 專案授權 (不需更動)\n├── main.tex                        # 論文主要檔案 (自行編輯)\n├── main.pdf                        # 論文輸出檔案\n└── README.md                       # 說明文件 (本檔案)\n```\n\n---\n## Useful Plugins\n\n* **LaTeX Workshop** (on Visual Studio Code)\n    * 備註：LaTeX Workshop 有時會出現無法按下 `Enter` 的錯誤訊息，可以改安裝 `v6.0` 版本就會解決。\n\n---\n## Reference\n\n* [The LaTex Project](https://www.latex-project.org/)\n* [CTAN](https://www.ctan.org/)\n* [LaTeX Wikibooks](https://en.wikibooks.org/wiki/LaTeX)\n\n---\n## Acknowledgement\n\n在編修此模板時，同時也參考以下的模板，感謝以下前輩之貢獻：\n* 交通大學：[Po-haoHuang/nctu-thesis](https://github.com/Po-haoHuang/nctu-thesis)\n* 臺灣大學：[tzhuan/ntu-thesis](https://github.com/tzhuan/ntu-thesis)\n* 臺灣科技大學：[ntust-thesis](https://code.google.com/archive/p/ntust-thesis/downloads)\n\n---\n## Contributor\n\n\u003e **NOTICE:** You can follow the contributing process [CONTRIBUTING.md](CONTRIBUTING.md) to join me. I am very welcome any issue!\n\nThis repository is dedicatd for all members in Networking and Sensing Systems Laboratory (NSSLAB).\n\n* [David Lu](https://github.com/yungshenglu)\n\n---\n## License\n\n[GNU GENERAL PUBLIC LICENSE Version 3](LICENSE)","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdavidyslu%2FNCTU-Thesis-Template","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdavidyslu%2FNCTU-Thesis-Template","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdavidyslu%2FNCTU-Thesis-Template/lists"}