summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/cv4tw/examples/sample-jules-verne-compact.tex
blob: 05e59a78268a1e3a7a3b0b133d2e9d9e198e23cd (plain)
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
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
\documentclass[a4paper,11pt]{cv4tw}% options are inherited from article class, and automatically given to this class
%\usetheme[optional scheme]{theme}
\usetheme{compact}
% Not happy with the default style, or bullet ? Define yours !
\setmystyle[missionbullet]{\color{soft}$>$~~}
\setmystyle[assetbullet]{\color{icons}\faBook}
\setmystyle[fieldratefull]{\color{icons}\faCircle}
\setmystyle[fieldrateempty]{\color{icons}\faCircleBlank}
% If you need a custom contact, you can define a bullet here :
\setmystyle[custom0bullet]{\color{icons}\faBolt}
\usepackage[utf8]{inputenc}
%\academictitle{PhD}
\firstname{Jules}
\lastname{Verne}
\quote{\itshape ``En France, on exhibe des farceurs \'{e}trangers, et \`{a} l'\'{e}tranger, des farceurs fran\c cais~!''}

\cvpicture{./samplepic.jpg}
% Add up to 10 assets (0 to 9)
\setcvasset[0]{More than \emph{50 novels} written}
\setcvasset[1]{\emph{SciFi} pioneer}
\setcvasset[2]{Designed \emph{Space travels}}
\setcvasset[3]{\emph{TOP5} most-translated author}
%
\setcvcontact[custom0]{In progress\ldots} 
\setcvcontact[email]{jules.verne@voyages.ext} 
\setcvcontact[homepagessl]{www.julesverne.ext} 
\setcvcontact[cellphone]{+33 9 08 02 18 28}
\setcvcontact[phone]{+33 9 48 23 48 76}
\setcvcontact[fax]{+33 9 08 02 18 88}
%\setcvcontact[skype]{} not yet available
%\setcvcontact[vk]{}
%\setcvcontact[pinterest]{}
%\setcvcontact[facebook]{}
\setcvcontact[googleplus]{+JulesVerne}
\setcvcontact[linkedin]{JulesVerne}
\setcvcontact[twitter]{@JulesVerne}
\setcvcontact[github]{JulesVerne}
\setcvcontact[spokenlanguages]{fr,en,eo} 
\setcvcontact[age]{February 8th 1828} 
\setcvcontact[address]{44, boulevard Longueville\\80000 Amiens\\France} 
\title{Novelist}
\begin{document}
\section{Experience}
\story{Town councilor}{Mairie d'Amiens}{1888-1905\\Amiens, France}
{Law\\Education}
	{ Championed several improvements and served for fifteen years
	\begin{missions}
		\item Voting critical decree for the town
		\item Opening of Amiens circus
		\item Initiative of Amiens museum
	\end{missions}
}
\story{Novelist}{\'{E}dition Hertzel}{since 1862\\Paris, France}
	{Science Fiction\\Adventure\\Journey\\Voyages Extraordinaires}
	{Here is a summary of my main realisations :
	\begin{missions}
		\item Journey to the Center of the Earth
		\item From the Earth to the Moon 
		\item Twenty Thousand Leagues Under the Sea
		\item Around the World in Eighty Days
		\item The Mysterious Island
	\end{missions}
}
\section{Education}
\story{Law License}{Universit\'{e} de Paris}{1848--1851\\Paris, France}{}{}
\section{Skills}
\begin{skills} {Language}
\skill[French]{ Mother tongue}
\skill[English]{ Fluent}
\skill[Esperanto]{ Fluent}
\skill[Dutch]{ Notions}
\skill[German]{ Notions}
\end{skills}
\begin{skills}{Management}
\skill[Museum]{in Amiens}
\end{skills}
\begin{skills}{Writing}
\skill[Novels]{more than 60, mainly in Adventure and Science Fiction genres}
\skill[Songs and Poems]{more than 180 in various genres}
\end{skills}
% Argument for fields env. are title, cols count and max rate
\begin{fields}{Literary genre}{2}{5}
\field{Science-Fiction}{5}
\field{Adventure}{5}
\field{Essay}{3}
\field{Suspense}{3}
\field{Thriller}{2}
\field{Romance}{0}
\end{fields}
\end{document}