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
Code, edit and compile here:
\begin{center}\begin{tabular}{| l | l | l | l | l |}\hlineManufacterer & Diameter(inch) & Pitch (inch) & Number of blades & Weight (g) \\ \hlineGWS & 12 & 4.5 & 2 & 12.56\\ \hlineGWS & 10 & 4.5 & 2 & 7.92 \\ \hlineGWS & 8 & 4.5 & 2 & 5.55 \\\hlineAPC & 10 & 4.5 & 2 & 14.25 \\\hlineAPC & 10 & 5.0 & 2 & 19.52 \\\hlineAPC & 10 & 6 & 4 & 35.58 \\\hlineAPC & 11 & 6 & 4 & 46.79 \\\hlineAPC & 10 & 6 & 2 & ?? \\\hline\label{tabelprops}\end{tabular}\par\end{center}
Thanks,
Pieterjan