我有一个LaTeX文档,它是自动化系统的一部分。所以我不能使用固定宽度表,因为输入是不确定的。
\begin{tabular}[t]{|l|@{\hfill}r@{ }|c|@{ }l|}
\textbf{\langComponent} & \multicolumn{3}{c}{
\textbf{\shortstack{\leftresultsheader}}
}
\DTLforeach{resultstableA}{\colA=componentA,\colB=amountfracA,\colC=pmsymbolA,\colD=uncertA}{\\{\colA}&{\colB}&{\colC}&{\colD}}
\DTLforeach{resultstableB}{\colE=componentB,\colF=amountfracB,\colG=pmsymbolB,\colH=uncertB}{\\{\colE}&{\colF}&{\colG}&{\colH}}
\end{tabular}
如何将最后3列(rcl,显示结果,加号符号和不确定性)全部集中对齐,作为跨越这3列的multicoumn标题下面的组?
答案 0 :(得分:1)