Coder Social home page Coder Social logo

ntut-thesis-template's Introduction

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.texpage/abstract-en.tex 中,你需要在此撰寫您的論文頁數與關鍵字。
  • main.tex 中,你可能需要修改字體的檔案,例如在 macOS 或 Linux 上似乎沒有標楷體。

編譯 .tex 檔案

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 檔

特別感謝

這份專案的存在,得特別感謝:

  • 國立臺北科技大學 資訊工程系 孫勤昱老師
  • 國立臺北科技大學 資訊工程系 陳昱圻老師

感謝兩位老師給予機會與協助!

ntut-thesis-template's People

Contributors

ntut-xuan avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.