mttamtam / ci-thesis

LaTeX Template of Thesis at Creative Informatics

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

LaTeX Template of Thesis at Creative Informatics

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:TeX 96.8%Language:Makefile 3.2%