Skip to content

Commit 82ddbac

Browse files
committed
Increased width of meter bars. Moved some more layout into cv-commands to make resume file more sparse. Small update to readme.
1 parent 7bfbb2b commit 82ddbac

7 files changed

+6
-13
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ _Everyone needs a nice, fancy LaTeX resume template!_
44

55
This one has a reasonable layout with special features I've added:
66

7-
* Small "meter" graphics to allow you to denote your relative level of experience / skill when listing items like programming languages.
7+
* Small "meter" graphics, reminiscent of sparklines, allow you to denote your relative level of experience / skill when listing items such as programming languages.
88
* Colored tags to denote talks and publications as articles, abstracts, invited talks, etc.
99

1010
See the example resume PDF for your viewing pleasure and the cv-commands.tex file for dependencies.

bar-full1.pdf

1 Byte
Binary file not shown.

bar-half1.pdf

-4 Bytes
Binary file not shown.

bar-quart1.pdf

0 Bytes
Binary file not shown.

cv-commands.tex

+2-1
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,8 @@
7373
\newenvironment{resumeblock}[1]
7474
{\blocktitle{#1}\begin{tabular}{p{4.6cm}p{12.9cm}}}
7575
{\end{tabular}}
76-
\newcommand{\resumeitem}[2]{\noindent\raggedright{\textsc{#1}} & #2}
76+
\newcommand{\resumeitem}[2]{\noindent\raggedright{\textsc{#1}} & #2
77+
\largeskip}
7778

7879
%%%%%%
7980
% Resume items in single column table (publications, activities, etc.)

example-resume.pdf

54 Bytes
Binary file not shown.

example-resume.tex

+3-11
Original file line numberDiff line numberDiff line change
@@ -24,23 +24,18 @@
2424
\begin{resumeblock}{Education}
2525

2626
\resumeitem{Bachelor of Studies}{{Computers}, May 2011 - \href{http://en.wikipedia.org}{Internet University}}
27-
\largeskip
2827

2928
\resumeitem{Master of Science}{{Super Computers}, Dec. 2012 - University of Super Internets}
30-
\largeskip
3129

3230
\end{resumeblock}
3331

3432
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
3533

3634
\begin{resumeblock}{Skills}
3735

38-
\resumeitem{Ninja}
39-
Kicking\experiencemost, screaming\experiencemid, running away\experiencemost, furtive glances\experiencelow, funny outfits\experiencemid
40-
\largeskip
36+
\resumeitem{Ninja}{Kicking\experiencemost, screaming\experiencemid, running away\experiencemost, furtive glances\experiencelow, funny outfits\experiencemid}
4137

42-
\resumeitem{Embroidery} Laser embroidery\experiencemost, needles\experiencemid, thread\experiencelow, puppies\experiencemid, horsies\experiencelow
43-
\largeskip
38+
\resumeitem{Embroidery}{Laser embroidery\experiencemost, needles\experiencemid, thread\experiencelow, puppies\experiencemid, horsies\experiencelow}
4439

4540
\end{resumeblock}
4641

@@ -49,13 +44,10 @@
4944
\begin{resumeblock}{Jobs}
5045

5146
\resumeitem{January 2012 -\\Present}{MegaCorp, Inc - Virtual janitorial assistant manager. Discrete removal of indiscreet items.}
52-
\largeskip
5347

5448
\resumeitem{January 2011 -\\December~2011}{Self employed - President/CEO. Hiring and firing. Mergers and acquisitions. Profiteering and philanthropic mentoring.}
55-
\largeskip
5649

57-
\resumeitem{January 1903 -\\December~2010}{Vague - Unknown. Duties as described.}
58-
\largeskip
50+
\resumeitem{January 1903 -\\December~2010}{Vague - Unknown. Duties as described. Mandatory ad hoc committee attendance bi-monthly.}
5951

6052
\end{resumeblock}
6153

0 commit comments

Comments
 (0)