2010-05-18 19 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}} 

有一個額外的右括號。