summaryrefslogtreecommitdiff
path: root/main.tex
diff options
context:
space:
mode:
Diffstat (limited to 'main.tex')
-rw-r--r--main.tex14
1 files changed, 11 insertions, 3 deletions
diff --git a/main.tex b/main.tex
index ffcb710..b75d627 100644
--- a/main.tex
+++ b/main.tex
@@ -5,8 +5,11 @@
\usepackage[T1]{fontenc}
\usepackage[french]{babel}
+% Optional packages and tools (Uncomment to your needs)
+% \usepackage{toolbox}
+
% \addbibresource{bibliography.bib}
-\nofiles
+% \nofiles
% \institution{Université de Sherbrooke}
% \faculty{Faculté de génie}
@@ -14,7 +17,12 @@
\title{Titre du document}
\classnb{GEN420}
\class{Mathématiques des circuits logiques}
-% \author{Benjamin Chausse -- CIP}
+\author{
+ \addtolength{\tabcolsep}{-0.4em}
+ \begin{tabular}{rcl} % Ajouter des auteurs au besoin
+ Prénom Nom & -- & CIP \\
+ \end{tabular}
+}
% \teacher{Benjamin Chausse}
% \location{Sherbrooke}
% \date{\today}
@@ -28,5 +36,5 @@
% \newpage
-% \printbibliography
+% \printbibliography[heading=bibintoc]
\end{document}