Giter Site home page Giter Site logo

kino3 / ku-is-thesis-tmpl-en Goto Github PK

View Code? Open in Web Editor NEW

This project forked from kmiya/naist-thesis-tmpl-en

0.0 2.0 0.0 255 KB

An unofficial LaTeX template for your doctoral dissertation of Graduate School of Science, Kanagawa University.

License: MIT License

TeX 100.00%

ku-is-thesis-tmpl-en's Introduction

ku-is-thesis-tmpl-en

An unofficial LaTeX template for your doctoral dissertation of KU Graduate School of Science. This is a modified version of naist-thesis-tmpl-en.

Notice!

  • 2016-10-06 This template will be suddenly updated because of my dissertation is in progress.

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 [email protected]: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 your student number, 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)
  • student number (e.g., doctor: DD123456, master: MT123456)
  • 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).

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.