diff options
author | Benjamin Chausse <benjamin@chausse.xyz> | 2025-05-06 14:53:30 -0400 |
---|---|---|
committer | Benjamin Chausse <benjamin@chausse.xyz> | 2025-05-06 14:53:30 -0400 |
commit | 582fe4a56e0d25393de7621ab3332c9062a2a36b (patch) | |
tree | d95794e518b60b7aa90bc2d0a57ba0e0928ed008 /rapport/annexe.tex | |
parent | c32146461be86bfc0b2e19eca442ae5c64030bc1 (diff) |
Pretty pictures :)
Diffstat (limited to 'rapport/annexe.tex')
-rw-r--r-- | rapport/annexe.tex | 15 |
1 files changed, 11 insertions, 4 deletions
diff --git a/rapport/annexe.tex b/rapport/annexe.tex index f2602c5..edad984 100644 --- a/rapport/annexe.tex +++ b/rapport/annexe.tex @@ -47,22 +47,29 @@ \begin{figure}[H] \centering - \includegraphics[width=.7\textwidth]{assets/img/schematic-thermo2bin.png} + \includegraphics[width=\textwidth]{assets/img/schematic-thermo2bin.png} \caption{Module Thermo2bin} \end{figure} \begin{figure}[H] \centering - \includegraphics[width=.7\textwidth]{assets/img/schematic-add4bits.png} + \includegraphics[width=.6\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} + \includegraphics[width=.6\textwidth]{assets/img/schematic-add1bita.png} + \caption{Module Add1BitA} \end{figure} +\begin{figure}[H] + \centering + \includegraphics[width=.6\textwidth]{assets/img/schematic-add1bitb.png} + \caption{Module Add1BitB} +\end{figure} + + \newpage \section{Tables de Vérité et Karnaugh} |