I have a table as follows:
Code: Select all
\begin{center}
\begin{table}
\begin{tabular}{ | p{2cm} | p{2cm} | p{2cm} | p{3.0cm} | p{3.6cm} |}
\hline
Beam \newline(pi mm rad) & $K$ & $\delta K$ & With Correlations \newline ($10^{5}$ Muons) & Without Correlations \newline ($10^{6}$ Muons)
\\
\hline
0.2 & 0.32324 & 11111 & 1.1 & 0\\\hline
1.5 & 0.40207 & 22222 & 1.7 & 0\\\hline
2.5 & 0.358213 & 33333 & 1.3 & 0\\\hline
3.0 & 0.356524 & 0.0444 & 1.3 & 0\\\hline
4.0 & 0.28058 & 0.5555 & 0.8 & 0\\\hline
6.0 & 0.19506 & 0.6666 & 3.8 & 0\\\hline
8.0 & 0.32752 & 0.7777 & 1.1 & 0\\\hline
10.0 & 0.31260 & 0.8888 & 1.0 & 0\\\hline
\end{tabular}
\caption{Estimated number of muons required with and without correlations for a range of beam conditions. Correlations in our measured sample of muons have the effect of reducing the total number of muons required by an order of magnitude.}
\label{nummuonstable}
\end{table}
\end{center}
I would also like to use c. I haven't found a way to use both p and c , can anyone help?