To download the source code for building the thesis run:
git clone --branch main --depth 1 https://github.com/rekkasa/phd_thesis.git
Before building the thesis, the development environment needs to be generated:
make environment
To build the thesis, run:
make _book/Beyond-the-average-treatment-effect.pdf
The generated thesis pdf will be stored in
_book/Beyond-the-average-treatment-effect.pdf
Finally, the propositions can be generated with:
make propositions
NOTE: To build the thesis connection to the internet is required.