Skip to content
Snippets Groups Projects
Commit 2a836811 authored by Sander Mathijs van Veen's avatar Sander Mathijs van Veen
Browse files

Fixed latex table.

parent 83e3816d
No related branches found
No related tags found
No related merge requests found
......@@ -70,11 +70,7 @@ overall compilation process.
\subsection{Look all those tables!} % {{{
\label{sub:Look, it's a table!}
\begin{columns}[c]
\column{5cm}
\begin{table}
\begin{table}[H]
\begin{tabular}{|l|l|l|} \hline
$r_1c_1$ & $r_1c_2$ & $r_1c_3$ \\ \hline
$r_2c_1$ & $r_2c_2$ & $r_2c_3$ \\ \hline
......@@ -83,22 +79,17 @@ $r_3c_1$ & $r_3c_2$ & $r_3c_3$ \\ \hline
\caption{Basic table with three columns and rows}
\end{table}
\column{5cm}
\begin{table}
\begin{tabular}{|l|l|l|} \hline
\begin{table}[H]
\begin{tabular}{|l|ll|} \hline
$r_1c_1$ & $r_1c_2$ & $r_1c_3$ \\ \hline
$r_2c_1$ & $r_2c_2$ & $r_2c_3$ \\ \hline
$r_2c_1$ & $r_2c_2$ & $r_2c_3$ \\ \cline{2-3}
$r_3c_1$ & $r_3c_2$ & $r_3c_3$ \\ \hline
\end{tabular}
\caption{Basic table with three columns and rows}
\end{table}
\end{columns}
% }}}
% }}}
\section{Mathematics} % {{{
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment