I've been trying out some Latex resume templates, but none have been good enough (they often have terribly layout). I stumbled across the resume to Martin Michlmayr, and immediately spotted that it was created using Latex. It was nice, clean and looked professional - just what I was looking for. One email later, and he sent me the template he used. He has used and modified res, originally developed by someone else (Michael DeCorte in 1988 according to the header).
If you're interested, you can find the files here:
- Latex template from Martin: http://www.larsstrand.no/CV/res.cls
- Latex resume (slightly modified): http://www.larsstrand.no/CV/LarsStrand-resume.tex
- The compiled resume in PDF: http://www.larsstrand.no/CV/LarsStrand-resume.pdf
Update: I also need to check out the ModernCV Latex template: http://www.ctan.org/tex-archive/macros/latex/contrib/moderncv/
Update: I've added support for a profile picture (April 2011).
5 comments:
unable to open any of the links!..faced with a 404 not found error..can you upload the .tex and .cls file?
Thanks, fixed!
Hey ! its nice! Thanks . But could you please help me as i am facing error at these commands:
\renewcommand{\titlefont}{\bf}
\renewcommand{\datesfont}{\bf}
\definecolor{linecolor}{RGB}{25,25,112}
The error is
latex error \titlefont undefined etc,
but the starnge thing is the following commands do not get error
\renewcommand{\familydefault}{\sfdefault}
\renewcommand{\sectionfont}{\scshape}
\renewcommand{\namefont}{\LARGE \bfseries}
Could u please guide me on this. Moreover, where did u put the update of photo?
@qurat:
\renewcommand{command} only works if the command is either standard latex or has previously been specified. Obviously, \titlefont is not a standard latex command. You probably forgot to save the .cls file provided by Lars above - all of the nonstandard commands are defined in there.
Cheers,
V
Thanks for share this nice information.
Post a Comment