Here is a résumé of mine done in LaTeX using my resume.tex template. A lot of people seem to like my template, so I've provided it here for anyone to use if they like.
LaTeX style on CTAN: George Louthan has created a LaTeX style file based on my template which is now available in CTAN (see: tucv resume style file at CTAN).
Unfortunately the content in this resume is out-of-date so please don't look at the content too carefully (see my portfolio page for my most recent resume).
If you want your name centered, replace the header part with this:
\begin{center} \textbf{\Large David Grant} \end{center} \begin{tabular*}{7in}{l@{\extracolsep{3.7in}}l} 3151 2nd Ave.\ W.& \hfill cell.\ 604-831-8171 \\ Vancouver, BC V6K 1K7 & \hfill email.\ davidgrant@gmail.com \\ \end{tabular*} \\
The only package style/class this resume template requires is the optional shading.sty style file which is available on CTAN. I have attached my shading.sty file here and the differences from the original are:
--- /home/david/texmf/tex/latex/shading/shading.sty.orig 2006-12-27 20:37:32.000000000 -0800 +++ /home/david/texmf/tex/latex/shading/shading.sty 2006-12-27 20:39:32.000000000 -0800 @@ -140,10 +140,10 @@ \def\parashade{\@ifnextchar[{\@parashade}{\@parashade[0.95]}} %MAR-added \long to allow multiple paragraphs in one shaded block \long\def\@parashade[#1]#2#3{% - \xgrayspace=10pt% - \ygrayspace=10pt% + \xgrayspace=3pt% + \ygrayspace=3pt% \def\grayshade{#1}% - \def\outlineboxwidth{2}% + \def\outlineboxwidth{0}% \def\theradius{10}% \def\thevskip{15pt}% \setbox\graybox=\hbox{\surroundboxb{#3}}%
As you can see, I changed the parashade command's \xgrayspace
, \ygrayspace
, and \outlineboxwidth
variables.
If you have problems with shading.sty, try Todd C. Miller's modifications to my template, to use color.sty instead.
This template was modified from Matthew Boedicker's template.
This work is licensed under a Creative Commons Attribution-ShareAlike 3.0 Unported License.
Attachment | Size |
---|---|
![]() | 8.87 KB |
![]() | 45.25 KB |
![]() | 10.58 KB |
Comments
Anonymous (not verified)
Sat, 2007-02-17 16:42
Permalink
shading
i've installed your shading and i get a low resolution grey shading ... but when i convert to pdf or tex2pdf i dont get any shading on \resheading's , do you have any suggestions ?
thanks
Anonymous (not verified)
Mon, 2007-02-19 17:49
Permalink
I found that pdflatex did
I found that pdflatex did not show the shading but that if I created a dvi file and used dvipdf to convert to pdf it would show up. For my own resume I decided to use color.sty (which should come with most LaTeX distributions) instead of shading.sty. You can take a look at http://www.courtesan.com/todd/resume.html to see what I did.
David Grant
Tue, 2007-02-20 00:05
Permalink
Great resume Todd
Great resume there. I'll have to look at your source and check out what tweaks you used.
Anonymous (not verified)
Sat, 2011-03-05 05:58
Permalink
Thank you very much to both
Thank you very much to both of you = )
Dave Brown (not verified)
Thu, 2009-10-22 12:10
Permalink
with miktex 2.8
The shadings would not render using the shading.sty file with pdflatex. (Sigh, stuck with miktex for now)
Tried switching to colorboxes but they wouldn't render either.
modified Todd's version to:
the fullpage package was the culprit, changed it to geometry
David Grant
Tue, 2007-02-20 00:03
Permalink
dvi->ps->pdf
Try:
latex resume.tex
dvips -Ppdf -t letter resume.dvi
ps2pdf resume.ps
The shading is some sort of ps thing...which is why (if I'm my memory serves me right) the shading doesn't show up on the dvi. I always had to go from dvi to ps to pdf, rather than direct form dvi to pdf.
Wagner (not verified)
Wed, 2009-05-27 20:27
Permalink
Hi, Your template is very
Hi,
Your template is very good... Thank you for sharing it!!!
I have one question.. Why the text is not justified??? The TEX documents are justified automatically..
Best regards
Anonymous (not verified)
Sat, 2010-11-27 03:17
Permalink
I have the same question, do
I have the same question, do yo know why?
Greg (not verified)
Thu, 2007-07-12 21:15
Permalink
Help
Why can't I get rid of the number sign as in:
#666-1234 Main Street
When I try taking it out I get this error:
! Undefined control sequence.
David Grant
Fri, 2007-07-13 09:24
Permalink
Remove the backslash as well
You need to remove the "\#", not just the "#".
Anonymous (not verified)
Fri, 2008-08-29 09:22
Permalink
Direct use with pdflatex
Thanks for a great and professionnal CV template! I also noticed that the shading would not show if I compiled the LaTeX source with PDFLaTeX directly. As a workaround, you can replace \parashade with this:
Now, PDFLaTeX correctly shows the shaded background of title bars.
Enjoy!
Marco (not verified)
Wed, 2009-01-28 15:24
Permalink
Thanks for the tip, but I
Thanks for the tip,
but I don't managed to substitute your code in the right way.
Anyone can help me?
I'm a newbie of LateX... :)
Seth (not verified)
Wed, 2011-11-02 08:43
Permalink
A quick search for xcolor.sty
A quick search for xcolor.sty and framed.sty, added them to my document directory, and the shading shows up! Thanks!
L.B. (not verified)
Fri, 2008-10-31 05:28
Permalink
ahhhhhhhhhhhh
ok david, not going to lie to you, love your resume/cv, desperately want to copy it. I am an latex rookie, and have made a CV on latex which is very similar to this:
http://www.tedpavlic.com/post_resume_cv_latex_example.php
but i think for a graduate your template is much better
the only trouble is i am finding it very difficult (impossible) to obtain an output from your tex file into PDF... and so this has made it difficult (impossible) for me to edit you tex file and make the resume/CV my own.
I guess the issue is the shading thing you mentioned above (which i presume provides shading in the section boxes - which i dont really need). How can i make your resume into a tex file that doesnt come up with like a thousand errors????!!!!!
Thanks very much,
L.B.
David Grant
Fri, 2008-10-31 09:10
Permalink
To disable shading just
To disable shading just change this line:
Remove the \parashade[.9]{sharpcorners}{}
What are the errors that you get? I usually do my documents in 3 steps (but automated with Kile):
latex resume.tex
dvips -Ppdf resume.dvi resume.ps
ps2pdf resume.ps resume.pdf
Try that.
LB (not verified)
Wed, 2008-11-05 04:30
Permalink
it says shading.sty not
it says shading.sty not found, and Fatal error occured - no PDF file produced! Also something about pagestyle(empty) in line 29 - "Emergency Stop"
ive removed what you suggested to remove above, so the line reads:
\newcommand{\resheading}[1]
but when i save, build and view again no PDF file is produced, with ALL the same errors as above.
Please help!
[PS i dont understand what you said above... what is kile, what do you mean by build in 3 steps]
Thank you so much
David Grant
Wed, 2008-11-05 15:55
Permalink
You need to learn latex. But
You need to learn latex.
But anyways, you should replace the line to look like this:
or, put shading.sty in your latex path. Put shading.sty in
~/texmf/tex/latex
. I think that's right. Sorry I'm not at my home machine right now so I can't verify.Kile is like an IDE for editing latex documents. Google for "kile".
LB (not verified)
Sat, 2008-11-08 07:27
Permalink
I appreciate your help
I appreciate your help david, but how EXACTLY do i "put shading.sty into my latex path"? I don't understand. I tried modifying that line of script and it still came up with an error (and no pdf file was produced). I'm sorry, I know I need to learn latex properly, but at the moment I don't have time... I'm learning enough to do my maths project and CV in and hopefully over summer I can learn it properly.
Thanks,
LB
David Grant
Sat, 2008-11-08 10:23
Permalink
Actually my shading.tex file
Actually my shading.tex file is in ~/texmf/tex/latex/shading (this is for Linux). Are you using miktex for Windows? If so, I'm not sure where you would put shading.sty.
If you are still having problems just search for all the occurrences of resheading and replace them all with something else.
steve (not verified)
Wed, 2008-11-26 09:53
Permalink
try this
try this page:
http://en.wikibooks.org/wiki/LaTeX/Packages/Installing_Extra_Packages
i think the issue you're having is that you've put the sty file in the right place, but you need to have LaTeX re-index and realize it's there. Please correct if i'm wrong about this!
I'm just learning LaTeX, too; it's a lot like Lilypond, a typesetter for sheet music.
thanks for posting this resume template!
-steve
David Grant
Wed, 2008-11-26 15:17
Permalink
Yes, that might be his problem
True. Although in some tex/latex setups you don't need to re-index, you can just drop them in and right away it will work.
steve (not verified)
Wed, 2008-11-26 16:08
Permalink
so now i don't have the
so now i don't have the shading.sty not found. instead, i have Missing \begin{document}, although it's clearly there. if LaTeX is anything like Lilypond, that means there's some syntax error somewhere above, but I haven't been able to track it down yet.
-steve
David Grant
Wed, 2008-11-26 19:17
Permalink
Comment out sutff
Start commenting out large swaths of code to isolate where the problem is.
The top of the file should be mostly pre-amble stuff. You could diff my .tex with yours and you might discover the problem (if the problem is before the \begin{document})
steve (not verified)
Fri, 2008-11-28 17:09
Permalink
ok some progress: if i
ok some progress:
if i comment out "\usepackage{shading}" i lose the "missing \begin{document}" message, then just keep hitting return through this message until the file is compiled:
Overfull \hbox (36.13498pt too wide) in paragraph at lines 48--53
[][]
! Undefined control sequence.
\resheading #1->{\large \parashade
[.9]{sharpcorners}{\textbf {#1 \vphantom ...
l.57 \resheading{Education}
?
then, instead of shading, i get "[.9]sharpcorners" at the beginning of the lines that should be shaded.
thanks!
-steve
David Grant
Sat, 2008-11-29 00:33
Permalink
Give us your file...
Hey Steven can you paste your code to here: http://pastebin.com/ and then give us the URL. I'll give it a try and hopefully fix your syntax errors.
steve (not verified)
Sat, 2008-11-29 06:40
Permalink
http://pastebin.com/m6b305896
http://pastebin.com/m6b305896
thanks for your time!
-steve
David Grant
Sat, 2008-11-29 11:05
Permalink
Yours works for me
I ran the file that you pasted and I had no problem. It looked a bit weird because you had the \usepackage{fullpage} uncommented (it should be commented).
It doesn't look like you commented out the shading package? It looks like you just uncommented the fullpage package? I think that's why it's failing for you. Because you didn't comment out the shading package and you don't have it installed.
If you comment out the shading package correctly, you'll want to change this line:
to this:
steve (not verified)
Sat, 2008-11-29 13:46
Permalink
so the "missing \begin
so the "missing \begin {document}" message means that shading.sty didn't install correctly, right? so what would account for the disappearance of the previous "shading not found" error?
thanks,
-steve
Anonymous (not verified)
Tue, 2011-10-04 11:02
Permalink
Reply
Actually David when uploaded the style file uploaded in the txt format. Change it to a latex class file. Make a folder and keep both the Tex file and class file in the same folder and then compile. This will solve ur problem. Dont worry...this was a mistake made by the guys who uploaded the files and not by you. you are doing good with Latex. Best of Luck
Anonymous (not verified)
Tue, 2012-10-30 10:40
Permalink
p, E in vphantom
Excellent work! What are p and E used in the vphantom definition? Do you have a link with more info? Thank you!
Jonathan (not verified)
Fri, 2009-01-23 11:06
Permalink
Suggestions for converting to MS Word?
First let me just say that I love your resume template. It's the best I've seen yet.
However, I discovered a few days ago that my university's online job application system (for graduating students to apply for positions at companies with whom the university has career relations) will only all the uploading of word processing documents. It won't accept PDFs, which is particularly stupid because it ends up converting the documents to PDF anyway. I tried using latex2rtf, but it puked on trying to process the shading.
Is there a reasonably simple way that you know of to convert to RTF or MS Word format and preserve all the prettiness and formatting that prompted me to use LaTeX in the first place?
Thanks,
Jonathan
David Grant
Fri, 2009-01-23 12:25
Permalink
What about PDF to Word?
That is really dumb that it won't accept PDF.
There are some PDF to Word converters online. Give them a try. Or you can just copy and paste the info manually. It won't take you longer than an hour or two. I have a Word equivalent of my template if you want it. I also had to convert it to Word at some point. Actually it was originally in Word, I converted it to LaTeX, then many years later I had to move the data back in to Word. If any company ever asked me to convert it to Word nowadays though I won't bother applying there.
David Grant
Fri, 2009-01-23 12:28
Permalink
Another suggestion
How about an even more convoluted path. PDF to OO (open office, or ODF format). That might work better than PDF to Word. Then you can convert the OO to Word using OpenOffice's Word converted which is pretty damn good. As long as they can search the document and/or convert it to PDF and have it still look like the original then you're good.
Anonymous (not verified)
Sun, 2009-01-25 08:14
Permalink
Two Questions
Excellent resume and thanks for the template.
I'm not too well versed in LaTeX so I have a few questions about some things I am trying to adjust.
Firstly, I like the way you are using the bullets under the work experience section, and I am trying to incorporate it into a section of my own resume. However, some of the items in mine only need a single tabular line instead of two. I tried to make another command paralleling your "ressubheading" command to no avail. Can you please help me to do so?
Secondly, I'm also doing a scores section with structure similar to your awards section. My items on the left are much shorter though, about 10-20 characters each, and to have the score of each test so far to the right is unappealing. How could I move the second column further to the left, perhaps slightly to the left of the middle of the column?
Thanks
David Grant
Sun, 2009-01-25 11:50
Permalink
Try this
What we have currently is this:
What I think you want is something like this:
You would use it like this:
\myressubheading{Company}{City}
or something like that. The [2] is the number of arguments for the "command". The arguments get filled in where you see #1 and #2 in the command's definition. You can see that the first argument is bold using the textbf command.As for the awards table, you need to play with the column specification:
In this example, I've defined two left-justified columns. You can play around with that some more to meet your needs. If you want a little more space, do this:
Change the 0.5in (0.5 inches) to whatever you want. More info on latex tables here.
Anonymous (not verified)
Tue, 2010-04-06 10:11
Permalink
multicolumn
I wanted some help on how to modify the 2nd row of the \ressubheading to \multicolumn{2}. I tried that and it gives me error.
Maratonda (not verified)
Thu, 2009-08-20 03:18
Permalink
Some more templates
Hello, I have built a few more LaTeX and XeLaTeX cv templates at http://cv-templates.info
I would really appreciate your feedback on my work since I'm not particularly experience with LaTeX.
Regards
Alessandro
Melvin Pérez-Cedano (not verified)
Thu, 2009-10-29 18:07
Permalink
Custom Footer and Integration with SVN
I introduced a couple of changes to this nice-looking template.
1. I integrated subversion information so that I can keep version information within the file:
2. I introduced a custom footer containing the last changed date info, my name and page numbering.
Hope you find these changes useful.
Melvin Perez-Cedano.
Anonymous (not verified)
Sun, 2009-11-01 16:51
Permalink
thanks, this is the best
thanks, this is the best latex template ive seen so far
jh (not verified)
Sun, 2010-01-31 17:25
Permalink
Thank You
I have never actually posted anything in my life, but I felt compelled to post a big thank you for giving out your latex resume template. It is very much appreciated. The link above which describes how to obtain the grey shading worked extremely well. Thanks again!
David Grant
Wed, 2014-01-08 16:10
Permalink
Thanks!
Thanks! I'm glad you like it.
Andrew Pennebaker (not verified)
Mon, 2010-08-30 11:12
Permalink
Resume sans extra packages
I've removed the shading package requirement, since I had trouble installing it with MacTeX.
resume-sans-packages.tex
David Grant
Mon, 2010-08-30 11:14
Permalink
Thanks
Cool, thanks for sharing with others.
Mário Meyer (not verified)
Fri, 2010-10-15 05:18
Permalink
I was able to compile the
I was able to compile the code successfully on MacTeX. I'm using TeXShop, the shading.sty file is in the same folder as the .tex and I have set options "LaTeX" and "TeX and DVI" on the Typeset menu.
It runs perfectly just like it used to on my linux box!!
Kim Callis (not verified)
Wed, 2010-09-29 09:06
Permalink
I am still leeching off your resume and I still love the style.
David,
Long time no talk to... I had lost all of your styles once upon a time, but with the help of google, and a quick search, here I am.
I know you used to use Kile, but would the process work under lyx? Actually, I should just go back to doing everything in emacs, but...
K.
David Grant
Mon, 2010-10-18 10:53
Permalink
Lyx
I don't have much experience with Lyx. Since Lyx is built on top of LaTeX there is no reason why it shouldn't be possible to replicate the same thing in Lyx, AFAIK.
David Rysdam (not verified)
Wed, 2011-04-20 17:52
Permalink
Thanks for the template!
I was learning LaTeX and needed a new resume anyway, this template saved me quite a bit of work.
Speed (not verified)
Mon, 2012-01-23 14:28
Permalink
I cannot get the shading bar
I cannot get the shading bar working. Can any one tell me why? I tried all the alternatives mentioned in the comments
David Grant
Mon, 2012-01-23 14:34
Permalink
Please provide more detail
Can you post the exact steps you took to build it?
Speed (not verified)
Sat, 2012-01-28 11:35
Permalink
Hey David I liked your
Hey David
I liked your resume, but I noticed one thing, that the bullet is not indented as should be. Its up and down. Any specific reason for it? I also want to modify your template a bit, but I am noob in latex. I wanted to shift the date of courses in LHS and also I want to add name of my supervisor in the project.Can you help me please
Pages
Add new comment