Code: Select all
\begin{table}[!ht]
\begin{tabular}{|c|c|}
bigger table
\end{tabular}
\begin{tabular}{|c|c|}
smaller table
\end{tabular}
\end{table}
Code: Select all
\begin{table}[!ht]
\begin{tabular}{|c|c|}
bigger table
\end{tabular}
\begin{tabular}{|c|c|}
smaller table
\end{tabular}
\end{table}
NEW: TikZ book now 40% off at Amazon.com for a short time.
Code: Select all
\documentclass[11pt]{article}
\usepackage[T1]{fontenc}
\begin{document}
\begin{table}[!ht]
\begin{tabular}[t]{|c|c|}
Table Head & Table Head \\
Some Values & Some Values \\
Some Values & Some Values \\
Some Values & Some Values \\
Some Values & Some Values \\
Some Values & Some Values \\
Some Values & Some Values
\end{tabular}
\hspace{1em}
\begin{tabular}[t]{|c|c|}
Table Head & Table Head \\
Some Values & Some Values \\
Some Values & Some Values \\
Some Values & Some Values
\end{tabular}
\end{table}
\end{document}
NEW: TikZ book now 40% off at Amazon.com for a short time.