A modern LaTeX template for your doctoral dissertation or master's thesis of NAIST Graduate School of Information Science.
(Japanese version is here)
The template:
- consists of some
.texfiles instead of a.styfile for the sake of usability and customizability. - uses the KOMA-Script bundle which provides replacements for the article, report, and book classes with emphasis on typography and versatility.
- uses
hyperref.stywhich produces hypertext links in the document.
$ git clone git@github.com:kmiya/naist-thesis-tmpl-en.git
or click this link to download as zip.
.
├── thesis.pdf # sample PDF file
├── thesis.tex # main tex file
└── tex
├── cmembers.tex # write your (co-)supervisor's name
├── personal_setting.tex # write the title, abstract, etc.
├── setting.tex # write LaTeX settings such as macros
├── chap1.tex
├── chap2.tex
├── chap3.tex
├── conclusions.tex
├── references.tex
├── publist.tex
├── acknowledgements.tex
└── class_setting # you don't need to change the following files
├── eabstract.tex
└── titlepage.tex
Write the following items to the file:
- type of the thesis (
Doctoral DissertationorMaster's Thesis) - degree (
DoctororMASTER) - major (
ENGINEERINGorSCIENCE) - title of the thesis
- your name
- abstract of the thesis
- keywords of the thesis
Change the following line of setting.tex
\usepackage[nottoc]{tocbibind}to
\usepackage{tocbibind}Notice that the change might break the layout of ``Contents'' on a certain LaTeX environment (thanks to @matcha-shake for reporting this issue).