Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/aitcsim/ait-thesis-latex-template

AIT Thesis - LaTeX Template
https://github.com/aitcsim/ait-thesis-latex-template

ait-thesis latex-template tex thesis vagrant

Last synced: 3 months ago
JSON representation

AIT Thesis - LaTeX Template

Awesome Lists containing this project

README

        

# AIT Thesis - LaTeX Template

Installation
------------
**Note:** The installation process takes time to complete since the LaTeX packages are quite large..

### Ubuntu Users
```
git clone https://github.com/aitcsim/ait-thesis-latex-template.git
cd ait-thesis-latex-template
sh setup/bootstrap.sh
```

### Mac OS Users
We do recommend using Vagrant.
```
git clone https://github.com/aitcsim/ait-thesis-latex-template.git
cd ait-thesis-latex-template
vagrant up
```

Getting Started
------------
### Ubuntu Users
Easy! You can just run `make` to generate your thesis (PDF file).

### Mac OS Users (using Vagrant)
Do the following steps:
1. Run `vagrant ssh` to get into the machine.
2. Run `cd /vagrant/` to go to the synced folder.
3. Run `make` to generate your thesis (PDF file).