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.
|
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. |
|||||
|
res.clsfrom ctan.org and just place in the same folder asyour.texfile, 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~/texmf/tex/latex/res.clswhich will be searched automagically :) – cmhughes Mar 20 at 1:00