summaryrefslogtreecommitdiff
path: root/main.tex
diff options
context:
space:
mode:
authorSarah Gosselin <sarah@gosselin.xyz>2024-08-31 22:09:45 -0400
committerSarah Gosselin <sarah@gosselin.xyz>2024-08-31 22:09:45 -0400
commitb6ec0066b425fecc5dc2d1f8acd68140090c7c69 (patch)
tree7a8d835e581b0fab8c960ee4388ef12e9e7bb6cb /main.tex
parent97e28a5d19b37d3221340589f3184354f5479dc4 (diff)
Placed the 'tools' inside a folder
Diffstat (limited to 'main.tex')
-rw-r--r--main.tex27
1 files changed, 16 insertions, 11 deletions
diff --git a/main.tex b/main.tex
index 0b603a0..d12b96d 100644
--- a/main.tex
+++ b/main.tex
@@ -6,37 +6,42 @@
\usepackage[french]{babel}
% Optional packages and tools (Uncomment to your needs)
+\usepackage{tools/bibliography}
\usepackage{tools/toolbox}
\usepackage{tools/engineering}
\usepackage{tools/french}
-\usepackage{tools/bibliography}
% \addbibresource{bibliography.bib}
% \nofiles
-% \institution{Université de Sherbrooke}
-% \faculty{Faculté de génie}
-% \department{Département de génie électrique et de génie informatique}
+\institution{Université de Sherbrooke}
+\faculty{Faculté de...}
+\department{Département de...}
\title{Titre du document}
-\classnb{GEN420}
-\class{Mathématiques des circuits logiques}
+\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{Benjamin Chausse}
-% \location{Sherbrooke}
-% \date{\today}
+\teacher{John Doe}
+\location{Sherbrooke}
+\date{\today}
\begin{document}
\maketitle
\newpage
-% \tableofcontents
-% \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]