Skip to content

0xdkay/kaist-thesis-template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Jan 28, 2021
b3d5039 · Jan 28, 2021

History

10 Commits
Nov 15, 2015
Jan 27, 2021
Jan 27, 2021
Jan 27, 2021
Nov 15, 2015
Nov 15, 2015
Jan 27, 2021
Nov 19, 2018
Jan 27, 2021
Jan 27, 2021
Jan 27, 2021
Jan 28, 2021
Jan 27, 2021
Jan 27, 2021

Repository files navigation

Description

KAIST Thesis Template for B.S., M.S., Ph.D graduation.

Usage

0. Preprequisite

You need to install textlive-full before using this package.

$ sudo apt install texlive-full

1. Clone the git repo:

$ git clone [email protected]:0xdkay/kaist-thesis-template.git

2. Build it:

$ make

(check p.pdf)

3. Structure

├── aspell.words                 # checked spell words for `make spell`
├── bin                          # helper scripts
│   ├── abbrv.pl
│   ├── aspell.sh
│   ├── diff.sh
│   ├── double.pl
│   ├── get-tex-files.sh
│   ├── hyphens.sh
│   ├── latexrun
│   ├── parse-latex-log.py
│   ├── passive.sh
│   ├── shortmonth.sh
│   └── weasel.sh
├── cmds.tex                     # handle commands
├── code                         # folder for program code
│   └── fmt.tex
├── hdr.tex                      # title, author, advisor, referee, etc
├── tabs                         # folder for latex tables
├── figs                         # folder for figures
├── kaist-ucs.cls                # KAIST thesis template
├── Makefile
├── pkgs.tex                     # import latex packages here
├── p.tex
├── README.md
├── refs                         # folder for references
│   └── p.bib
├── sections                     # your writing starts here
│   ├── abstract.tex             # sample abstract and keywords
│   ├── ack.tex                  # sample acknoledgement
│   ├── concl.tex
│   ├── cv.tex                   # sample curriculum vitae
│   ├── intro.tex
│   └── summary.tex              # sample abstract and keywords in Korean
└── warning.tex                  # filtering warnings

Original Format

https://github.com/tsgates/die

About

KAIST Thesis Template

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published