All Projects → hungys → nctu-thesis-latex

hungys / nctu-thesis-latex

Licence: other
A LaTeX template for writing thesis in NCTU.

Programming Languages

TeX
3793 projects

Projects that are alternatives of or similar to nctu-thesis-latex

biblatex-abnt
📚 Estilo para BibLaTeX compatível com as normas da ABNT
Stars: ✭ 97 (+38.57%)
Mutual labels:  latex, thesis
TJUThesisLatexTemplate
LaTeX templates for TJU graduate thesis. Originally forked from code.google.com/p/tjuthesis
Stars: ✭ 77 (+10%)
Mutual labels:  latex, thesis
mit-phd-thesis
MIT Ph.D. Thesis in LaTeX
Stars: ✭ 52 (-25.71%)
Mutual labels:  latex, thesis
thesisthemeCSU
A template for the thesis of CSU (Central South University).
Stars: ✭ 13 (-81.43%)
Mutual labels:  latex, thesis
WHUT-Bachelor
武汉理工大学本科生毕业设计(论文) LaTeX 模板 LaTeX Template for Bachelor's Degree Thesis at Wuhan University of Technology (WHUT)
Stars: ✭ 18 (-74.29%)
Mutual labels:  latex, thesis
xdupgthesis
西安电子科技大学研究生学位论文XeLaTeX模板
Stars: ✭ 271 (+287.14%)
Mutual labels:  latex, thesis
kmbeamer
My themes for Beamer.
Stars: ✭ 108 (+54.29%)
Mutual labels:  latex
LatexDSL
A mini DSL to generate LaTeX from Nim
Stars: ✭ 22 (-68.57%)
Mutual labels:  latex
Yet-Another-LaTeX-Template-for-NPU-Thesis
西北工业大学硕博学位论文模版 | Yet Another Thesis Template for Northwestern Polytechnical University
Stars: ✭ 82 (+17.14%)
Mutual labels:  latex
latex-examples
small (la)tex files showing features, solutions and attempts
Stars: ✭ 54 (-22.86%)
Mutual labels:  latex
Mathematical-Modeling
A sharing of the learning process of mathematical modeling 数学建模常用工具模型算法分享:数学建模竞赛优秀论文,数学建模常用算法模型,LaTeX论文模板,SPSS工具分享。
Stars: ✭ 30 (-57.14%)
Mutual labels:  latex
Eorg
new version: https://github.com/SoftMaple/Editor
Stars: ✭ 27 (-61.43%)
Mutual labels:  latex
opendetex
Improved version of Detex - tool for extracting plain text from TeX and LaTeX sources
Stars: ✭ 179 (+155.71%)
Mutual labels:  latex
nom-bibtex
A feature complete bibtex parser using nom
Stars: ✭ 13 (-81.43%)
Mutual labels:  latex
pnglatex
Create PNG Images from LaTeX Formulas
Stars: ✭ 61 (-12.86%)
Mutual labels:  latex
latex-mimore
A minimal & modern LaTeX template for reports
Stars: ✭ 26 (-62.86%)
Mutual labels:  latex
clj-book
Книга «Clojure на производстве»
Stars: ✭ 24 (-65.71%)
Mutual labels:  latex
sshlatex
A collection of hacks to efficiently run LaTeX via ssh
Stars: ✭ 32 (-54.29%)
Mutual labels:  latex
persian-latex
A Persian Latex Template that can be used in different instances such as assignments, exams, quizzes; Not suitable for long documents such as theses or project reports.
Stars: ✭ 42 (-40%)
Mutual labels:  latex
lazylatex
Because LaTeX shouldn't be boring! 🐠 LaTeX package inspired by sphinx-rtd-theme. Build with tcolorbox, minted, tikz, etc,.
Stars: ✭ 16 (-77.14%)
Mutual labels:  latex

NCTU Thesis Template for LaTeX

nctu-thesis-latex is a LaTeX template forked from chiehmin/nctu-thesis. Some improvements are added and the format is fine-tuned to conform to the thesis specification[1] of National Chiao Tung University.

Sample

Latest PDF built by GitHub Actions: thesis.pdf

Structure

.
├── abstracts
│   ├── ch.tex   <- write Chinese abstract here
│   └── en.tex   <- write English abstract here
├── chapters
│   ├── introduction.tex   <-
│   ├── ......             <- thesis content goes here
│   └── conclusion.tex     <-
├── covers
│   ├── front.tex    <- no need for change except for customization
│   └── inside.tex   <- no need for change except for customization
├── figures
│   ├── logo.jpg
│   └── ......   <- put figures here
├── pdf
│   └── ......   <- put external PDF here
├── fonts
│   └── ......
├── reference.bib   <- manage BibTeX reference here
└── thesis.tex   <- main file for configurations

Configuration

The following configurations can all be done in thesis.tex.

  1. Fill in the thesis information.
\def\universityCh{國立交通大學}
\def\universityEn{National Chiao Tung University}
\def\collegeCh{資訊學院}
\def\collegeEn{College of Computer Science}
\def\instituteCh{資訊科學與工程研究所}
\def\instituteEn{Institute of Computer Science and Engineering}
\def\degree{Master in Computer Science}
\def\titleCh{基於卷積神經網路的論文自動生成技術}
\def\titleEn{A CNN-based Automatic Thesis Generation Technique}
\def\studentCh{王大明}
\def\studentEn{Ta-Ming Wang}
\def\advisorCh{吳小松}
\def\advisorEn{Xiao-Sung Wu}
\def\defenseYear{2017}\def\defenseYearROC{106}
\def\defenseMonth{9}\def\defenseMonthEn{September}
  1. There is a flag called paper which can help you switch the format between paper submission and electronic submission.
\settoggle{paper}{false} % set to true for paper submission
  • Paper submission
    • Margin: 2.5cm-2.5cm-3cm-2cm (except front cover)
    • Without watermark
    • With required documents (i.e., 論文審訂書, 圖書館電子授權書)
  • Electronic submission
    • Margin: 2.5cm-2.5cm-2.5cm-2.5cm
    • With watermark
  1. Update the content list once you made any change in chapters/.
\input{chapters/introduction.tex}
\input{chapters/background.tex}
\input{chapters/design.tex}
\input{chapters/implementation.tex}
\input{chapters/evaluation.tex}
\input{chapters/related_work.tex}
\input{chapters/discussion.tex}
\input{chapters/conclusion.tex}
  1. After oral defense, update the paths of required forms and documents.
\includepdf{pdf/certification.pdf}
\includepdf{pdf/authorization.pdf}

Environment

I have only tested this template on:

Other LaTeX environment may also work.

Reference

[1] 國立交通大學學位論文格式規範, http://academic.nctu.edu.tw/GetFile.aspx?type=1&id=a0ebaa60-e780-4ad1-a9c3-99b2e372fbc5

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].