I'm making some tables in my thesis, but have a problem (with all of them). All the lines are ok, except under the first column there is an additional two lines (see screenshot).
The code for this table is the following:
Code: Select all
\begin{center}
\begin{tabular}{| l | l | l | l | l |}
\hline
Manufacterer & Diameter(inch) & Pitch (inch) & Number of blades & Weight (g) \\ \hline
GWS & 12 & 4.5 & 2 & 12.56
\\ \hline
GWS & 10 & 4.5 & 2 & 7.92 \\ \hline
GWS & 8 & 4.5 & 2 & 5.55 \\
\hline
APC & 10 & 4.5 & 2 & 14.25 \\
\hline
APC & 10 & 5.0 & 2 & 19.52 \\
\hline
APC & 10 & 6 & 4 & 35.58 \\
\hline
APC & 11 & 6 & 4 & 46.79 \\
\hline
APC & 10 & 6 & 2 & ?? \\
\hline
\label{tabelprops}
\end{tabular}\par
\end{center}
Thanks,
Pieterjan