summaryrefslogtreecommitdiff
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
parent97e28a5d19b37d3221340589f3184354f5479dc4 (diff)
Placed the 'tools' inside a folder
-rw-r--r--document.sty2
-rw-r--r--main.tex27
-rw-r--r--tools/bibliography.sty (renamed from bibliography.sty)0
-rw-r--r--tools/engineering.sty (renamed from engineering.sty)0
-rw-r--r--tools/french.sty (renamed from french.sty)0
-rw-r--r--tools/toolbox.sty (renamed from toolbox.sty)0
6 files changed, 16 insertions, 13 deletions
diff --git a/document.sty b/document.sty
index f33e91d..29d5ac8 100644
--- a/document.sty
+++ b/document.sty
@@ -7,8 +7,6 @@
% Margin Setup according to University methodology:
\RequirePackage[top=2.5cm,bottom=2.5cm,inner=3cm,outer=2.5cm]{geometry}
-% IEEE references & bibliography
-\RequirePackage[style=ieee]{biblatex}
\RequirePackage{fancyhdr} % Footer customisation
\RequirePackage{booktabs} % Elegant tables
\RequirePackage{float} % Accurate positionning of figures
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]
diff --git a/bibliography.sty b/tools/bibliography.sty
index 4022162..4022162 100644
--- a/bibliography.sty
+++ b/tools/bibliography.sty
diff --git a/engineering.sty b/tools/engineering.sty
index 74d5b62..74d5b62 100644
--- a/engineering.sty
+++ b/tools/engineering.sty
diff --git a/french.sty b/tools/french.sty
index 9e67a50..9e67a50 100644
--- a/french.sty
+++ b/tools/french.sty
diff --git a/toolbox.sty b/tools/toolbox.sty
index 9231c82..9231c82 100644
--- a/toolbox.sty
+++ b/tools/toolbox.sty