I'm using the arrayjob package (to have an array data stucture) and I just added the more known array to have a vertically centered table (text+pictures).
I get an error and seems it seems the array package is executing the \newarray command (defined by arrayjob).
Usage (to declare a new array named \Correct):
\usepackage{arrayjob} \usepackage{array} \documentclass{article} \begin{document} \newarray\Correct % This line triggers the error \end{document} Error:
`! Package array Error: Illegal pream-token (C): 'c' used.
even though I did not find a \newarray command in the array documentation.
Anyone has seen this problem? Any ideas can be done to solve it?
(TeXlive in Debian)