
Ich arbeite derzeit an einem Dokument und habe da eine ziemlich große Tabelle eingebaut, aber irgendwie schmeißt das mir jetzt die vier Fehler
! Misplaced \noalign. \hline ->\noalign {\ifnum 0=`}\fi \let \hskip \vskip \let \vrule \hrule \let... l.383 \hline I expect to see \noalign only after the \cr of an alignment. Proceed, and I'll ignore this case. ! You can't use `\hrule' here except with leaders. \vline ->\vrule \@width \arrayrulewidth l.383 \hline To put a horizontal rule in an hbox or an alignment, you should use \leaders or \hrulefill (see The TeXbook). ! Missing number, treated as zero. <to be read again> } l.383 \hline A number should have been here; I inserted `0'. (If you can't figure out why I needed to see a number, look up `weird error' in the index to The TeXbook.) ! Illegal unit of measure (pt inserted). <to be read again> } l.383 \hline Dimensions can be in units of em, ex, in, pt, pc, cm, mm, dd, cc, nd, nc, bp, or sp; but yours is a new one! I'll assume that you meant to say pt, for printer's points. To recover gracefully from this error, it's best to delete the erroneous units; e.g., type `2' to delete two letters. (See Chapter 27 of The TeXbook.)
Ich hoffe ihr könnt mir helfen! Danke.
\begin{tabular}{|>{\columncolor{green}}c|c|c|c|c|c|c|c|c|} \hline \rowcolor{green} $\;$ & A & B & C & D & E & F & G & H \tabularnewline \hline 1 & \multicolumn{3}{l|}{\textbf{Haushaltsbuch September}} & $\;$ & $\;$ & $\;$ & $\;$ & $\;$ \tabularnewline \hline 2 & $\;$ & $\;$ & $\;$ & $\;$ & $\;$ & $\;$ & $\;$ & $\;$ \tabularnewline \hline 3 & \textbf{Datum} & \textbf{Einnahmen} & \multicolumn{4}{c|}{\textbf{Ausgaben}} & $\;$ & \textbf{Stand} \tabularnewline \hline $\;$ & $\;$ & $\;$ & $\;$ & Miete, & $\;$ & $\;$ & $\;$ & $\;$ \tabularnewline $\;$ & $\;$ & $\;$ & Nahrung, & Nebenkosten, & Bekleidung & $\;$ & Summe der & $\;$ \tabularnewline 4 & $\;$ & $\;$ & Getr"anke & Energie & Schuhe & Sonstiges & Ausgaben & $\;$ \tabularnewline \hline 5 & 01.09. & 340,00\EUR & 15,49\EUR & $\;$ & $\;$ & $\;$ & 15,49\EUR & 324,51\EUR \tabularnewline \hline 6 & 04.09. & 164,00\EUR & 3,15\EUR & 25,00\EUR & 1,79\EUR & 12,80\EUR & 42,74\EUR & 445,77\EUR \tabularnewline \hline 7 & 05.09. & $\;$ & 21,34\EUR & $\;$ & $\;$ & 10,00\EUR & 31,34\EUR & 414,43\EUR \tabularnewline \hline 8 & 07.09. & $\;$ & $\;$ & $\;$ & $\;$ & 5,60\EUR & 5,60\EUR & 408,83\EUR \tabularnewline \hline 9 & $\;$ & $\;$ & $\;$ & $\;$ & $\;$ & $\;$ & $\;$ & $\;$ \tabularnewline \hline 10 & $\;$ & \textbf{=SUMME(B5:B9)} & \textbf{39,98\EUR} & \textbf{25,00\EUR} & \textbf{1,79\EUR} & \textbf{28,40\EUR} & $\;$ & $\;$ \tabularnewline \hline \end{tabular}