correction typo
Jannik Dreier authored
570fc4c3
Name Last commit Last update
english [+] package glossaries & makefile
french correction typo
.gitignore [+] added git ignore rules
README.md update readme

Master Thesis Template for LaTeX

This is a very basic LaTeX template provided by TELECOM Nancy for Master thesis, internship and PIDR report.

Usage

Make a copy the provided sample latex document called example-report.tex, example-report-1A.tex or example-pidr.tex. Edit the different properties (author, title, etc.). Add your references in the provided example.bib file (or add your own file).

Contributing

In order to contribute to this template, you just have to submit a pull request.

  1. Fork it.
  2. Create a branch (git checkout -b my_template)
  3. Commit your changes (git commit -am "[+] english support")
  4. Push to the branch (git push origin my_template)
  5. Open a [Pull Request]
  6. Thanks a lot!