This is a thesis template, clone and use it on local (you probably need to install `latexmk` and `pdflatex`) or server (such as [Overleaf](www.overleaf.com)).
Local: `make` (compile project), `make read` (open the result PDF file).
Overleaf: In local, run `zip -r thesis.zip * -x '*.git*' -x 'Makefile' -x 'main.pdf' -x 'README.md'` and select Upload Project with `thesis.zip`.
## Files that needs to be modified
- main.tex
- chapters/
- figures/
- biblio.bib
## Other version
Branch `original-version`: Original Project from: [https://redmine.laas.fr/projects/latex] and [git://redmine.laas.fr/laas/latex-laas/modele-these.git].