-
Notifications
You must be signed in to change notification settings - Fork 0
/
cv-llt-one-page.tex
123 lines (95 loc) · 3.31 KB
/
cv-llt-one-page.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
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
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
%%%%%%%%%%%%%%%
% This CV example/template is based on my own
% CV which I (lamely attempted) to clean up, so that
% it's less of an eyesore and easier for others to use.
%
% LianTze Lim ([email protected])
% 12 Decembre, 2016
%
\documentclass[a4paper,skipsamekey,10pt,british]{curve}
% Uncomment to enable Chinese
% \usepackage{ctex}
\usepackage{settings}
\usepackage{todonotes}
\usepackage{multicol}
% Change the fonts if you want
\ifxetexorluatex % If you're using XeLaTeX or LuaLaTeX
\usepackage{fontspec}
\setmainfont[Ligatures=TeX,SmallCapsFeatures={Letters=SmallCaps,LetterSpace=3}]{EB Garamond}
\setsansfont{Lato}
\else % If you're using pdfLaTeX or latex
\usepackage{mathptmx}
\usepackage[utf8]{inputenc}
\usepackage[T1]{fontenc}
\usepackage[tracking=smallcaps]{microtype}
%\usepackage{fbb}
\usepackage[type1]{cabin}
\usepackage[varqu,varl]{zi4}
\usepackage{times}
%\useosf %% Comment out if you prefer lining figures rather than old style figures
\fi
%% Only needed if you want a Publication List
\addbibresource{own-bib.bib}
% Change the page margins if you want
% \geometry{left=1cm,right=1cm,top=1.5cm,bottom=1.5cm}
% Change the colours if you want
\definecolor{SwishLineColour}{HTML}{585858}
\definecolor{MarkerColour}{HTML}{08298A}
% Change the item prefix marker if you want
%\prefixmarker{$\emptyset$}
%\prefixmarker{}
%% Photo is only shown if "fullonly" is included
\includecomment{fullonly}
% \excludecomment{fullonly}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\title{Curriculum Vitae KHATIRI}
\begin{comment}
\leftheader{%
{\LARGE\bfseries\sffamily Mohammed KHATIRI}
\makefield{\faMinus}{{N\'e le 29 Octobre 1989, Marocain}}
% \makefield{\faHome}{{39 avenue ambroise croizat,}}
\makefield{}{{38400, Saint Martin D'héres}}
\makefield{\faEnvelope}{\href{mailto:[email protected]}{{[email protected]}}}
\makefield{\faMobile }{{+33 7 67 36 04 11}}
% link to symboles : http://tug.ctan.org/info/symbols/comprehensive/symbols-a4.pdf
}
\end{comment}
\leftheader{}
\rightheader{~}
\begin{fullonly}
\photo[r]{photo1}
\photoscale{0.13}
\end{fullonly}
\begin{document}
\makeheaders[c]
\begin{center}
{\LARGE\bfseries\sffamily Khatiri Mohammed}\\
{\LARGE\bfseries\sffamily Doctorant en informatique}\\
{\sffamily High-performance computing}
\end{center}
\begin{minipage}[c]{0.19\linewidth}
\makefield{\faMinus}{{N\'e le 29 Octobre 1989, Marocain}}
% \makefield{\faHome}{{39 avenue ambroise croizat,}}
\makefield{}{{38400, Saint Martin D'héres}}
\makefield{\faEnvelope}{\href{mailto:[email protected]}{{[email protected]}}}
\makefield{\faMobile }{{+33 7 67 36 04 11}}
\end{minipage} \hfill
\begin{minipage}[c]{0.8\linewidth}
\makerubric{professionnelle}
\makerubric{formations}
\makerubric{competenceInfo}
\end{minipage}
\makerubric{certificationFormation}
\makerubric{activiteScientifique}
\input{publications}
%\makerubric{activiteEnseignement}
%\makerubric{stageRecherche}
%\makerubric{experienceProfessionnelle}
% If you're not a researcher nor an academic, you probably don't have any publications; delete this line.
%% Sometimes when a section can't be nicely modelled with the \entry[]... mechanism; hack our own and use \input NOT \makerubric
%\makerubric{projectAcademique}
%\makerubric{competenceInfo}
\makerubric{langue}
\makerubric{centreInteret}
%\input{referee-full}
\end{document}