pablospe / PHD_Thesis_ETH

Template for ETH Thesis

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This folder is already a git repository

Thesis/
    .
    ├── .gitignore
    ├── abbreviation_short.bib
    ├── bibliography.bib
    ├── ieee.bst
    ├── Makefile
    ├── pablo.bst
    ├── README.txt
    ├── shrinkpdf.sh
    ├── tex
    │   ├── abstract.tex
    │   ├── acknowledgement.tex
    │   ├── dedication.tex
    │   ├── hyperref_colors.tex
    │   ├── hyperref.tex
    │   ├── preambule.tex
    │   ├── tableofcontents.tex
    │   └── title.tex
    ├── thesis.kilepr
    ├── thesis.pdf                   (generated with 'make')
    ├── thesis.tex                   (MAIN)
    └── wmaainf.bst


Compilation with Makefile
=========================

    > make
    > make clean
    > make compress

About

Template for ETH Thesis


Languages

Language:TeX 70.4%Language:Shell 22.7%Language:Rascal 5.1%Language:Makefile 1.8%