12 lines
227 B
TeX
12 lines
227 B
TeX
\section{Look at this Table}
|
|
|
|
\begin{table}[ht]
|
|
\centering
|
|
\begin{tabular}{c|c}
|
|
First col & Second col \\
|
|
wow & right
|
|
\end{tabular}
|
|
\caption{Omg much data}
|
|
\label{tab:greattable}
|
|
\end{table}
|