2010-05-18 68 views
4

嘿,我遇到了这些乳胶格式问题,任何人都可以提供一些帮助?!额外},或忘记 endgroup。乳胶

的.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 \[email protected] \egroup 
\[email protected] 
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

请格式化您的代码。如果你只是发布一段文字,人们不会帮忙。 – 2010-05-18 02:47:54

回答

12

这条线:

\label{cambridge-feature}} 

有一个额外的右括号。