summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/europecv/examples/europass-cv.tex
blob: b24474ab849a36de6cbdea444c6b8a82cd5f74a2 (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
%\documentclass[helvetica,notitle,nobranding,nologo]{europecv}
\documentclass[logo,flagCMYK,totpages,a4paper]{europecv}
\usepackage{graphicx}
\usepackage{hyperref,bibentry}
\usepackage[a4paper,height=24.2truecm,width=17.5truecm]{geometry}
%\usepackage[gfsneohellenic]{fontsetup}
%Define personal data
\ecvname{Pythagoras}
\ecvfootername{Pythagoras}
\ecvaddress[][Office Address]{Home Address}
\ecvtelephone[6936000001][2273067890]{+30 2273012345}
\ecvfax{0055884321}
\ecvemail{\href{mailto:pythagoras@home.email}{pythagoras@home.email}}
\ecvprofessional{\href{mailto:pythagoras@work.email}{pythagoras@work.email}}
% this is registered email, mainly used in Italy: \ecvpec{\href{mailto:alan.touring@pec.it}{alan.touring@pec.it}}
\ecvhomepage{\url{www.homepage.com}}
\ecvskype{Pythagoras}
\ecvmatrixriot{Pythagoras}
\ecvyoutube{\url{www.youtube.com/Pythagoras}}
\ecvnationality{Greek}
\ecvdateofbirth{206 years after the 1st Olympiad}
\ecvgender{Male}
\ecvbeforepicture{\hfill}
\ecvpicture[height=3cm]{Pythagoras.jpg}
\ecvafterpicture{\ecvspace{-3.5cm}}
\ecvdate{\today}

\makeatletter

\ecvRuleWidth{0.8pt} %rule width
\ecvLeftColumnWidth{5cm}
\begin{document}


\begin{europecv}
  \ecvpersonalinfo
\end{europecv}

\renewcommand*\draweuropasslogo{}
\renewcommand*\draweuropeflag{}
\renewcommand*\ecvbranding{}
\renewcommand*\ecvtitle{}

\begin{europecv}
    \section{Spoken Languages}
  \ecvmothertongue[10pt]{Greek}
  \ecvlanguageheader{(*)}
  \ecvlanguage{French}{\ecvCOne}{\ecvCTwo}{\ecvBTwo}{\ecvCOne}{\ecvCTwo}
  \ecvlastlanguage{German}{\ecvATwo}{\ecvATwo}{\ecvATwo}{\ecvATwo}{\ecvATwo}\ecvlanguagefooter{(*)}
\end{europecv}

\begin{europecv}
  \section{Research Activities}
%  \ecvitem{}{\bibliographystyle{plain}
%    \nocite{*}
%    \bibliography{mypublications}}
  \ecvitem{}{\textsc{Publications}}
  \ecvitem{[1]}{First publication}
  \ecvitem{[2]}{Second publication}
  \ecvitem{[3]}{Third publication}
  \ecvitem{[4]}{Fourth publication}
  \ecvitem[20pt]{[5]}{Fifth publication}
  \ecvitem[10pt]{}{\textsc{Conference Publications}}
  \ecvitem{[1]}{First conference publication}
  \ecvitem{[2]}{Second conference publication}
  \ecvitem[20pt]{[3]}{Third conference publication}
  \ecvitem[10pt]{}{\textsc{Conference Talks}}
  \ecvitem{[1]}{First conference talk}
  \ecvitem{[2]}{Second conference talk}
  \ecvitem[20pt]{[3]}{Third conference talk}
\end{europecv}

\begin{europecv}
  \section{Teaching Activities}
  \ecvitem[10pt]{}{\textsc{Course Notes}}
  \ecvitem{[1]}{Calculus I notes}
  \ecvitem[20pt]{[2]}{Linear Algebra notes}
  \ecvitem[10pt]{}{\textsc{Independent teaching}}
  \ecvitem{[1]}{Calculus I}
  \ecvitem[20pt]{[2]}{Linear Algebra}
\end{europecv}
\end{document}