Skip to content
Snippets Groups Projects
Commit 83e3816d authored by Sander van Veen's avatar Sander van Veen
Browse files

Added table to 'graph and table' section.

parent 32ce092e
No related branches found
No related tags found
No related merge requests found
......@@ -67,6 +67,38 @@ overall compilation process.
\section{Graph and table} % {{{
\label{sec:Graph and table}
\subsection{Look all those tables!} % {{{
\label{sub:Look, it's a table!}
\begin{columns}[c]
\column{5cm}
\begin{table}
\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
$r_3c_1$ & $r_3c_2$ & $r_3c_3$ \\ \hline
\end{tabular}
\caption{Basic table with three columns and rows}
\end{table}
\column{5cm}
\begin{table}
\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
$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} % {{{
......@@ -75,3 +107,4 @@ overall compilation process.
% }}}
\end{document}
% vim: foldmethod=marker:
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