Code Monkey home page Code Monkey logo

nthuthesis's Introduction

The NTHUthesis LaTeX Class

This README describes how to use the NTHUthesis class with LaTeX to produce high quality typeset theses that are suitable for submission to National Tsing Hua University (NTHU).

cover chinese-abstract english-abstract table-of-contents

Class Options

There are two class options that can be used to control the behavior of NTHUthesis. These are specified in the traditional LaTeX way. For example,

\documentclass[master]{NTHUthesis}

master, doctor

NTHUthesis offers two modes for typesetting theses. The master mode will produce theses for a master's degree. On the other hand, the doctor mode will produce doctoral theses.

nowatermark

By default, NTHUthesis produces theses with watermarking. However, the watermark can be omitted by specifying the nowatermark option. For example,

\documentclass[doctor,nowatermark]{NTHUthesis}

Provided Commands

  • \makecover: Create a cover that is suitable for submission to NTHU.
  • \maketoc: Create a table of contents, including the list of figures and the list of tables.
  • Thesis information is specified in thesis_info.tex through the following commands:
    • \titleZH: Title in Chinese
    • \titleEN: Title in English
    • \instituteZH: Institute in Chinese
    • \studentID: Author's student ID
    • \studentZH: Author's name in Chinese
    • \studentEN: Author's name in English
    • \advisorZH: Advisor's name in Chinese
    • \advisorEN: Advisor's name in English
    • \yearZH: The year of the dissertation defense
    • \monthZH: The month of the dissertation defense

Provided Environments

  • abstractZH: Create a chapter of the abstract in Chinese.
  • abstractEN: Create a chapter of the abstract in English.
  • acknowledgementsZH: Create a chapter of acknowledgements in Chinese.
  • acknowledgementsEN: Create a chapter of acknowledgements in English.

Minimal Working Example

thesis_main.tex

This is a template for typesetting the main manuscript that is suitable for submission. One can access the output of this template through exmaples/thesis_main.pdf.

thesis_cover.tex

This is a template for typesetting the cover without watermarking. One can access the output of this template through exmaples/thesis_cover.pdf.

thesis_abstracts.tex

This is a template for typesetting the abstract of the main manuscript. One can access the output of this template through exmaples/thesis_abstracts.pdf.

Reference

nthuthesis's People

Contributors

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