I've been using this one for my resume and I love it: http://www.rpi.edu/dept/arc/training/latex/resumes/res.cls As a hiring manager, I much prefer simpler resumes that are easy to scan. I don't really like the "five stars" self-rating stuff, however. It feels a little strange to distill one's language knowledge down to a number. One thing I do love is when people include some of their notable open source projects. T…
Limecv – A LaTeX CV Document Class
11–20 of 79 posts
Re: Limecv – A LaTeX CV Document Class
#12I've been using this one for my resume and I love it: http://www.rpi.edu/dept/arc/training/latex/resumes/res.cls As a hiring manager, I much prefer simpler resumes that are easy to scan. I don't really like the "five stars" self-rating stuff, however. It feels a little strange to distill one's language knowledge down to a number. One thing I do love is when people include some of their notable open source projects. T…
Re: Limecv – A LaTeX CV Document Class
#13I've been using this one for my resume and I love it: http://www.rpi.edu/dept/arc/training/latex/resumes/res.cls As a hiring manager, I much prefer simpler resumes that are easy to scan. I don't really like the "five stars" self-rating stuff, however. It feels a little strange to distill one's language knowledge down to a number. One thing I do love is when people include some of their notable open source projects. T…
If you have 5/5 for a language, I expect you to be as knowledgeable as the authors of the language
Re: Limecv – A LaTeX CV Document Class
#14I once tried to redo my resume in LaTeX, and after finding a decent-looking template, spent a lot of time fighting it to do simple things that weren't built in, like add my GPA to my school listing. In the Limecv template, what if I don't want the "stats" bars? Better go browse through a 2000-line template that I didn't write to figure out how to remove them.
I ended up actually doing my resume in HTML/CSS, which provided me the flexibility to lay things out exactly how I wanted, which was quite nice. The main difficulty I had was getting a consistent PDF layout, as Chrome's PDF print is pretty much a black box that you have no control over.
Re: Limecv – A LaTeX CV Document Class
#15Do any interviewers notice resumes that are written in LaTeX compared to ones that aren't?
Re: Limecv – A LaTeX CV Document Class
#16I've been using this one for my resume and I love it: http://www.rpi.edu/dept/arc/training/latex/resumes/res.cls As a hiring manager, I much prefer simpler resumes that are easy to scan. I don't really like the "five stars" self-rating stuff, however. It feels a little strange to distill one's language knowledge down to a number. One thing I do love is when people include some of their notable open source projects. T…
Wanted to add that I also dislike rating language proficiency on a scale. If you have 5/5 for a language, I expect you to be as knowledgeable as the authors of the language
Re: Limecv – A LaTeX CV Document Class
#17Do any interviewers notice resumes that are written in LaTeX compared to ones that aren't?
Re: Limecv – A LaTeX CV Document Class
#18Personally, I use moderncv: https://ctan.org/tex-archive/macros/latex/contrib/moderncv/ It doesn't look very fancy, but it's actually simple and clean. (See the exaples directory.)
Re: Limecv – A LaTeX CV Document Class
#19Looks nice. I also like https://github.com/posquit0/Awesome-CV
Re: Limecv – A LaTeX CV Document Class
#20This may be an unpopular opinion, but I feel like LaTeX is not an efficient way to create a resume, unless you are very skilled with LaTeX macros and can essentially create your own "template", or modify someone else's. If you don't have those skills, you end up with a very bland, "stock LaTeX document"-looking resume, of which half the LaTeX resumes I see people share look like. I once tried to redo my resume in LaT…