Skip to content

A modern LaTeX template for your doctoral dissertation or master's thesis of NAIST-IS.

License

Notifications You must be signed in to change notification settings

kmiya/naist-thesis-tmpl-en

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

naist-thesis-tmpl-en

A modern LaTeX template for your doctoral dissertation or master's thesis of NAIST Graduate School of Information Science.

(Japanese version is here)

Features

The template:

  • consists of some .tex files instead of a .sty file 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.sty which produces hypertext links in the document.

Usage

$ git clone git@github.com:kmiya/naist-thesis-tmpl-en.git

or click this link to download as zip.

Directory Structure

.
├── 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

tex/personal_setting.tex

Write the following items to the file:

  • type of the thesis (Doctoral Dissertation or Master's Thesis)
  • degree (Doctor or MASTER)
  • major (ENGINEERING or SCIENCE)
  • title of the thesis
  • your name
  • abstract of the thesis
  • keywords of the thesis

FAQ

``Contents'' should contain itself

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).

About

A modern LaTeX template for your doctoral dissertation or master's thesis of NAIST-IS.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages