From 6d6e96019f8052199bb258e30cb1d2690906cba5 Mon Sep 17 00:00:00 2001 From: Benjamin Chausse Date: Tue, 6 May 2025 13:04:23 -0400 Subject: photos in annex --- rapport/annexe.tex | 18 ++++++++++++++++++ rapport/main.tex | 1 + 2 files changed, 19 insertions(+) (limited to 'rapport') diff --git a/rapport/annexe.tex b/rapport/annexe.tex index 0c43f81..3b87539 100644 --- a/rapport/annexe.tex +++ b/rapport/annexe.tex @@ -45,6 +45,24 @@ \todo{Simulations} +\begin{figure}[H] +\centering + \includegraphics[width=.7\textwidth]{assets/img/schematic-thermo2bin.png} +\caption{Module Thermo2bin} +\end{figure} + +\begin{figure}[H] +\centering + \includegraphics[width=.7\textwidth]{assets/img/schematic-add4bits.png} +\caption{Module Add4Bits} +\end{figure} + +\begin{figure}[H] +\centering + \includegraphics[width=.7\textwidth]{assets/img/schematic-add1bit.png} +\caption{Module Add1Bit} +\end{figure} + \section{Tables de Vérité et Karnaugh} \todo{Verite}\\ diff --git a/rapport/main.tex b/rapport/main.tex index 7bde479..eea5e7d 100644 --- a/rapport/main.tex +++ b/rapport/main.tex @@ -8,6 +8,7 @@ \usepackage{multicol} \usepackage{float} \usepackage{varwidth} +\usepackage{graphicx} % \usepackage[toc,page]{appendix} \usepackage[usenames,dvipsnames]{xcolor} -- cgit v1.2.3