4de47949

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 of the provided sample latex document called example-report.tex, example-report-1A.tex or example-pidr.tex. Edit the different properties (author, title, figures, 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 [Merge Request]
  6. Thanks a lot!