Added proofs and fixed typos

This commit is contained in:
saundersp
2025-03-30 22:05:09 +02:00
parent f95eee7d29
commit 38880b1f21
8 changed files with 637 additions and 147 deletions

View File

@ -97,6 +97,32 @@
\end{itemize}
\end{mdframed}
\langsection{Tableau}{Table}
\begin{verbatim}
\begin{tabular}{|c|c|c|}
\hline
$C_{1, 1}$ & $C_{2, 1}$ & $C_{3, 1}$ \\
\hline
$C_{1, 2}$ & $C_{2, 2}$ & $C_{3, 2}$ \\
\hline
$C_{1, 3}$ & $C_{2, 3}$ & $C_{3, 3}$ \\
\hline
\end{tabular}
\end{verbatim}
\begin{mdframed}
\begin{tabular}{|c|c|c|}
\hline
$C_{1, 1}$ & $C_{2, 1}$ & $C_{3, 1}$ \\
\hline
$C_{1, 2}$ & $C_{2, 2}$ & $C_{3, 2}$ \\
\hline
$C_{1, 3}$ & $C_{2, 3}$ & $C_{3, 3}$ \\
\hline
\end{tabular}
\end{mdframed}
\langsection{Paquets additionnels}{Additional packages}
%TODO Complete section