/ci-thesis

LaTeX Template of Thesis at Creative Informatics

Primary LanguageTeXBSD 3-Clause "New" or "Revised" LicenseBSD-3-Clause

ci-thesis-template

LaTeX Template of Thesis at Creative Informatics

.
├── LICENSE
├── Makefile
├── OMakefile
├── OMakeroot
├── README.md
├── cimt.cls
├── figs
│   ├── dj.jpg
│   ├── fig.eps
│   └── nowprinting.eps
├── main.bib
├── main.tex
└── src
    ├── ack.tex
    ├── appendix.tex
    ├── body.tex
    ├── concl.tex
    ├── eabst.tex
    ├── intro.tex
    ├── jabst.tex
    └── publications.tex

How to use

  1. Edit Tex files
  2. Compile to draft pdf
make
  1. Publish as release pdf
make publish
  1. Show error only
make quiet
  1. Show todo
make todo