Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/aitcsim/ait-thesis-latex-template
- Owner: aitcsim
- Created: 2015-04-28T13:09:07.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2019-06-26T17:06:34.000Z (over 5 years ago)
- Last Synced: 2023-03-01T14:55:48.204Z (almost 2 years ago)
- Topics: ait-thesis, latex-template, tex, thesis, vagrant
- Language: TeX
- Size: 247 KB
- Stars: 6
- Watchers: 2
- Forks: 8
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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).