Browse Source

add a table at the end

Olivier Marty 8 years ago
parent
commit
137db34876
1 changed files with 28 additions and 0 deletions
  1. 28 0
      main.tex

+ 28 - 0
main.tex

@@ -245,4 +245,32 @@ Temps de cuisson : $O(n)$
 
 
 \end{multicols}
+
+\renewcommand{\arraystretch}{2} % ver
+\setlength\tabcolsep{2.3em} % hor
+\begin{tabular}{ | l | l | l | l | l | l | l | l | l | l | l | }
+\hline
+	& A & B & C & D & E & F & G & H & I & J \\
+\hline
+	Ol &&&&&&&&&&\\
+\hline
+	Sh &&&&&&&&&&\\
+\hline
+	Th &&&&&&&&&&\\
+\hline
+	C&&&&&&&&&&\\
+	O&&&&&&&&&&\\
+	M&&&&&&&&&&\\
+	M&&&&&&&&&&\\
+	E&&&&&&&&&&\\
+	N&&&&&&&&&&\\
+	T&&&&&&&&&&\\
+	A&&&&&&&&&&\\
+	I&&&&&&&&&&\\
+	R&&&&&&&&&&\\
+	E&&&&&&&&&&\\
+	S&&&&&&&&&&\\
+\hline
+\end{tabular}
+
 \end{document}