\documentclass[a11paper, 11pt]{article} \usepackage{document} \usepackage{titlepage} \usepackage[T1]{fontenc} \usepackage[french]{babel} % Optional packages and tools (Uncomment to your needs) \usepackage{tools/bibliography} \usepackage{tools/toolbox} \usepackage{tools/engineering} \usepackage{tools/french} % \addbibresource{bibliography.bib} % \nofiles \institution{Université de Sherbrooke} \faculty{Faculté de...} \department{Département de...} \title{Titre du document} \class{Nom du cour} \classnb{ABC123} \author{ \addtolength{\tabcolsep}{-0.4em} \begin{tabular}{rcl} % Ajouter des auteurs au besoin Prénom Nom & -- & CIP \\ %Prénom2 Nom & -- & CIP \\ \end{tabular} } \teacher{John Doe} \location{Sherbrooke} \date{\today} \begin{document} \maketitle \newpage \tableofcontents \newpage \section{This is the first section} This is some text... \subsection{This is a subsection} This is some more text! % \newpage % \printbibliography[heading=bibintoc] \end{document}