I am having some troubles using the tabular wizard from kile. I did create a tabular with the wizard. But if i try to compile my document it says:
Code: Select all
Command \mc already defined. \newcommand{\mc}[3]{\multicolumn{#1}{#2}{#3}}
Code: Select all
{%
\newcommand{\mc}[3]{\multicolumn{#1}{#2}{#3}}
\begin{center}
\begin{tabular}{llllll}
& [h] & [mm] & [mm/h] & [ml/h] & [Tropfen/h]\\
Nr. & Dauer & Absenkung & Geschwindigkeit & \mc{2}{l}{Verdrängtes Volumen}\\\cline{1-6}
401 & 66 & 5.8 & 0.088 & 0.33 & 5.2\\
402 & 19 & 5.8 & 0.31 & 1.15 & 18.0\\
403 & 24 & 1.8 & 0.075 & 0.28 & 4.4\\
404 & 24 & 2.8 & 0.12 & 0.44 & 6.9\\
405 & 24 & 2.4 & 0.1 & 0.38 & 5.9\\
406 & 1 & x & x & x & x\\
407 & 1 & x & x & x & x\\
408 & 1 & x & x & x & x\\
409 & 1 & x & x & x & x\\
410 & 1 & x & x & x & x\\
411 & 1 & x & x & x & x\\
412 & 1 & x & x & x & x\\
413 & 1 & x & x & x & x\\
414 & 1 & x & x & x & x\\
415 & 1 & x & x & x & x\\
416 & 1 & x & x & x & x\\
417 & 1 & x & x & x & x\\
418 & 1 & x & x & x & x\\
419 & 1 & x & x & x & x\\
420 & 1 & x & x & x & x
\end{tabular}
\end{center}
}%