This is a very basic LaTeX template provided by TELECOM Nancy for Master thesis, internship and project report.
Make a copy of the provided sample latex document called example-report.tex orexample-report-1A.tex.
Edit the different properties (author, title, figures, etc.). Add your references in the provided example.bib file (or add your own file).
The document class provides few options:
englishfor report/thesis written in englishstage1aandstage2afor a first and second year internship reportpifor the third year industrial project reportcontratprofor third year student-apprentice project reportconfidentialfor confidential report (a watermark is added on every page)pidrfor interdisciplinary project -[DEPRECATED]since these reports should not comply anymore to this template -
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 [Merge Request]
- Thanks a lot!