From 5bce3001316507836c82368d7ac47ac9588e18e3 Mon Sep 17 00:00:00 2001 From: Florian Mathieu Date: Mon, 3 Oct 2022 15:25:10 +0200 Subject: [PATCH] edit bloc math --- representation_base/chapitre_2/README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/representation_base/chapitre_2/README.md b/representation_base/chapitre_2/README.md index 89d94f0..e407134 100644 --- a/representation_base/chapitre_2/README.md +++ b/representation_base/chapitre_2/README.md @@ -99,10 +99,10 @@ Exemple avec les entiers 13 et -13 : ```math \begin{align*} -& & \: 0 \: 0 \: 0 \: 0 \: 1 \: 1 \: 0 \: 1 \\ -+ & & \: 1 \: 1 \: 1 \: 1 \: 0 \: 0 \: 1 \: 1 \\ + \: 0 \: 0 \: 0 \: 0 \: 1 \: 1 \: 0 \: 1 \\ + \: 1 \: 1 \: 1 \: 1 \: 0 \: 0 \: 1 \: 1 \\ \hline -= & & 1 \: 0 \: 0 \: 0 \: 0 \: 0 \: 0 \: 0 \: 0 += 1 \: 0 \: 0 \: 0 \: 0 \: 0 \: 0 \: 0 \: 0 \end{align*} ```