Compile old LaTeX document
I recently found an old LaTeX doc that I wrote in 1994. It starts with the line
\documentstyle[makeidx,twoside,german,bibgerm,a4wide,mydefs, equations,fleqn,psfig]{script}
Now I tried to compile this document using a real version of MiKTeX on my windows machine, but pdflatex complains about the undefined contol '\ phspace' sequence:
! Undefined control sequence.
<argument> \uppercase {i}\phspace
{1em}Fail--Stop
I am very confident that this document was compiled without errors in 1994 (this was my thesis). What can I do to make this build again?
+2
source to share