Fixed latex table.

parent 83e3816d
...@@ -70,11 +70,7 @@ overall compilation process. ...@@ -70,11 +70,7 @@ overall compilation process.
\subsection{Look all those tables!} % {{{ \subsection{Look all those tables!} % {{{
\label{sub:Look, it's a table!} \label{sub:Look, it's a table!}
\begin{columns}[c] \begin{table}[H]
\column{5cm}
\begin{table}
\begin{tabular}{|l|l|l|} \hline \begin{tabular}{|l|l|l|} \hline
$r_1c_1$ & $r_1c_2$ & $r_1c_3$ \\ \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$ \\ \hline
...@@ -83,22 +79,17 @@ $r_3c_1$ & $r_3c_2$ & $r_3c_3$ \\ \hline ...@@ -83,22 +79,17 @@ $r_3c_1$ & $r_3c_2$ & $r_3c_3$ \\ \hline
\caption{Basic table with three columns and rows} \caption{Basic table with three columns and rows}
\end{table} \end{table}
\column{5cm} \begin{table}[H]
\begin{tabular}{|l|ll|} \hline
\begin{table}
\begin{tabular}{|l|l|l|} \hline
$r_1c_1$ & $r_1c_2$ & $r_1c_3$ \\ \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 $r_3c_1$ & $r_3c_2$ & $r_3c_3$ \\ \hline
\end{tabular} \end{tabular}
\caption{Basic table with three columns and rows} \caption{Basic table with three columns and rows}
\end{table} \end{table}
\end{columns}
% }}} % }}}
% }}} % }}}
\section{Mathematics} % {{{ \section{Mathematics} % {{{
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment