.tex文件:
\begin{table}{}
\renewcommand{\arraystretch}{1.1}
\caption{Cambridge Flow feature definition and description}
\label{cambridge-feature}}
\centering
\begin{tabular}{|c|c|}
\hline\bfseries Abbreviation &\bfseries Description\\
\hline
serv-port & Server port\\
\hline
clnt-port & Client port\\
\hline
push-pkts-serv & count of all packets with\\
& push bit set in TCP header (server to client)\\
\hline
init-win-bytes-clnt & the total number of bytes \\
& sent in initial window (client to server)\\
\hline
init-win-bytes-serv & the total number of bytes sent\\
& in initial window (server to client)\\
\hline
avg-seg-size-clnt & average segment size: \\
& data bytes devided by number of packets\\
\hline
IP-bytes-med-clnt & median of total bytes in IP packet\\
\hline
act-data-pkt-serv & count of packet with at least one byte \\
& of TCP data playload (server to client)\\
\hline
data-bytes-var-clnt & variance of total \\
& bytes in packets (client to server)\\
\hline
min-seg-size-serv & minimum segment size \\
& observed (server to client)\\
\hline
RTT-samples-serv & total number of RTT samples\\
& found (server to client),\\
& {\bf see also \cite{Moore05discriminators}}\\
\hline
push-pkts-clnt & count of all packets with push bit set \\
& in TCP header (server to client)\\
\hline
\end{tabular}
\end{table}
和错误消息:
! Extra }, or forgotten \endgroup.
\@endfloatbox ...pagefalse \outer@nobreak \egroup
\color@endbox
l.892 \end{table}
我删除了一个关闭组的符号,因为它似乎是
假的,如$x}$'. But perhaps the } is legitimate and
you forgot something else, as in
\ hbox {$ x}'。在这种情况下
恢复的方法是插入遗忘和
删除材料,例如,输入“I $}”。
我的表中没有$,这也是{与}匹配,并且在我评论引文之后,错误仍然存在。
任何人都可以提供帮助吗?
非常感谢所有评论!
! Extra }, or forgotten \endgroup.
答案 0 :(得分:13)
这一行:
\label{cambridge-feature}}
有一个额外的右支撑。