我有一张水平的表格,代码如下,但如何将这张表格和文本并排放置,就像我们在书中看到的那样,请尽快告诉我。谢谢你的帮助。
\begin{table}
\centering
\caption{Resource Potential \& Metal Production estimation \cite{sharma2011deep}}
\begin{tabular}{|l|l|l|l|l|l|}[H]
\hline
\textbf{Metal} &
\multicolumn{1}{c|}{\textbf{\begin{tabular}[c]{@{}c@{}}Mean \\ Concentration\end{tabular}}} &
\multicolumn{1}{c|}{\textbf{\begin{tabular}[c]{@{}c@{}}Resource\\ Potential t\\ (million tonnes)\end{tabular}}} &
\multicolumn{1}{c|}{\textbf{\begin{tabular}[c]{@{}c@{}}Metal Production\\ per Year (mi.t)\end{tabular}}} &
\multicolumn{1}{c|}{\textbf{\begin{tabular}[c]{@{}c@{}}Price of Metal\\ (\$/kg)\end{tabular}}} &
\multicolumn{1}{c|}{\textbf{\begin{tabular}[c]{@{}c@{}}Gross In-Place\\ Value of Metal\\ \$/year\end{tabular}}} \\ \hline
Dry Nodules & 55\% of wet nodule & 206,250,000 & - & - & - \\ \hline
Manganese & 24\% of dry nodule & 49,500,000 & 360,000 & 1.32 & 475,200,000 \\ \hline
Nickel & 1.1\% of dry nodule & 2,268,750 & 16,500 & 23.00 & 379,500,000 \\ \hline
Copper & 1.04\% of dry nodule & 2,145,000 & 15,600 & 8.30 & 129,480,000 \\ \hline
Cobalt & 0.1\% of dry nodule & 206,250 & 1,500 & 39.20 & 58,800,000 \\ \hline
Total & 26.24\% & 54,120,000 & 393,600 & & 1,042,980,000 \\ \hline
\end{tabular}
\end{table}