diff options
author | Benjamin Chausse <benjamin@chausse.xyz> | 2025-05-03 19:16:27 -0400 |
---|---|---|
committer | Benjamin Chausse <benjamin@chausse.xyz> | 2025-05-03 19:16:27 -0400 |
commit | 8f5d226fa73f06d8c91cdd52279b53c2d631fa04 (patch) | |
tree | 54af852b0675114798a85444a8936715ad42d640 /rapport/main.tex | |
parent | 31770f756479dad31932b52e72ab9342247ba542 (diff) |
Rapport presentation page
Diffstat (limited to 'rapport/main.tex')
-rw-r--r-- | rapport/main.tex | 37 |
1 files changed, 37 insertions, 0 deletions
diff --git a/rapport/main.tex b/rapport/main.tex new file mode 100644 index 0000000..152d503 --- /dev/null +++ b/rapport/main.tex @@ -0,0 +1,37 @@ +\documentclass[a11paper]{article} + +\usepackage{karnaugh-map} +\usepackage{tabularx} +\usepackage{titlepage} +\usepackage{document} +\usepackage{booktabs} +\usepackage{multicol} +\usepackage{float} +\usepackage[usenames,dvipsnames]{xcolor} + +\title{Rapport d'APP} + +\class{Logique Combinatoire} +\classnb{GEN420 \& GEN430} + +\teacher{Marwan Besrour \& Gabriel Bélanger} + +\author{ + \addtolength{\tabcolsep}{-0.4em} + \begin{tabular}{rcl} % Ajouter des auteurs au besoin + Benjamin Chausse & -- & CHAB1704 \\ + Shawn Couture & -- & COUS1912 \\ + \end{tabular} +} + +\newcommand{\todo}[1]{\begin{color}{Red}\textbf{TODO:} #1\end{color}} +\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}} + +\begin{document} +\maketitle + +\todo{test} \fixme{another test} \note{interesting} \question{wtf} + +\end{document} |