summaryrefslogtreecommitdiff
path: root/main.tex
blob: d12b96d3bd0d254aad3162683d9b261c630c4b57 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
\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}