Tell me more ×
TeX - LaTeX Stack Exchange is a question and answer site for users of TeX, LaTeX, ConTeXt, and related typesetting systems. It's 100% free, no registration required.

Where can I find the res.cls (resume class) for texlive? Also, the curriculum vitae class?

I wrote my resume in the resume class on TC with Miktex but now I can't compile it since I don't have the correct package installed.

share|improve this question
see the license conditions at ctan res.cls – texenthusiast Mar 20 at 0:07
@texenthusiast How do I install this package manually? – dustin Mar 20 at 0:14
@dustin download res.cls from ctan.org and just place in the same folder as your.tex file, this is simple route for newcomer. alternatively you can follow register my own .cls .sty to TeXdistro (somewhat complicated for new comer). – texenthusiast Mar 20 at 0:34
1  
you can put it in ~/texmf/tex/latex/res.cls which will be searched automagically :) – cmhughes Mar 20 at 1:00
show 7 more comments

1 Answer

up vote 0 down vote accepted

terminal gksu nautilus moved res.cls to /usr/share/texlive/texmf-dist/tex/latex/base terminal sudo texhash terminal sudo mktexlsr

This solved the problem.

share|improve this answer
1  
Although this will work, the base subdirectory is for much more *bas*ic files than res.cls. It would be smarter to move it to where @cmhughes suggested in his earlier comment, or create a folder in the 'system' texmf-tree at <same as your answer>/tex/latex/res/ and put it there. (If you move the file, refresh the database with texhash or mktexlsr.) – jon Mar 20 at 4:58

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.