Exemple de rapport pour les TIPE (Travaux d'Initiative Personnelle Encadrés) pour les concours d'entrée aux écoles d'ingénieurs à partir de la session 2017.
Il y a surtout des exemples sur les différentes manières de composer des équations ainsi que comment introduire des portions de code Python pour illustrer son propos.
NB: le script TeXcount pourra vous être utile car il permet de compter les mots utilisés dans chaque section d'un document LaTeX. Vous en trouverez une version en ligne à l'adresse
http://app.uio.no/ifi/texcount/online.php
Il suffit d'y copier l'ensemble du document (via Ctrl-A/Ctrl-C puis Ctrl-V dans la fenêtre idoine) pour obtenir le récapitulatif tout en bas de la page qui s'ouvre alors.
(You can also get the word count in Overleaf by clicking on "Word Count" at the top of the file list panel.)
Template to write solutions to homework assignments that involve math equations, figures and code. Just one line command to add the Matlab code with its file name.
This template is based on
https://github.com/uniba-dsg/dsg-templates/tree/master/dsg-seminar-en
You can easily get started by defining variables such as the title of your
thesis etc.
Chose whether you want the title page with one logo or with two logo. Default is one.
Images go in the "images" directory. Other resources, e.g. source code files, go in the "resources" directory.
Simply start writing by adding sections in the "sections" directory and including these files in "main.tex".
Note, that this template is optimized for theses in computer science with Java as main programming language. But feel free to configure listings, e.g. for other languages.