我在多列环境之外创建了一个表格,但似乎无法将其格式化以使其在列内工作。表格的代码如下。
\begin{table}
\centering
\makebox[0pt][c]{\parbox{0.9\textwidth}{
\begin{minipage}[b]{0.45\textwidth}
\begin{tabular}{|c|c|}
\hline
Compound & Proportion \\ [0.5ex]
\hline\hline
SiO\textsubscript{2} & 67.5\% \\
\hline
Al\textsubscript{2}O\textsubscript{3} & 13.5\% \\
\hline
Fe\textsubscript{2}O\textsubscript{3} & 4.5\% \\
\hline
CO\textsubscript{2} & 4.5\% \\
\hline
H\textsubscript{2}O & 10\% \\ [1ex]
\hline
\end{tabular}
\captionof{CAPTION}
\label{TABLE}
\end{minipage}
}}
\end{table}
如果有人知道如何正确格式化它那就太好了!