I'm new in this forum but use LaTex for a long time. With the newest update for MikTex (downloaded from the website yesterday) I have now faced a problem with the following kind of table.
Code: Select all
\usepackage{tabularx} % Tablex has a special specifier (X) for strechting the table width
\usepackage{color,colortbl}
\begin{center}
\begin{scriptsize}
\rowcolors{1}{White}{Gray}
\setcounter{cTestStep}{1}
\captionsetup{type=table}
\begin{tabularx}{0.9\textwidth}{p{0.05\textwidth}p{0.1\textwidth}p{0.1\textwidth}Xp{0.05\textwidth}p{0.2\textwidth}}
\toprule
\textbf{Ref} & \textbf{Document type} & \textbf{Document number} & \textbf{Name} & \textbf{Rev.} & \textbf{Content} \\ \midrule
\printandinc{cTestStep} & pdf & - & VBE-Comicon\_protocol\_ver0\_3 & 0.3 & Communication protocol \\
\printandinc{cTestStep} & & & & & \\
\printandinc{cTestStep} & & & & & \\
\printandinc{cTestStep} & & & & & \\ \bottomrule
\end{tabularx}
\caption{\label{Applicable documents}Applicable documents}
\end{scriptsize}
\end{center}
Code: Select all
Error Message:
Missing number, treated as zero. \end{tabularx}
Illegal unit of measure (pt inserted). \end{tabularx}
Best regards
Andy