我的文档中有以下表格代码,
Arranging the information into the data table gives:
\begin{table}[h!]
\centering
\begin{tabular}{c|cc|c|c} \\ %\hline
& Taco & Burrito & Relation & Resources \\ \hline
Production & $x$ & $y$ & & \\ \hline
Meat & 5 & 2 & $\leq$ & 15*16=240 \\
Cheese & 3 & 6 & $\leq$ & 22.5*16 =360 \\ \hline
Objective: P & \$0.50 & \$0.80 & & \\
\end{tabular}
\caption{Materials Table}
\label{Table 1:}
\end{table}
有人能向我解释一下如何格式化第一条垂直线,使其不比其他垂直线长,以及如何消除表格上方和“gives”末尾的大空间吗?谢谢。
答案1
您已指定表格的第一行没有可见内容,并且只有第一列中的一个单元格,因此存在空白和长规则。
\\ %\hline
去除\\