updating education with math minor
[ozzloy@gmail.com/cv] / temp.tex
1 %% start of file `template_en.tex'.
2 %% Copyright 2006-1008 Xavier Danaux (xdanaux@gmail.com).
3 %
4 % This work may be distributed and/or modified under the
5 % conditions of the LaTeX Project Public License version 1.3c,
6 % available at http://www.latex-project.org/lppl/.
7
8
9 \documentclass[11pt,a4paper]{moderncv}
10
11 % moderncv themes
12 % optional argument are 'blue' (default), 'orange', 'red', 'green', 'grey' and
13 % 'roman' (for roman fonts, instead of sans serif fonts)
14 \moderncvtheme[blue]{casual}
15 %\moderncvtheme[green]{classic} % idem
16
17 % character encoding
18 % replace by the encoding you are using
19 \usepackage[utf8]{inputenc}
20
21 % adjust the page margins
22 \usepackage[scale=0.8]{geometry}
23 % if you want to change the width of the column with the dates
24 %\setlength{\hintscolumnwidth}{3cm}
25 % only for the classic theme, if you want to change the width of your name
26 % placeholder (to leave more space for your address details
27 %\AtBeginDocument{\setlength{\maketitlenamewidth}{6cm}}
28 % required when changes are made to page layout lengths
29 \AtBeginDocument{\recomputelengths}
30
31 % personal data
32 \firstname{Daniel}
33 \familyname{Watson}
34 % optional, remove the line if not wanted
35 \title{Resumé title (optional)}
36 % optional, remove the line if not wanted
37 \address{7944 Playmor Terrace}{San Diego, 92122}
38 % optional, remove the line if not wanted
39 \mobile{805.699.5690}
40 % optional, remove the line if not wanted
41 %\phone{phone (optional)}
42 % optional, remove the line if not wanted
43 %\fax{fax (optional)}
44 % optional, remove the line if not wanted
45 \email{ozzloy@gmail.com}
46 % optional, remove the line if not wanted
47 %\extrainfo{additional information (optional)}
48 % '64pt' is the height the picture must be resized to and 'picture' is the name
49 % of the picture file; optional, remove the line if not wanted
50 \photo[64pt]{picture}
51 % optional, remove the line if not wanted
52 \quote{"If I have seen further it is only by standing on the shoulders of
53 giants." -Sir Isaac Newton}
54
55 % uncomment to suppress automatic page numbering for CVs longer than one page
56 %\nopagenumbers{}
57
58
59 %-------------------------------------------------------------------------------
60 % content
61 %-------------------------------------------------------------------------------
62 \begin{document}
63 \maketitle
64
65 \section{Education}
66 % arguments 3 to 6 are optional
67 \cventry{2003--2008}{BS}{UCSD}{San Diego}{}{
68 Computer Science major with a Mathematics Minor
69 }
70 \cventry{1999--2003}{Diploma}{Bellarmine College Preparatory}{San Jose}{}{}
71
72 \section{Experience}
73 \subsection{Vocational}
74 % arguments 3 to 6 are optional
75 \cventry{year--year}{Job title}{Employer}{City}{}{Description}
76 % arguments 3 to 6 are optional
77 \cventry{year--year}{Job title}{Employer}{City}{}{Description}
78 \subsection{Miscellaneous}
79 % arguments 3 to 6 are optional
80 \cventry{year--year}{Job title}{Employer}{City}{}{Description line 1\newline{}Description line 2}
81
82 \section{Languages}
83 \cvlanguage{language 1}{Skill level}{Comment}
84 \cvlanguage{language 2}{Skill level}{Comment}
85 \cvlanguage{language 3}{Skill level}{Comment}
86
87 \section{Computer skills}
88 \cvcomputer{category 1}{XXX, YYY, ZZZ}{category 4}{XXX, YYY, ZZZ}
89 \cvcomputer{category 2}{XXX, YYY, ZZZ}{category 5}{XXX, YYY, ZZZ}
90 \cvcomputer{category 3}{XXX, YYY, ZZZ}{category 6}{XXX, YYY, ZZZ}
91
92 \section{Interests}
93 \cvline{hobby 1}{\small Description}
94 \cvline{hobby 2}{\small Description}
95 \cvline{hobby 3}{\small Description}
96
97 % change the symbol for lists
98 \renewcommand{\listitemsymbol}{-}
99
100 \section{Extra 1}
101 \cvlistitem{Item 1}
102 \cvlistitem{Item 2}
103 %\cvlistitem[+]{Item 3} % optional other symbol
104
105 \section{Extra 2}
106 \cvlistdoubleitem[\Neutral]{Item 1}{Item 4}
107 \cvlistdoubleitem[\Neutral]{Item 2}{Item 5}
108 \cvlistdoubleitem[\Neutral]{Item 3}{}
109
110 \end{document}
111
112
113 %% end of file `template_en.tex'.