This is a very basic LaTeX template provided by TELECOM Nancy for Master thesis and PIDR report.
Make a copy the provided sample latex document called example-report.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).
In order to contribute to this template, you just have to submit a pull request.
- Fork it.
- Create a branch (
git checkout -b my_template
) - Commit your changes (
git commit -am "[+] english support"
) - Push to the branch (
git push origin my_template
) - Open a Pull Request
- Thanks a lot!