\begin{table}[h]%The best place to locate the table environment is directly after its first reference in text
\caption{\label{tab:table1}%
A table of the original periods and calculations of $g$ with the overall corrections.
}
\begin{ruledtabular}
\begin{tabular}{ l @{\qquad} ccccc }
\textrm{Number of Trials}
\textrm{Average Period}&
\textrm{Initial Angle}&
\textrm{Approximate $g$ Value}&
\textrm{Correction 1}&
\textrm{Correction 2}\\
\colrule
2 & 2.54 & 1 & 1 & 1\\
C & 2. & 1 & 1 & 1 & 1\\
Al & 2 & 1 & 1 & 1 & 1\\
\end{tabular}
\end{ruledtabular}
\end{table}
I am making a 2 column scientific paper and I am trying to put a table in, but my table columns overlap like I just have a 1 column paper. The table graphic of the two lines above and below my table work fine, but the columns of text themselves like "Correction 1" jut into the second column of my paper. How can I tell LateX to just make the font size smaller?
