-
Notifications
You must be signed in to change notification settings - Fork 0
/
cto-en.tex
30 lines (20 loc) · 1.02 KB
/
cto-en.tex
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
%% start of file `template.tex'.
%% Copyright 2006-2012 Xavier Danaux ([email protected]).
%% Copyright 2012-2013 Christian Lavoie ([email protected])
%
% This work may be distributed and/or modified under the
% conditions of the LaTeX Project Public License version 1.3c,
% available at http://www.latex-project.org/lppl/.
\documentclass[10pt,letter,sans]{moderncv} % possible options include font size ('10pt', '11pt' and '12pt'), paper size ('a4paper', 'letterpaper', 'a5paper', 'legalpaper', 'executivepaper' and 'landscape') and font family ('sans' and 'roman')
\moderncvstyle{banking} % style options are 'casual' (default), 'classic', 'oldstyle' and 'banking'
\moderncvcolor{orange} % color options 'blue' (default), 'orange', 'green', 'red', 'purple', 'grey' and 'black'
\nopagenumbers{}
\usepackage[scale=0.75]{geometry} % adjust the page margins
\usepackage{comment} % used for language selection
\includecomment{langen}
\excludecomment{langfr}
\input{header}
\begin{document}
\makecvtitle
\input{cto}
\end{document}