对于这种长表格在WORD里面我们可以应付的来,但是在LaTeX中就没有那么容易了,如果不换行的话,就会出现表格显示不完全。
现在打开WinEdt70
输入以下代码:
\newcommand{\tabincell}[2]{\begin{tabular}{@{}#1@{}}#2\end{tabular}} %表格自动换行
\begin{table}[htbp]
\centering
\caption{\label{tab:test}FEATURES USED IN EXPERIMENT}
\begin{tabular}{|c|c|c|}
\hline
\tabincell{c}{Number \\ of \\ features} & Description of each feature \\
\hline
9 & \tabincell{c}{Magnitude of second, fourth,and sixth components of \\FFT of 3 axes} \\
\hline
12 & Mean, standard deviation, energy, correlation of 3 axes \\
\hline
21 & \tabincell{c}{Magnitude of second, fourth,and sixth components of FFT,\\ Mean,
standard deviation, energy,correlation of 3 axes} \\
\hline
27 & \tabincell{c}{Magnitude of second, fourth,and sixth components of FFT,\\ Mean, standard deviation, energy,correlation, time between\\ peaks, number of peaks per computation unit of 3 axes} \\
\hline
\end{tabular}
\end{table}
这就是生成出来的示意图,通过更改代码的显示方式,还可以改为三线表格
\begin{table}[h]
表格绘制代码
\end{table}
或者不放在 table环境中 就是在当前位置的。
上面的那个回答 是什么乱七八糟的,和latex代码没什么关系,即使在texlive下 代码也一样。
搞不通 他在回答什么。
\renewcommand{\tablename}{\xiaosihao\HEI 表}
\renewcommand{\thetable}{\CJKnumber{\value{table}}}
欢迎分享,转载请注明来源:内存溢出
评论列表(0条)