Note: The installation process takes time to complete since the LaTeX packages are quite large..
git clone https://github.com/aitcsim/ait-thesis-latex-template.git
cd ait-thesis-latex-template
sh setup/bootstrap.sh
We do recommend using Vagrant.
git clone https://github.com/aitcsim/ait-thesis-latex-template.git
cd ait-thesis-latex-template
vagrant up
Easy! You can just run make
to generate your thesis (PDF file).
Do the following steps:
- Run
vagrant ssh
to get into the machine. - Run
cd /vagrant/
to go to the synced folder. - Run
make
to generate your thesis (PDF file).