This repository is a template for internship reports at the UTBM. It is based on the UTBM internship LaTeX version and has been adapted and expanded with multiple functionalities.
Table of contents |
This template can be used in several places:
- Online with Overleaf
- Locally on Windows/MacOS/Linux
Warning
This template is free to use, but the covers belongs to the UTBM and can only be used with their authorization.
Note
UTBM and all UTBM-related trademarks and logos are trademarks or registered trademarks of the University of Technology of Belfort-Montbéliard in France, other countries, or both.
You can find all configurable options of UTBM covers within the below code, but if you feel unhappy you can still edit the covers with this file here.
You can also modify their colors using those variables:
Finally you can call both covers using:
\makeutbmfrontcover{} % Front cover
\makeutbmbackcover{} % & Back cover
Covers support english and french languages, you can change the language using the babel
package:
\usepackage[english]{babel} % English
\usepackage[french]{babel} % French
There is multiple way to use this template, you can either use it online or locally:
Overleaf |
---|
|
Any other online LaTeX editors to suggest?
Clone this repository using the following command:
git clone 'https://github.com/Juknum/UTBM-Internship-Report/tree/main'
Note
You may also want to use this repository as a template, you can do it by clicking on theUse this template
button or by clicking here.
You will need a LaTeX distribution to compile this project locally, here is a list of tested and working distributions for this project:
MiKTeX |
---|
Website — Download
Easy to install but does not ship with Perl which the
On Windows
On MacOS
|
Any other LaTeX distribution to suggest?
After installing a LaTeX distribution, you will need an IDE to edit and compile your
Visual Studio Code |
---|
Website
This template require the use of the LaTeX Workshop extension to compile the While they are not required to use the template, the following extensions are recommended for some Quality of Life improvements:
To compile the report, you can use the Ctrl + Alt + B shortcut or the
|
Any other IDE to suggest?
If you want to contribute to this project, feel free to make a PR 🤍