Writing a master's thesis!!
This thesis use (this template)[http://github.com/TakumiBaba/master-thesis].
% git clone [email protected]:TakumiBaba/master-thesis.git
% cd master-thesis
% make
if you use gulp, main.pdf is compiled automatically
% git clone [email protected]:TakumiBaba/master-thesis.git
% cd master-thesis
$ npm install -g gulp
$ npm install
$ gulp
% export GITHUB_USERNAME=your_github_username
% export GITHUB_PASSWORD=your_github_password
upload code to gist, if code exists in ./scripts
- Fork it
- Create your feature branch (git checkout -b new-feature)
- Commit your changes (git commit -am "your message")
- Push to the branch (git push origin new-feature)
- Create Pull Request