Introduction
I have recently ended my master thesis at the university and needed to have a nice looking CV to show future employers. I have been using LaTeX for all my work at the university and saw no reason to start using anything else to create my CV.
Unfortunately there is no official CV template for latex but a a friend of mine, Stine Kildegaard directed me in the direction of resume.cls file at http://linux.dsplabs.com.au/?p=54. This class is again based on the work found in http://www.biostat.harvard.edu/~paciorek/computingTips/computingTips.html. I have personally hacked this template a bit my self to get wide margins and better fit for a A4 paper.
Using the template
First download the file resume.cls. Once again this almost identical to the resume.cls from http://linux.dsplabs.com.au/?p=54 but with my page margin and A4 paper hacks.
The downloaded resume.cls should be placed in the same folder as the cv.tex file. Once this is done the only thing left is to include in the in main tex file:
\documentclass[margin,line,a4paper]{resume} \usepackage[latin1]{inputenc} \usepackage[english,danish]{babel} \usepackage[T1]{fontenc} \usepackage{graphicx,wrapfig} \usepackage{url} \usepackage[colorlinks=true, a4paper=true, pdfstartview=FitV, linkcolor=blue, citecolor=blue, urlcolor=blue]{hyperref} \pdfcompresslevel=9 \begin{document} {\sc \Large Curriculum Vitae -- Thomas R. N. Jansson} \begin{resume} \vspace{0.5cm} \begin{wrapfigure}{R}{0.6\textwidth} \vspace{-1cm} \begin{center} \includegraphics[width=0.6\textwidth]{me} \end{center} \vspace{-1cm} \end{wrapfigure}
The class supports some special sections styles which are easy to use
\section{\mysidestyle Extracurricular activities}\vspace{1mm} \begin{description} \item[2008 July 21 $\rightarrow$ 1 August ] Attended the ESA sponsored summer school in Alpbach, Austria. The subject was "Sample Return from Moon, Asteroids and Comets". \item[2007 December $\rightarrow$ ] Editor at Kvant. Kvant is the members magazine for ``Dansk Fysisk Selskab'', ``Astronomisk Selskab'', ``Selskabet for Naturlærens Udbredelse'' and ``Dansk Geofysisk Forening''. 3000 copies four times a year. \end{description}
Eksample
Using the resume.cls described earlier I create my own CV and I am really happy with the result. For those interested in inspecting the details:
- PDF: cv.pdf (1 mb)
- Latex source code: cv.tex.html
Hi Thomas,
Nice post on the resume.cls. I’m definitely going to try that! I have tried the CurVe.cls (http://www.lrde.epita.fr/~didier/research/verna.06.practex.pdf), but I’m not sure which produces the best result.
Yours is by far the nicest looking CV template I have found. Thanks! If you’re interested, my resume now looks like this:
http://www.martinmagnusson.com/publications/magnusson-cv.pdf
I’m glad to hear! 🙂
hey. your cv looks awesome but i can’t get it to work! the image won’t stay aligned to the right. is there any chance you can post the source for main.tex?
I can give you this snippet containing the picture if that helps. I need to clean the whole tex file before I publish it, so for now, this will be it. 🙂
wow ok well, putting in your personal information section made it work. i think it’s cause the \begin{description} … \end{description} section was pushing the image down, maybe…. anyway. thanks thomas, you rock!
by the way, did you manage to get a job using this cv?? 🙂
Glad to hear that you could use it. 🙂
I actually only had the opportunity to use the CV once since I was hired as a geophysicist for Schlumberger after I wrote this which is great.
What about the Latex’s moderncv package. Thats an awesome package and style.e
I haven’t tried it so I wouldn’t know. But maybe I will try it out – thanks for the input.
That’s a really good post! I wish more people could see this! keep up the good work! i’ll tweet this asap. thanks, Daniel
The best one I have found so far. I’m going to use it for my CV. Thanks 🙂
Hi, helped me a lot, though the “indent” seems to vary from section to section (at least in my output)…
Anywho:
Ubuntu rules!!! 😉
Hay Thomas
When i use your little nice guide i have a problem. The text does not wrap around the image. Do you have any idea why this is happening? The wrapfig.sty i loaded..
Jonas: I do not have a answer from the top of my head, but maybe try another package instead of wrapfig, such as floatflt:
http://www.ctan.org/tex-archive/help/Catalogue/entries/floatflt.html
Isn’t there any error or warning messages in the latex shell?
Parabens Thomas, nice template for CV, I’m ussing im my new job
I’m so sorry to bother you, but LaTeX is driving me crazy all the time (maybe is just because I’m only a psychologist), the point is that I’ve tried to use your template, but it doesn’t compile (“Missing: begin{document}”, and that it’s not true!). I really love LaTeX, but it is not an easy “love” 😉 Thanx for your help anyway!
Hi Haidée
I didn’t post a template, but really more a couple of code snippets, so it is incomplete missing both \begin{document} and \end{document}. I will upload a complete version of my CV, so you can copy and edit my CV.
Even though you most likely know it already, I can recommend the following introduction to LaTeX. It is really good:
The Not So Short Introduction to LATEX2 (PDF)
Kind regards
Thomas Jansson
Hi Haidée
I have now uploaded a full source of my CV – you can see it here:
cv-pub.tex.html
Kind regards
Thomas Jansson
Hi Thomas,
Thanks for publishing the source file for your cool CV!
I had a query, why is it that the legibility of the font is somewhat light (rather than dark). For example, have a look at the samples on –
http://www.math.uic.edu/~hurder/math589/vita.html
(these are made using moderncv)
The font seems much darker even on the Classic Style CV’s on this site. I am a complete beginner in LaTex, so maybe I’m asking a silly question!
The other issue was that I wanted to make a CV on Letter rather than A4 and so I modified your source by replacing –
\documentclass[margin,line,a4paper]{resume}
with
\documentclass[margin,line]{resume}
and
\usepackage[colorlinks=true, a4paper=true, pdfstartview=FitV,
linkcolor=blue, citecolor=blue, urlcolor=blue]{hyperref}
with
\usepackage[colorlinks=true, pdfstartview=FitV,
linkcolor=blue, citecolor=blue, urlcolor=blue]{hyperref}
In any case, if you had any suggestions about any changes I would need for getting a darker font and for doing the whole thing on Letter, they would be much appreciated.
Thanks again,
Tushar
it is very helpful. I have been wandering here and there for last two months and now I got the way on which I have to go.
Thanks a lot.
Hi Tushar
I think this is mostly an issue when viewing the files on screen and not in print, but you are right, in Adobe acrobat reader my CV font definitely looks less legible.
I made mine using TeX live pdflatex on Ubuntu and I am using the standard LaTeX font, so initially I thought it was because the CV’s you refered to were using other fonts as lmodern or somthing like this, but when you look at CV_Florek.pdf and the associated CV_Florek.tex it is very simple. The standard article class is used, no alternative fonts are used and all of the style is done in hand in the document, so I am guessing it might be due to the CV being done by:
tex > dvi, dvi >ps, ps >pdf.
Whereas my is done by
tex > pdf
Maybe the font included or rendered in Acrobat reader differs when using these different methods. I can’t test it out at the moment as I am away for christmas, but maybe I will when I get time.
Merry Christmas and kind regards
Thomas Jansson
Ps. Bijkamjit – glad to hear you could use it.
Can you convert this do .doc ? I would like to have this but im not sure whats the point if i cant send my cv with .doc extension because not many people know what latex is. Can you explain is this possible to have same cv in .doc format ?
Hi John
LaTeX is very different from what-you-see-is-what-you-get (WYSIWYG) programs as Word. A latex document (.tex) is compiled into a ouptut such as pdf. See LaTeX [wikipedia] and lshort.pdf a great introduction to LaTeX.
It is not possible to transform .tex into .doc easily (if at all), but there shouldn’t be a need to either. PDF is very well support on most platforms: Linux, Mac and Windows. .doc files are only rendered nicely in Microsoft Word on selected platforms (Windows and Mac). I you would like to use this template you will need to learn LaTeX and produce PDF’s (it is really not so complicated as it looks at first glance). Otherwise you will need to try to redo it in Word yourself.
Kind regards
Thomas Jansson
Wow..I have been searching all over the net for a nice looking tex template. This is it. Thanks a lot for sharing Thomas.
Best wishes,
David
Now that’s an amazing share! As David, I would like to thank you so much for sharing your CV source code.
I will try to make my own out of yours. It really helps me.
Thanks again,
Kevin
Hi, I had the same problem as Tushar. While the .dvi looked fine, the .pdf created using dvipdf or that created using pdflatex looked poor. I found that commenting out the package: \usepackage[T1]{fontenc} in the preamble fixed the problem for me.
Hi!
Great post, really appreciate it!
I have used this for my own CV now, but I would like to have a little less vertical padding, at least on the bottom of the page. I’ve looked through the resume.cls file, but aren’t able to find any “vertical padding”/”vertical margin height” to alter. I have also tried to include the geometry package, and tried to set vertical margin there, but to no success. (Like this: \usepackage[vmargin=3.5cm]{geometry} This gives me compilation-error: No value specified for margin)
Could you point me in the right direction?
Regards, Martin.
David and Kevin: Glad you could use it 🙂
Martin: It is luckily quite easy to change. Try to read this page on LaTeX page layout: LaTeX Page Layout. From this you could as an example use the following in the preamble of your tex document to make the vertical offset a bit smaller and the elongate the textheight to utilize the new space. I use A4 and this looks okay, but you should probably play around a bit especially if you are using US legal paper size instead.
Kind regards
Thomas
Ah, that was easy indeed. And a good tip on the layout-page as well. It really gives a good overview of the layout, and how to control it. I’m using A4 as well (Norway), but I felt the margin at the bottom was too extensive. I’ll play around a bit with it, maybe it will grow on me. (No pun intended)
Thank you for great help, and a happy easter! 🙂
Regards
Martin
Thank You For This… It Was Very Useful… And Nice Looking, Your Blog Is Very Useful. 😀
was indeed a great help. thanks. looking forward for more awesome tips.
Thank you so much for sharing your resume tamplate! A great help! I now have a very neat CV.
Thank you for sharing this. Excellent work. Really.
Thanks for this nice template. However when I compile my CV i get some characters
|||sty
at the top as you can see in this screen capture on this link <a href="http://folk.ntnu.no/jjunju/CV/Capture.JPG".
How can I remove this text?
Had to re-post the link:
http://folk.ntnu.no/jjunju/CV/Capture.JPG
How can I remove this text above the name?
Excellent layout – but I just spend a few hours trying to get a bibtex litterature list in the CV – it turned out that the problem was this line in resume.cls:
\nofiles % resume’s don’t need .aux files
Remove this line and everything is fine…
…Tak for den ellers udmærkede document style…
Stefan
ejjunju, I think you have a problem in your tex-file. The []]sty is not part of the template, as far as I know.
Thaks for posting this!
It helps me a lot in designing my LaTeX CV!
Very nice CV-layout!
I am having a problem with the letters æ,ø and å in my CV, using your CV as a template. Usually when I apply the norweigian babel package in my texfile I am allowed to write the mentioned letters, and in your texfile the danish package is applied, which shoult suffise. Any thougths on how I can resolve this problem?
Børge: Try the “\usepackage[latin1]{inputenc}” and “\usepackage[T1]{fontenc}” I have in my header. Alternatively the “\usepackage[utf8]{inputenc}” depending on your fontencoding.
Thanks, the usepackage[utf8]{inputenc} worked.
Thank you for providing this very nice looking CV 🙂
I’m going to use it for my application, too 🙂
Cross your fingers for me 🙂
Thanks for sharing the wonderful code. How can I add page number in to it?
Thanks!
Expling: Add the following to your preamble:
This will give you centered page numbers of the foot of the page on each page.
heh, I was searching for some resume template, got this one,
and recognized your thesis advisor! I suppose you used to know late Sergey Senchenko, my colleague and friend of mine.
this world is small! and google makes its smaller
Thank you so much for your hacking in the resume class! I have turned the whole internet upside down to find a decent looking LaTeX CV template and yours is the best by far.
Dmitry: Glad you could use it. I don’t think I have met Sergey – the things he did was prior to when I started working with Tomas Bohr. Looks interesting though 🙂
Meredrica: Happy to see that others can benefit from my hacking 🙂
Ejjunju: Sorry I never got around to answer your post, but it definitely looks as if you have some unwanted characters in your .tex file or .cls. Can you doublecheck and see if nothing has sneaked in there?
ah, he had his thesis defense in September 2004, so there is no overlap with your master years %-)
probably you can recognize some people on these photos
http://photo.qip.ru/users/senchen/
anyway, i was a bit surprised!
When I use \documentclass[a4paper,margin,line]{res}, I get LaTeX Warning: Unused global option(s): for using a4paper as an option.
Then I decided to specify a4paper in res.cls at \PassOptionsToClass{a4paper,11pt,12pt}{article} \LoadClassWithOptions{article}, but that didn’t change anything.
I am trying to make XeLaTeX set the paper for a4paper but also not give me this warning.
Nice post.
I like the moderncv class for writing CV in LaTeX. I’m currently using it.
Take a look:
moderncv.
Greetings from Brazil.
See ya!
Thanks alot, this looks way more professional than my self-compiled document. Using
\tabular{}
is pain in the b. I can’t manage to wrap/float my picture wery well with text though, but that’s not the most important bit.This seems massively complicated compared to Word.
Kamil, sure it is complicated, but also very much more powerful. Many books are typeset in LaTeX or Tex – where as I wouldn’t trust Word with anything more than a few pages. A analog could be how a professional camera is complicated to a beginner compared to a point and shoot camera. Surely you can take pictures (or write documents) with both, but a professional DSLR has many more options and possibilities.
If you are comfortable in Word then nobody is forcing you to use LaTeX, but if you invest a little time in learning LaTeX you would appreciate powerful tool it is.
Hi Thomas,
Thanks for the template – it’s really beautiful!!
One question for a LaTeX n00b in order to produce letters in the same style: which fonts are you using in your CV, and where can I access (or change) them?
Thanks a lot in advance,
Klaas
Hi Klaas
I am using the standard Latex font. To change the font inside Latex have a look at my test of 73 builtin fonts for Latex:
http://www.tjansson.dk/?p=1436
Kind regards
Thomas
How can you use footnotes with this?
Hi Thomas, thanks for your template.
Is it possible to divide the work experience into 3 columns of text ?
It has been 7 years since I wrote this, so while it is of course possible to add both a footnote and a 3 column setup I have not had a chance to look into it.
Dear Thomas,
I would like to use your template, however I cannot reach the resume.cls from the fiven link.
Can you please provide a link to resume.cls for me if I may ask?
Best regards,
m