Here is a minimal example:
\documentclass{article}
\usepackage[draft]{prelim2e}
\usepackage{mparhack}
\begin{document}
\twocolumn
foo
\onecolumn
\end{document}
Compiling with pdflatex i get:
Missing number, treated as zero
<to be read again> {
l.10 \onecolumn
Permuting mparhack and prelim2e dosn't change anything.
Does anyone knows a fix?
Thanks!