/master-thesis

Master Thesis

Primary LanguageTeX

marutaru's master-thesis

Writing a master's thesis!!

This thesis use (this template)[http://github.com/marutaru/master-thesis].

usage (Use Makefile)

% git clone git@github.com:marutaru/master-thesis.git
% cd master-thesis
% make

usage (Use Gulp for Ubuntu)

if you use gulp, main.pdf is compiled automatically

% git clone git@github.com:marutaru/master-thesis.git
% cd master-thesis
$ npm install -g gulp
$ npm install
$ gulp

Contributing

  1. Fork it
  2. Create your feature branch (git checkout -b new-feature)
  3. Commit your changes (git commit -am "your message")
  4. Push to the branch (git push origin new-feature)
  5. Create Pull Request