\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} \section{Module thermo2bin} \subsection{Démarche} \subsection{Implémentation} \section{Simulation Complète} \section{Démarche d'analyse} \end{document}