edit bloc math

This commit is contained in:
2022-10-03 15:25:10 +02:00
parent 90002e873a
commit 5bce300131

View File

@@ -99,10 +99,10 @@ Exemple avec les entiers 13 et -13 :
```math ```math
\begin{align*} \begin{align*}
& & \: 0 \: 0 \: 0 \: 0 \: 1 \: 1 \: 0 \: 1 \\ \: 0 \: 0 \: 0 \: 0 \: 1 \: 1 \: 0 \: 1 \\
+ & & \: 1 \: 1 \: 1 \: 1 \: 0 \: 0 \: 1 \: 1 \\ \: 1 \: 1 \: 1 \: 1 \: 0 \: 0 \: 1 \: 1 \\
\hline \hline
= & & 1 \: 0 \: 0 \: 0 \: 0 \: 0 \: 0 \: 0 \: 0 = 1 \: 0 \: 0 \: 0 \: 0 \: 0 \: 0 \: 0 \: 0
\end{align*} \end{align*}
``` ```