fixed formatting on template comments
[ozzloy@gmail.com/cv] / temp.tex
CommitLineData
f27afb42 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{John}
33\familyname{Doe}
34% optional, remove the line if not wanted
35\title{Resumé title (optional)}
36% optional, remove the line if not wanted
37\address{street and number}{postcode city}
38% optional, remove the line if not wanted
39\mobile{mobile (optional)}
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{email (optional)}
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{year--year}{Degree}{Institution}{City}{\textit{Grade}}{Description}
67% arguments 3 to 6 are optional
68\cventry{year--year}{Degree}{Institution}{City}{\textit{Grade}}{Description}
69
70\section{Master thesis}
71\cvline{title}{\emph{Title}}
72\cvline{supervisors}{Supervisors}
73\cvline{description}{\small Short thesis abstract}
74
75\section{Experience}
76\subsection{Vocational}
77% arguments 3 to 6 are optional
78\cventry{year--year}{Job title}{Employer}{City}{}{Description}
79% arguments 3 to 6 are optional
80\cventry{year--year}{Job title}{Employer}{City}{}{Description}
81\subsection{Miscellaneous}
82% arguments 3 to 6 are optional
83\cventry{year--year}{Job title}{Employer}{City}{}{Description line 1\newline{}Description line 2}
84
85\section{Languages}
86\cvlanguage{language 1}{Skill level}{Comment}
87\cvlanguage{language 2}{Skill level}{Comment}
88\cvlanguage{language 3}{Skill level}{Comment}
89
90\section{Computer skills}
91\cvcomputer{category 1}{XXX, YYY, ZZZ}{category 4}{XXX, YYY, ZZZ}
92\cvcomputer{category 2}{XXX, YYY, ZZZ}{category 5}{XXX, YYY, ZZZ}
93\cvcomputer{category 3}{XXX, YYY, ZZZ}{category 6}{XXX, YYY, ZZZ}
94
95\section{Interests}
96\cvline{hobby 1}{\small Description}
97\cvline{hobby 2}{\small Description}
98\cvline{hobby 3}{\small Description}
99
100% change the symbol for lists
101\renewcommand{\listitemsymbol}{-}
102
103\section{Extra 1}
104\cvlistitem{Item 1}
105\cvlistitem{Item 2}
106%\cvlistitem[+]{Item 3} % optional other symbol
107
108\section{Extra 2}
109\cvlistdoubleitem[\Neutral]{Item 1}{Item 4}
110\cvlistdoubleitem[\Neutral]{Item 2}{Item 5}
111\cvlistdoubleitem[\Neutral]{Item 3}{}
112
113\end{document}
114
115
116%% end of file `template_en.tex'.