/PhD-Thesis

Source files related to my Ph. D. thesis manuscript.

Primary LanguageTeXMIT LicenseMIT

PhD-Thesis

Build Last Commit License

Release Version Release Date

This repository contains all the sources related to my Ph. D. thesis manuscript, as well as the source file of the slides.

Authors

Florentin Thullier - 2019

Contact : florentin.thullier1@uqac.ca

Requirements

Usage

  • Clone the repository :
$ git clone https://github.com/FlorentinTh/PhD-Thesis.git
  • Open the project with VSCode :
$ cd PhD-Thesis
$ code .
  • Generate the PDF file for the first time :
$ docker-compose -f "docker-compose.yml" up -d --build

The first time you try to generate the PDF file it may take some time (depending on your hardware). Don't worry, it's totally normal and next tries will be a lot faster.

  • Generate the PDF file following times :
$ docker start latex

If you're not familiar with LaTeX, you can download the sources of this repository, extract the archive and upload the content of the src folder on Overleaf.

Related Repositories

  • PhD-Schematics

    Repository that contains all sourced schematics used in this thesis.

  • PhD-ThesisProject

    Repository that contains the first main parts of this thesis. They may have been changed since last release in this repo.

Licence

This project is licensed under MIT License - see the LICENSE file for details.