(no commit message)
[ozzloy@gmail.com/cv] / examples / moderncv / daniel_watson_resume_moderncv.tex
CommitLineData
08cfcb08 1%% start of file `template_en.tex'.\r
2%% Copyright 2006-1008 Xavier Danaux (xdanaux@gmail.com).\r
3%\r
4% This work may be distributed and/or modified under the\r
5% conditions of the LaTeX Project Public License version 1.3c,\r
6% available at http://www.latex-project.org/lppl/.\r
7\r
8\r
9\documentclass[11pt,a4paper]{moderncv}\r
10\r
11% moderncv themes\r
12% optional argument are 'blue' (default), 'orange', 'red', 'green', 'grey'\r
13% and 'roman' (for roman fonts, instead of sans serif fonts)\r
14\moderncvtheme[blue]{casual}\r
15%\moderncvtheme[green]{classic} % idem\r
16\r
17% character encoding\r
18\usepackage[utf8]{inputenc}\r
19\r
20% adjust the page margins\r
21\usepackage[scale=0.8]{geometry}\r
22% if you want to change the width of the column with the dates\r
23%\setlength{\hintscolumnwidth}{3cm}\r
24\r
25% only for the classic theme, if you want to change the width of your name\r
26% placeholder (to leave more space for your address details\r
27%\AtBeginDocument{\setlength{\maketitlenamewidth}{6cm}}\r
28\r
29% required when changes are made to page layout lengths\r
30\AtBeginDocument{\recomputelengths}\r
31\r
32% personal data\r
33\firstname{Daniel}\r
34\familyname{Watson}\r
35% optional, remove the line if not wanted\r
36\title{Resumé title (optional)}\r
37% optional, remove the line if not wanted\r
38\address{7944 Playmor Terrace}{San Diego}\r
39% optional, remove the line if not wanted\r
40\mobile{805.699.5690}\r
41% optional, remove the line if not wanted\r
42%\phone{phone (optional)}\r
43% optional, remove the line if not wanted\r
44%\fax{fax (optional)}\r
45% optional, remove the line if not wanted\r
46\email{ozzloy@gmail.com}\r
47% optional, remove the line if not wanted\r
48%\extrainfo{additional information (optional)}\r
49% '64pt' is the height the picture must be resized to and 'picture' is the name\r
50% of the picture file; optional, remove the line if not wanted\r
51\photo[64pt]{picture}\r
52% optional, remove the line if not wanted\r
53%\quote{Some quote (optional)}\r
54\r
55% uncomment to suppress automatic page numbering for CVs longer than one page\r
56%\nopagenumbers{}\r
57\r
58\r
59%-------------------------------------------------------------------------------\r
60% content\r
61%-------------------------------------------------------------------------------\r
62\begin{document}\r
63\maketitle\r
64\r
65\section{Education}\r
66% arguments 3 to 6 are optional\r
67\cventry{2003--2008}{Bachelor's}{UCSD}{Computer Science}\r
68\r
69\section{Experience}\r
70\subsection{Vocational}\r
71% arguments 3 to 6 are optional\r
72\cventry{2008--2010}{Software Engineer}{Avaak Inc.}{San Diego}{did some awesome stuff}\r
73\cventry{year--year}{Job title}{Employer}{City}{}{Description} % arguments 3 to 6 are optional\r
74\subsection{Miscellaneous}\r
75\cventry{year--year}{Job title}{Employer}{City}{}{Description line 1\newline{}Description line 2}% arguments 3 to 6 are optional\r
76\r
77\section{Languages}\r
78\cvlanguage{Ruby}{proficient}\r
79{Started using ruby in 2007. my go-to language.}\r
80\cvlanguage{c}{proficient}{first\r
81programming language, holds a special place in my\r
82heart.}\r
83\cvlanguage{Java}{capable}{i dislike the\r
84verbosity in this language. i have not used it\r
85outside of class projects at UCSD}\r
86\cvlanguage{c++}{capable}{first\r
87programming language, holds a special place in my\r
88heart.}\r
89\cvlanguage{Python}{capable}{first learned about\r
90meta programming in this language with function\r
91decorators.}\r
92\r
93\section{Computer skills}\r
94\cvcomputer{category 1}{XXX, YYY, ZZZ}{category 4}{XXX, YYY, ZZZ}\r
95\cvcomputer{category 2}{XXX, YYY, ZZZ}{category 5}{XXX, YYY, ZZZ}\r
96\cvcomputer{category 3}{XXX, YYY, ZZZ}{category 6}{XXX, YYY, ZZZ}\r
97\r
98\section{Interests}\r
99\cvline{hobby 1}{\small Description}\r
100\cvline{hobby 2}{\small Description}\r
101\cvline{hobby 3}{\small Description}\r
102\r
103\renewcommand{\listitemsymbol}{-} % change the symbol for lists\r
104\r
105\section{Extra 1}\r
106\cvlistitem{Item 1}\r
107\cvlistitem{Item 2}\r
108\cvlistitem[+]{Item 3} % optional other symbol\r
109\r
110\section{Extra 2}\r
111\cvlistdoubleitem[\Neutral]{Item 1}{Item 4}\r
112\cvlistdoubleitem[\Neutral]{Item 2}{Item 5}\r
113\cvlistdoubleitem[\Neutral]{Item 3}{}\r
114\r
115% Publications from a BibTeX file\r
116\nocite{*}\r
117\bibliographystyle{plain}\r
118\bibliography{publications} % 'publications' is the name of a BibTeX file\r
119\r
120\end{document}\r
121\r
122\r
123%% end of file `template_en.tex'.\r