So I redid my CV from scratch in LaTeX, and it looked pretty good (http://danielromaniuk.com/files/Daniel_Romaniuk_CV.pdf). All of this CV business made me curious to poke around, so I pinged the few companies that are involved in flight simulation.
It turns out they each had a few average-interesting positions available, and my wife and I are both sick of living in Dubai, so I send out a few CVs. A few months later, I accepted a job at the last company where I worked. I was just waiting for an email about my security clearance going through. And waiting. And waiting.
To make a long story, I didn't get the job. The combination of a job freeze and an endless security clearance process slowly made the offer disappear.
Just as well though. I have really interesting plans now to move next year, and it's a thousand times more ambitious and exciting than where I would be now if it had all worked out. I guess I just needed to get that damned LaTeX CV out of my system.
Edit: oh yeah, and I formally quit my current job during this whole process, thankfully they had the grace to cancel my resignation when the new thing fell through. That was a stupid thing to do, kids.
CVs: here are several CV examples, with different layouts, and using different techniques. It is true that for someone who is not familiar with LaTeX, common text processing software might be easier for typesetting a simple CV. This said, using LaTeX is also seeing how other people use it...
o CV1 (cv1.txt,cv1.ps.gz): simple
o CV2 (cv2.txt,cv.cls,cv2.ps.gz): more complex, but also nicer, it uses its own document class 'CV', written to that purpose (...)
If you're thinking about having your CV in latex, you might want to think carefully about whether or not you're doing it wrong.
Most people compile their latex CVs to PDF. If you using a recruiter, this is a pain for most recruiters as they like to remove contact details from the CV before passing it on. Recruiters are generally not tech savvy enough to remove it from a PDF. There are also some places that demand CVs in Word format. As shitty as it is, Word is the de facto document format for HR.
If you do insist on using Latex for a CV though, there are some gorgeous templates on CTAN. Just bear in mind that some might not appreciate it as much as if it were written in word.
Although I agree, the other side is that making it impossible to edit CV's will force recruiters to let you make the CV. I get CV's from recruiters that are so full of nonsense and boilerplate HR-speak that it's painful to watch, and it's very obvious that the recruiter put those things in himself. If I ever need to work with one I'll fight tooth and nail to get them to let me make my own CV to send around.
Recruiters also sometimes make stuff up. It's a lot of fun walking into an interview where the interviewer thinks you know java, and you haven't actually touched it since 2001.
Apparently the recruiter assumed that since I used it when working in at a chem lab in college, I must still know it. Therefore, it belongs on my "skills" section.
I am pretty sure everyone is posting their own and favourite CV + templates to help people who are about to make a CV, not as some form of alpha male ego competition.
I forgot whose online LaTeX CV template I used to create my own resume, but it was very nice and helpful for a TeX noob like myself, better looking than this one. This is what mine looks like, with very minimal changes in layout/design compared the original: http://www.scribd.com/doc/37894947/Resume-of-Muhammed-Hoque
That looks pretty similar to the one I used last time I went a-job hunting. I learned then that when your interviewer recognizes that you used TeX, it's usually a good sign.
Well, it's compiled using XeLaTeX, which really is necessary for the template. It also requires a bunch of LaTeX packages I had to track down through Google I think, so you'd have to do the same. Also you should get the Fontin font, or another professional font (Fontin is free though). Here's the tex file used to render my PDF resume: http://pastie.org/1173737
That first link is great! I kind of hate the look of Computer Modern, but like LaTeX, so I've been using Hoefler Text (and before that, Baskerville) in my resume for the last five years.
Thanks for sharing this template. I'm not sure if the OP is the writer of the CV, but I just have to comment on the CV itself. They've done some good stuff, but this CV doesn't show it off at all. To wit:
4 pages! The last page only lists an almost certainly irrelevant security clearance? And it looks like one solid wall of short snippets. Where's the meat? What did you really study? Why should anyone care which conferences you've been to? I'd rather see a three sentence abstract of your three best papers. Which scholarships are you most proud of and which could have been awarded to a bag of lettuce?
I know you will have a cover letter with it, and a CV will be skim-read, but as the reason to create a CV in LaTeX is to intrigue and delight, so the content itself should also titillate and ultimately, sell!
This looks like most academic CVs I've seen. This is a domain-accepted/encouraged practice. Moreover, this guy is a newly minted academic; you should see how long they get when you stick around: http://www-cs-faculty.stanford.edu/~uno/vita.pdf (Large PDF Warning)
Yes, Knuth has done an incredible number of things and his CV reflects that. For mere mortals, a CV that long looks kind of kooky and you can bet a recruiter is not going to print more than the first few pages.
However, I expect you are right about academia and these are acceptable, although I'd still put a summary of my best work on the first page. BTW, an effective CV for Knuth would surely be:
Definitely domain-accepted, but that doesn't mean it's necessary or best. I'm applying to post-doc positions now and I'm personally banking on the theory that short and sweet (with condensed goodness and moderate humility) makes a better CV.
Of course.. I could be totally wrong. Maybe I'll hedge my bets and apply to a few places with a bloated CV.
Yes. I did 5-year diploma program (it's closer to Master than to Bachelor), then completed PhD in two years. I had the same advisor at both places, so the large part of my PhD thesis was done during undergrad years.
I've had problems with my moderncv based CV. Some companies want the CV to be in DOC.
On the one hand I could just say that I don't want to work in such a company, but when it's the recruiter and not the company demanding it, I don't really know what to do.
(At the moment I'll just send them a link to one of the PDF to DOC sites that are all over internet.)
I've used latex2rtf for such things, followed by some light manual fixups and saving as .doc. It's annoying and I tend to consider if I really want to apply to such a company or not, but sometimes it is worth the extra hassle.
I prefer the 2 column layout it uses, the left column for the section headings and the right column for information. I think it looks unique and definitely not something created in a word processor.
I like Curve exactly for that feature. You can have multiple versions, e.g., with or without mugshot (photos are standard in Europe and considered weird in the US). And depending on whether you're sending this to industry or academic people, you either put in a short list of the "most interesting" publications or the foot-long full publications list, or the other way round for "open-source software I'm involved in".
To be really convinced, I'd need to see how it gets translated into HTML as well. That was a weak spot with LaTeX last I remember - which was admittedly a while ago.
Having your resume in an easy-to-see-at-a-glance format is not optional, in my opinion.
Then surely you could come up with a little script which translate a source CV in HTML, in LaTeX, and in nicely formatted plain text. You could also avoid some work by using something like Markdown.
Scripts like that exist, but didn't work so well last time I checked, so I currently use open office, which can output both pdfs and html, even if the pdf output is not as good looking as LaTeX.
If you want to make something configurable, useful for many people besides yourself, then it may not be trivial. But I was talking about making something tailored to your needs.
Now to the specifics, the only semi-serious difficulty I see is parsing the source code. Once you've done that, printing is really easy, even when you make it customizable. I've done that with HTML[1].
All of these seem very targeted towards people coming from academia. I have always put work experience up at the top as it has been the bulk of what employers care about.
I used this template when I redid my résumé a few months back. I like how it does away with those extraneous bullets and lines found on many résumés; it is uncluttered, elegant, and very readable.
I had no plans of making a move, when I saw this cartoon on reddit: http://stevehanov.ca/blog/index.php?id=56
So I redid my CV from scratch in LaTeX, and it looked pretty good (http://danielromaniuk.com/files/Daniel_Romaniuk_CV.pdf). All of this CV business made me curious to poke around, so I pinged the few companies that are involved in flight simulation.
It turns out they each had a few average-interesting positions available, and my wife and I are both sick of living in Dubai, so I send out a few CVs. A few months later, I accepted a job at the last company where I worked. I was just waiting for an email about my security clearance going through. And waiting. And waiting.
To make a long story, I didn't get the job. The combination of a job freeze and an endless security clearance process slowly made the offer disappear.
Just as well though. I have really interesting plans now to move next year, and it's a thousand times more ambitious and exciting than where I would be now if it had all worked out. I guess I just needed to get that damned LaTeX CV out of my system.
Edit: oh yeah, and I formally quit my current job during this whole process, thankfully they had the grace to cancel my resignation when the new thing fell through. That was a stupid thing to do, kids.