[Tex/LaTex] res document class cannot compile

cvmissingresume

Is the res document class for resume still working? I never had problems with res before. However, recently I was not able to compile my cv.

I have miktex on windows 10. Even for the below MWE, got "
! LaTeX Error: Missing \begin{document}."

Thanks for any advice.

\documentclass[line, margin]{res}

\begin{document}
\name{Max Burstein}
\address{1234 Herp Derp Lane \\ Rabble, FL 34343 \\ (516) 516-5165}

\begin{resume}

\end{resume}
\end{document}

Best Answer

res.cls is not in texlive for licencing reasons but you can get the file from

https://www.ctan.org/pkg/res

and save it in the same folder as your document, then the posted document in your question runs without error.