forked from roycoding/fancyresume
-
Notifications
You must be signed in to change notification settings - Fork 0
/
example-resume.tex
84 lines (47 loc) · 2.92 KB
/
example-resume.tex
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
\documentclass[letter,12pt]{article}
\include{cv-commands}
\begin{document}
\header
{John McDoe}
{123 Main St.\\
Nowhereville, USA\\
800-867-5309}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\begin{statementblock}{}
My purpose is to propose outstanding purposes for which we can all stand up for once and for all. Also pay me lots of money.
\smallskip
\end{statementblock}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\begin{resumeblock}{Education}
\resumeitem{Bachelor of Studies}{{Computers}, May 2011 - \href{http://en.wikipedia.org}{Internet University}}
\resumeitem{Master of Science}{{Super Computers}, Dec. 2012 - University of Super Internets}
\end{resumeblock}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\begin{resumeblock}{Skills}
\resumeitem{Ninja}{Kicking\experiencemost, screaming\experiencemid, running away\experiencemost, furtive glances\experiencelow, funny outfits\experiencemid}
\resumeitem{Embroidery}{Laser embroidery\experiencemost, needles\experiencemid, thread\experiencelow, puppies\experiencemid, horsies\experiencelow}
\end{resumeblock}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\begin{resumeblock}{Jobs}
\resumeitem{January 2012 -\\Present}{MegaCorp, Inc - Virtual janitorial assistant manager. Discrete removal of indiscreet items.}
\resumeitem{January 2011 -\\December~2011}{Self employed - President/CEO. Hiring and firing. Mergers and acquisitions. Profiteering and philanthropic mentoring.}
\resumeitem{January 1903 -\\December~2010}{Vague - Unknown. Duties as described. Mandatory ad hoc committee attendance bi-monthly.}
\end{resumeblock}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\begin{pubblock}{Talks and Publications}
\pubitemx{An explanation of everything (revised)}{, \textbf{J. McDoe}, H. Smiths; 2013}
\pubitema{A generalized method of finding one's feet in a category 9 blizzard}{, S. Claus \textbf{J. McDoe}, D. Marr; Podiatric Weather Journal Vol. 24, No. 5, p. 74, July 2012}
\pubitemi{What the hell?}{, The living room, midnight, Jan. 2012}
\pubitemp{How to bribe conference officials and other tips and tricks}{, Anonymous, \textbf{J. McDoe} (as ghost author); Conferences 2011! Vol. 761, No. 89, p. 15455, Nov. 2011}
\pubitemt{Please, get off my lawn.}{, The Whitehouse, Washington, DC, Feb. 2011}
\pubitemj{Mold I found under my fridge last week}{, \textbf{J. McDoe}; Nature Vol. 89, No. 3, p. 3, Mar. 2010}
\end{pubblock}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\begin{resumeblockb}{Activities}
\item {Competitive lawn dart association referee of the year runner-up. 2004}
\item {Tai Chi for pets}
\item {Resume templating in \LaTeX}
\end{resumeblockb}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\end{document}