\documentclass[12pt]{article} \usepackage{graphicx} % Required for inserting images \usepackage{graphicx} % Required for inserting images \usepackage[T1]{fontenc} \usepackage{fancyhdr} \usepackage{float} \usepackage{fancyvrb} \usepackage{amsmath} \usepackage{amsfonts} \usepackage{systeme,mathtools} \usepackage{hyperref} \hypersetup{ colorlinks, citecolor=black, filecolor=black, linkcolor=black, urlcolor=black } \renewcommand{\thesubsection}{\thesection.\alph{subsection}} \title{Devoir n°4 - 8MAP107} \author{Louis Gallet \and{Damien Placé} \and {Sacha Sitbon}} \date{Mars 2025} \begin{document} \maketitle % Liste des étudiants \begin{description} \item[Louis Gallet] GALL08010500 \item[Damien Placé] PLAD25070500 \item[Sacha Sitbon] SITS18100500 \\ \end{description} % Espace pour l'évaluation \begin{description} \item[Note :] \hrulefill\ /100\% \hspace{8cm} \item[Commentaire :] \par % Démarre un nouveau paragraphe \end{description} \newpage \tableofcontents \newpage \section{Exercice 1} \input{exo1/exo1.tex} \newpage \section{Exercice 2} \input{exo2/exo2.tex} \newpage \section{Exercice 3} \input{exo3/exo3.tex} \newpage \section{Exercice 4} \input{exo4/exo4.tex} \newpage \end{document}