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:
english
for report/thesis written in englishstage1a
andstage2a
for a first and second year internship reportpi
for the third year industrial project reportcontratpro
for third year student-apprentice project reportconfidential
for confidential report (a watermark is added on every page)pidr
for 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!