2010-05-18 3 views
4

hey, j'ai rencontré ce problème de format de latex, n'importe qui peut offrir de l'aide?! Extra}, ou oublié endgroup. latex

le fichier .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} 

et le message d'erreur:

! Extra }, or forgotten \endgroup. 
\@endfloatbox ...pagefalse \[email protected] \egroup 
\[email protected] 
l.892 \end{table} 

J'ai supprimé un symbole de fermeture du groupe, car il semble être faux, comme dans $x}$'. But perhaps the } is legitimate and you forgot something else, as in \ hbox {$ x} '. Dans de tels cas, le moyen de récupération consiste à insérer à la fois le matériau supprimé et le matériau supprimé , par exemple en tapant "I $}".

il n'y a pas de $ dans ma table, aussi ceci {correspond à la}, et aussi après que je commente la citation, l'erreur demeure.

quelqu'un peut offrir de l'aide?

vraiment apprécier tous les commentaires!

! Extra }, or forgotten \endgroup. 
+0

Veuillez formater votre code. Les gens ne sont pas susceptibles de vous aider si vous postez un mur de texte. –

Répondre

12

Cette ligne:

\label{cambridge-feature}} 

a une accolade droite supplémentaire.

Questions connexes