education section added
[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{Some quote (optional)}
53
54 % uncomment to suppress automatic page numbering for CVs longer than one page
55 %\nopagenumbers{}
56
57
58 %-------------------------------------------------------------------------------
59 % content
60 %-------------------------------------------------------------------------------
61 \begin{document}
62 \maketitle
63
64 \section{Education}
65 % arguments 3 to 6 are optional
66 \cventry{2003--2008}{BS}{UCSD}{San Diego}{}{}
67 % arguments 3 to 6 are optional
68 \cventry{1999--2003}{Diploma}{Bellarmine College Preparatory}{San Jose}{}{}
69
70 \section{Experience}
71 \subsection{Vocational}
72 % arguments 3 to 6 are optional
73 \cventry{year--year}{Job title}{Employer}{City}{}{Description}
74 % arguments 3 to 6 are optional
75 \cventry{year--year}{Job title}{Employer}{City}{}{Description}
76 \subsection{Miscellaneous}
77 % arguments 3 to 6 are optional
78 \cventry{year--year}{Job title}{Employer}{City}{}{Description line 1\newline{}Description line 2}
79
80 \section{Languages}
81 \cvlanguage{language 1}{Skill level}{Comment}
82 \cvlanguage{language 2}{Skill level}{Comment}
83 \cvlanguage{language 3}{Skill level}{Comment}
84
85 \section{Computer skills}
86 \cvcomputer{category 1}{XXX, YYY, ZZZ}{category 4}{XXX, YYY, ZZZ}
87 \cvcomputer{category 2}{XXX, YYY, ZZZ}{category 5}{XXX, YYY, ZZZ}
88 \cvcomputer{category 3}{XXX, YYY, ZZZ}{category 6}{XXX, YYY, ZZZ}
89
90 \section{Interests}
91 \cvline{hobby 1}{\small Description}
92 \cvline{hobby 2}{\small Description}
93 \cvline{hobby 3}{\small Description}
94
95 % change the symbol for lists
96 \renewcommand{\listitemsymbol}{-}
97
98 \section{Extra 1}
99 \cvlistitem{Item 1}
100 \cvlistitem{Item 2}
101 %\cvlistitem[+]{Item 3} % optional other symbol
102
103 \section{Extra 2}
104 \cvlistdoubleitem[\Neutral]{Item 1}{Item 4}
105 \cvlistdoubleitem[\Neutral]{Item 2}{Item 5}
106 \cvlistdoubleitem[\Neutral]{Item 3}{}
107
108 \end{document}
109
110
111 %% end of file `template_en.tex'.