quotation from Isaac Newton
[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 % arguments 3 to 6 are optional
69 \cventry{1999--2003}{Diploma}{Bellarmine College Preparatory}{San Jose}{}{}
70
71 \section{Experience}
72 \subsection{Vocational}
73 % arguments 3 to 6 are optional
74 \cventry{year--year}{Job title}{Employer}{City}{}{Description}
75 % arguments 3 to 6 are optional
76 \cventry{year--year}{Job title}{Employer}{City}{}{Description}
77 \subsection{Miscellaneous}
78 % arguments 3 to 6 are optional
79 \cventry{year--year}{Job title}{Employer}{City}{}{Description line 1\newline{}Description line 2}
80
81 \section{Languages}
82 \cvlanguage{language 1}{Skill level}{Comment}
83 \cvlanguage{language 2}{Skill level}{Comment}
84 \cvlanguage{language 3}{Skill level}{Comment}
85
86 \section{Computer skills}
87 \cvcomputer{category 1}{XXX, YYY, ZZZ}{category 4}{XXX, YYY, ZZZ}
88 \cvcomputer{category 2}{XXX, YYY, ZZZ}{category 5}{XXX, YYY, ZZZ}
89 \cvcomputer{category 3}{XXX, YYY, ZZZ}{category 6}{XXX, YYY, ZZZ}
90
91 \section{Interests}
92 \cvline{hobby 1}{\small Description}
93 \cvline{hobby 2}{\small Description}
94 \cvline{hobby 3}{\small Description}
95
96 % change the symbol for lists
97 \renewcommand{\listitemsymbol}{-}
98
99 \section{Extra 1}
100 \cvlistitem{Item 1}
101 \cvlistitem{Item 2}
102 %\cvlistitem[+]{Item 3} % optional other symbol
103
104 \section{Extra 2}
105 \cvlistdoubleitem[\Neutral]{Item 1}{Item 4}
106 \cvlistdoubleitem[\Neutral]{Item 2}{Item 5}
107 \cvlistdoubleitem[\Neutral]{Item 3}{}
108
109 \end{document}
110
111
112 %% end of file `template_en.tex'.