Recently I found an old LaTeX document I've written in 1994. It starts with a line
\documentstyle[makeidx,twoside,german,bibgerm,a4wide,mydefs,
equations,fleqn,psfig]{script}
Now I tried to compile this document using an actual version of MiKTeX on my windows machine, but pdflatex complains about an undefined contol sequences '\phspace':
! Undefined control sequence.
<argument> \uppercase {i}\phspace
{1em}Fail--Stop
I'm very sure this document compiled without any errors in 1994 (it was my thesis). What can I do to make this compilable again?