竭诚为您提供优质文档/双击可除
latex,表格,内容左对齐
篇一:latex表格居中
latex中使所画的表格居中的命令:\begin{table}\caption{gpio配置表}\centering
\begin{tabular}{|r||c|c|}\\end{tabular}
\end{table}
篇二:latex+表格的处理
latex表格的处理
latex表格处理概述
一般三线表的处理
带表格注释的三线表
固定列宽和自动伸缩列宽
固定列宽与对齐方式
自动伸缩列宽
跨页表格
表格旋转和后置
表格旋转
表格后置
辅助转换工具
latex表格处理概述
与word不同,latex通过一定的语法规则将表格写成纯文本形式。基本规则包括:表格从上到下,每一行从左到右,单元格内容使用tlikehyphenationintablefootnotes.}
centering }
{\Fltlikehyphenationintablefootnotes.}
}
{\Fl&$h(mu)+F_2$&$h(mu)+cl_2$\ml
$\beta$(h)&$80.9$\tmark[b]&$83.2$\nn
$\beta$(mu)&$86.7$&$87.7$\ll
}
使用threeparttable宏包。下面是典型代码和效果:
\begin{table}[htbp]
\centering\small
\begin{threeparttable}
\caption{\label{tab:results}effectoftradeopennesson
environment(airpollution)}
\begin{tabular}{lccc}
\toprule
&no$_2$&so$_2$&pm\\
\midrule
$\ln(y/pop)$&408.74*&287.25*&566.65\\
&(121.79)&(118.81)&(336.19)\\
$\ln(y/pop)^2$&$-$22.85*&$-$16.58*&$-$35.57**\\&(6.90)&(6.78)&(19.06)\\
$(x+m)/y$&$-$.29**&$-$.31*&$-$.37\\
&(.17)&(.08)&(.34)\\
$polity$&$-$3.20*&$-$6.58*&$-$6.70**\\
&(1.47)&(2.05)&(3.42)\\
$\ln(landarea/pop)$&$-$5.94&$-$2.92*&$-$13.02*\\&(5.93)&(1.39)&(6.29)\\
obs.&36&41&38\\
$R^2$&0.16&0.68&0.62\\
\bottomrule
\end{tabular}
\small
note:Robuststandarderrorsinparentheses.intercept
includedbutnotreported.
\begin{tablenotes}
\item[*]significantat5\%level
\item[**]significantat10\%level
\end{tablenotes}
\end{threeparttable}
\end{table}
固定列宽和自动伸缩列宽
有时三线表需要固定某列的列宽,或者指定整个表格的总宽度,指定某几列自动伸缩。
固定列宽与对齐方式
固定列宽可以使用array宏包的p{2cm}系列命令,如果需要指定水平对齐方式,可以使用下面的形式>{\centering}p{2cm}实现,但如果使用这种方式,缺省情况下不能使用\\换行,需要使用\tabularnewline代替。为了仍然使用\\换行,需要在导言区加上下面的代码:
版权声明:本站内容均来自互联网,仅供演示用,请勿用于商业和其他非法用途。如果侵犯了您的权益请与我们联系QQ:729038198,我们将在24小时内删除。
发表评论