blob: a81d8d808d0130ceb02fa4355ad5c034bbcddd61 (
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
49
50
51
52
53
54
55
56
57
58
|
\documentclass[a11paper, 11pt]{article}
% xelatex
\usepackage{titlepage}
\usepackage{booktabs}
\usepackage{subcaption}
\usepackage[american]{circuitikz}
% \usepackage{showframe}
\usepackage{float}
\usepackage{multicol}
\usepackage{siunitx}
\usepackage[dvipsnames]{xcolor}
\usepackage[T1]{fontenc}
\usepackage{csquotes}
\usepackage[french]{babel}
\usepackage{hyperref}
\usepackage[french]{cleveref}
\newcommand{\note}[1]{\begin{color}{Orange}\textbf{NOTE:} #1\end{color}}
\newcommand{\fixme}[1]{\begin{color}{Fuchsia}\textbf{FIXME:} #1\end{color}}
\newcommand{\question}[1]{\begin{color}{ForestGreen}\textbf{QUESTION:} #1\end{color}}
\DeclareSIPrefix{\micro}{%
\text{%
\fontencoding{TS1}\fontfamily{kurier}\selectfont
\symbol{"B5}%
}%
}{-6}
% \addbibresource{bibliography.bib}
% \institution{Université de Sherbrooke}
% \faculty{Faculté de génie}
% \department{Département de génie électrique et de génie informatique}
\title{Annexe de résolution à la problématique}
\class{Circuits et systèmes du deuxième ordre}
\classnb{GEN111,GEN136,GEN122}
\author{
\addtolength{\tabcolsep}{-0.4em}
\begin{tabular}{rcl} % Ajouter des auteurs au besoin
Benjamin Chausse & -- & CHAB1704 \\
Sarah Gosselin & -- & GOSS3005 \\
\end{tabular}
}
\teacher{Jean-Philippe Gouin}
% \location{Sherbrooke}
% \date{\today}
\begin{document}
\maketitle
\newpage
\begin{appendix}
allo
\end{appendix}
\end{document}
|