I have some problems with a table in LaTeX.
I have this code:
Code: Select all
\begin{table}[hb]
\centering
\begin{tabular}{|c|c|}
\hline
\textbf{Formelzeichen} & \textbf{Beschreibung} & \hline\hline
$Q$ & Menge der Zustände & \hline
$\Sigma$ & Eingabealphabet & \hline
$T$ & Arbeitsalphabet & \hline
$\delta$ & Überführungsfunktion & \hline
$q_0$ & Anfangszustand & \hline
$F$ & Menge der Endzustände &
\hline
\end{tabular}
\caption{Bestandteile einer Turingmaschine}
\end{table}
! Extra alignment tab has been changed to \cr.
<recently read> \endtemplate
l.48 ...f{Formelzeichen} & \textbf{Beschreibung} &
\hline\hline
You have given more \span or & marks than there were
in the preamble to the \halign or \valign now in progress.
So I'll assume that you meant to type \cr instead.
I hope you can help me solve this problem.
Thanks a lot.