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
David Grant
Wed, 2014-01-08 16:11
Permalink
What do you mean by "up and
What do you mean by "up and down"? Sorry for the super late reply.
Anonymous (not verified)
Sat, 2012-12-22 13:12
Permalink
Thanks a lot..!!
An awesome resume..thanks for sharing it..!!
David Grant
Wed, 2014-01-08 16:11
Permalink
Thanks.
Thanks for the feedback.
Justin (not verified)
Tue, 2014-12-30 12:58
Permalink
How to use the .sty
What you have to do to use the shading.sty? Sorry, I am just very new to LaTex and I find that the resources on Google isn't very helpful when it comes to LaTex. There seems to be nothing much for beginners. I spent about an hour on Google prior to writing this and all of the pages I looked at weren't helpful. So again, what do I do with the shading.sty to make it show up? Thank you.
David Grant
Thu, 2015-01-08 13:33
Permalink
How to install .sty file
You basically put it in a folder somewhere... on Linux I put it in this folder "/home/david/texmf/tex/latex/shading". In Windows, you would need to find the equivalent folder. Here are MikTex instructions on how to install .sty files by hand.
Pages
Add new comment