rearranging
[ozzloy@gmail.com/cv] / examples / moderncv / daniel_watson_resume_moderncv.tex
diff --git a/examples/moderncv/daniel_watson_resume_moderncv.tex b/examples/moderncv/daniel_watson_resume_moderncv.tex
new file mode 100644 (file)
index 0000000..0e8e947
--- /dev/null
@@ -0,0 +1,123 @@
+%% start of file `template_en.tex'.\r
+%% Copyright 2006-1008 Xavier Danaux (xdanaux@gmail.com).\r
+%\r
+% This work may be distributed and/or modified under the\r
+% conditions of the LaTeX Project Public License version 1.3c,\r
+% available at http://www.latex-project.org/lppl/.\r
+\r
+\r
+\documentclass[11pt,a4paper]{moderncv}\r
+\r
+% moderncv themes\r
+% optional argument are 'blue' (default), 'orange', 'red', 'green', 'grey'\r
+% and 'roman' (for roman fonts, instead of sans serif fonts)\r
+\moderncvtheme[blue]{casual}\r
+%\moderncvtheme[green]{classic}                % idem\r
+\r
+% character encoding\r
+\usepackage[utf8]{inputenc}\r
+\r
+% adjust the page margins\r
+\usepackage[scale=0.8]{geometry}\r
+% if you want to change the width of the column with the dates\r
+%\setlength{\hintscolumnwidth}{3cm}\r
+\r
+% only for the classic theme, if you want to change the width of your name\r
+% placeholder (to leave more space for your address details\r
+%\AtBeginDocument{\setlength{\maketitlenamewidth}{6cm}}\r
+\r
+% required when changes are made to page layout lengths\r
+\AtBeginDocument{\recomputelengths}\r
+\r
+% personal data\r
+\firstname{Daniel}\r
+\familyname{Watson}\r
+% optional, remove the line if not wanted\r
+\title{Resumé title (optional)}\r
+% optional, remove the line if not wanted\r
+\address{7944 Playmor Terrace}{San Diego}\r
+% optional, remove the line if not wanted\r
+\mobile{805.699.5690}\r
+% optional, remove the line if not wanted\r
+%\phone{phone (optional)}\r
+% optional, remove the line if not wanted\r
+%\fax{fax (optional)}\r
+% optional, remove the line if not wanted\r
+\email{ozzloy@gmail.com}\r
+% optional, remove the line if not wanted\r
+%\extrainfo{additional information (optional)}\r
+% '64pt' is the height the picture must be resized to and 'picture' is the name\r
+% of the picture file; optional, remove the line if not wanted\r
+\photo[64pt]{picture}\r
+% optional, remove the line if not wanted\r
+%\quote{Some quote (optional)}\r
+\r
+% uncomment to suppress automatic page numbering for CVs longer than one page\r
+%\nopagenumbers{}\r
+\r
+\r
+%-------------------------------------------------------------------------------\r
+%            content\r
+%-------------------------------------------------------------------------------\r
+\begin{document}\r
+\maketitle\r
+\r
+\section{Education}\r
+% arguments 3 to 6 are optional\r
+\cventry{2003--2008}{Bachelor's}{UCSD}{Computer Science}\r
+\r
+\section{Experience}\r
+\subsection{Vocational}\r
+% arguments 3 to 6 are optional\r
+\cventry{2008--2010}{Software Engineer}{Avaak Inc.}{San Diego}{did some awesome stuff}\r
+\cventry{year--year}{Job title}{Employer}{City}{}{Description}                % arguments 3 to 6 are optional\r
+\subsection{Miscellaneous}\r
+\cventry{year--year}{Job title}{Employer}{City}{}{Description line 1\newline{}Description line 2}% arguments 3 to 6 are optional\r
+\r
+\section{Languages}\r
+\cvlanguage{Ruby}{proficient}\r
+{Started using ruby in 2007.  my go-to language.}\r
+\cvlanguage{c}{proficient}{first\r
+programming language, holds a special place in my\r
+heart.}\r
+\cvlanguage{Java}{capable}{i dislike the\r
+verbosity in this language.  i have not used it\r
+outside of class projects at UCSD}\r
+\cvlanguage{c++}{capable}{first\r
+programming language, holds a special place in my\r
+heart.}\r
+\cvlanguage{Python}{capable}{first learned about\r
+meta programming in this language with function\r
+decorators.}\r
+\r
+\section{Computer skills}\r
+\cvcomputer{category 1}{XXX, YYY, ZZZ}{category 4}{XXX, YYY, ZZZ}\r
+\cvcomputer{category 2}{XXX, YYY, ZZZ}{category 5}{XXX, YYY, ZZZ}\r
+\cvcomputer{category 3}{XXX, YYY, ZZZ}{category 6}{XXX, YYY, ZZZ}\r
+\r
+\section{Interests}\r
+\cvline{hobby 1}{\small Description}\r
+\cvline{hobby 2}{\small Description}\r
+\cvline{hobby 3}{\small Description}\r
+\r
+\renewcommand{\listitemsymbol}{-} % change the symbol for lists\r
+\r
+\section{Extra 1}\r
+\cvlistitem{Item 1}\r
+\cvlistitem{Item 2}\r
+\cvlistitem[+]{Item 3}            % optional other symbol\r
+\r
+\section{Extra 2}\r
+\cvlistdoubleitem[\Neutral]{Item 1}{Item 4}\r
+\cvlistdoubleitem[\Neutral]{Item 2}{Item 5}\r
+\cvlistdoubleitem[\Neutral]{Item 3}{}\r
+\r
+% Publications from a BibTeX file\r
+\nocite{*}\r
+\bibliographystyle{plain}\r
+\bibliography{publications}       % 'publications' is the name of a BibTeX file\r
+\r
+\end{document}\r
+\r
+\r
+%% end of file `template_en.tex'.\r