diff options
author | Benjamin Chausse <benjamin@chausse.xyz> | 2024-12-03 15:06:56 -0500 |
---|---|---|
committer | Benjamin Chausse <benjamin@chausse.xyz> | 2024-12-03 15:06:56 -0500 |
commit | e0f1130bef12f7844cf61e0c7e7c0c7eeb02185e (patch) | |
tree | f11e702bbd707489cdbb041dd58ae460ff982f29 /annexe/main.tex | |
parent | c219bf1c73801aed35bc70771cc2e6d80cd3264a (diff) |
Batman
Diffstat (limited to 'annexe/main.tex')
-rw-r--r-- | annexe/main.tex | 58 |
1 files changed, 58 insertions, 0 deletions
diff --git a/annexe/main.tex b/annexe/main.tex new file mode 100644 index 0000000..a81d8d8 --- /dev/null +++ b/annexe/main.tex @@ -0,0 +1,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} + |