\documentclass[a4paper, 11pt]{article} \usepackage{document} \usepackage{titlepage} % Optional packages and tools (Uncomment to your needs) \usepackage{toolbox} \usepackage{frca} % Image insertion template: % % \begin{figure}[t!] % \centering % \includegraphics[width=0.45\textwidth]{/path/to/image.jpg} % \caption{Caption Text} % \label{fig: A Relateble Name} % \end{figure} % To add a bibliography, first make sure that your file % is named "bibliography.bib" and then uncomment the % following line. % %\addbibresource{bibliography.bib} % Uncomment to compile links and references... % %\nofiles %~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~% % Title Page Parameters % %~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~% \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énom1 Nom & -- & CIP \\ Prénom2 Nom & -- & CIP \\ \end{tabular} } \teacher{John Doe} \location{Sherbrooke} \date{\today} %~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~% % Begin Document % %~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~% \begin{document} \maketitle \newpage \tableofcontents \section{This is the first section} This is some text... \subsection{This is a subsection} This is some more text! \subsubsection{You probably guessed whthat this is a subsubsection} % \begin{table}[h!] % \begin{tabular}{c c c} % \hline % item 1 & item 2 & item 3 \\ \hline \hline % item 1 & item 2 & item 3 \\ % item 1 & item 2 & item 3 \\ % \end{tabular} % \end{table} % \newpage % \printbibliography[heading=bibintoc] \end{document}