I have a resume in LaTeX format, that's using the Resume class from Michael DeCorte.
I'm trying to convert it to RTF format, and hitting some issues.
$ latex2rtf resume
resume.tex:3 Document format <resume> unknown, using article format
resume.tex:3 Package/option 'margin' unknown.
resume.tex:3 Package/option 'line' unknown.
resume.tex:7 Unknown command '\name'
resume.tex:8 Error! Could not find <\end{resume}>
The resume.cls file is in the current directory, however latex2rtf can't seem to find it?
Is there some way of getting this to work? Or another way to output the LaTeX file to RTF/Word .doc?
Cheers, Victor