From dc948c6c585cdcba4a83855343de8a42de9dbaea Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Mon, 15 Oct 2018 21:21:44 +0000 Subject: europecv (15oct18) git-svn-id: svn://tug.org/texlive/trunk@48910 c570f23f-e606-0410-a88d-b1316a301751 --- Master/texmf-dist/doc/latex/europecv/CHANGELOG.rst | 7 + Master/texmf-dist/doc/latex/europecv/europecv.pdf | Bin 671070 -> 677641 bytes Master/texmf-dist/doc/latex/europecv/europecv.tex | 86 +++++++- .../europecv/templates/cv_template_academic_en.pdf | Bin 0 -> 51578 bytes .../europecv/templates/cv_template_academic_en.tex | 216 +++++++++++++++++++++ .../latex/europecv/templates/cv_template_en.pdf | Bin 35210 -> 38517 bytes .../latex/europecv/templates/cv_template_en.tex | 12 +- 7 files changed, 313 insertions(+), 8 deletions(-) create mode 100644 Master/texmf-dist/doc/latex/europecv/templates/cv_template_academic_en.pdf create mode 100644 Master/texmf-dist/doc/latex/europecv/templates/cv_template_academic_en.tex (limited to 'Master/texmf-dist/doc/latex/europecv') diff --git a/Master/texmf-dist/doc/latex/europecv/CHANGELOG.rst b/Master/texmf-dist/doc/latex/europecv/CHANGELOG.rst index af1d9cc6f62..88d408cd703 100644 --- a/Master/texmf-dist/doc/latex/europecv/CHANGELOG.rst +++ b/Master/texmf-dist/doc/latex/europecv/CHANGELOG.rst @@ -1,6 +1,13 @@ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Changelog for package europecv ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ +2018.10.15 +---------- +* Updated the template "cv_template_en" and added the template "cv_template_academic_en" +* Added instructions for using the command \pdfbookmark and how to automatically update the publications in the manual +* Added the command "ecvhomepage" +* Contributors: Giuseppe Silano + 2018.10.12 ---------- * Update of the "ecvde.def" file with the German translation diff --git a/Master/texmf-dist/doc/latex/europecv/europecv.pdf b/Master/texmf-dist/doc/latex/europecv/europecv.pdf index 6b90f77883e..9405f911bef 100644 Binary files a/Master/texmf-dist/doc/latex/europecv/europecv.pdf and b/Master/texmf-dist/doc/latex/europecv/europecv.pdf differ diff --git a/Master/texmf-dist/doc/latex/europecv/europecv.tex b/Master/texmf-dist/doc/latex/europecv/europecv.tex index 6397e47bbc1..6fb63602145 100644 --- a/Master/texmf-dist/doc/latex/europecv/europecv.tex +++ b/Master/texmf-dist/doc/latex/europecv/europecv.tex @@ -51,7 +51,7 @@ Department of Engineering\\ University of Sannio in Benevento, Italy\\ } -\date{October 12, 2018} +\date{October 15, 2018} \begin{document} @@ -220,8 +220,9 @@ The following options can be used with the \texttt{\textbackslash documentclass} \ecvitem{\ecv{telephone}\texttt{[}\textit{mobile}\texttt{]}\texttt{[}\textit{office}\texttt{]}\\\texttt{\{}\textit{tel}\texttt{\}}}{Sets the telephone number to \emph{tel} and, optionally, the mobile and the office numbers to~\emph{mobile} and to~\emph{office}, respectively.} \ecvitem{\ecv{email}\texttt{\{}\textit{email}\texttt{\}}}{Sets the email to \emph{email}.} \ecvitem{\ecv{professional}\texttt{\{}\textit{professional}\texttt{\}}}{Sets the professional email to \emph{professional}.} - \ecvitem{\ecv{pec}\texttt{\{}\textit{pec}\texttt{\}}}{Sets the PEC email to \emph{PEC}.} - \ecvitem{\ecv{Skype}\texttt{\{}\textit{skype}\texttt{\}}}{Sets the Skype account to \emph{Skype}.} + \ecvitem{\ecv{pec}\texttt{\{}\textit{pec}\texttt{\}}}{Sets the PEC email to \emph{pec}.} + \ecvitem{\ecv{homepage}\texttt{\{}\texttt{\textbackslash}\texttt{url\{URL\}}\texttt{\}}}{Sets the Home page to \emph{URL}.} + \ecvitem{\ecv{Skype}\texttt{\{}\textit{skype}\texttt{\}}}{Sets the Skype account to \emph{skype}.} \ecvitem{\ecv{nationality}\texttt{\{}\textit{nationality}\texttt{\}}}{Sets the nationality to \emph{nationality}.} \ecvitem{\ecv{dateofbirth}\texttt{\{}\textit{birth}\texttt{\}}}{Sets the date of birth to \emph{birth}.} \ecvitem{\ecv{gender}\texttt{\{}\textit{gender}\texttt{\}}}{Sets the gender to~\emph{gender}.} @@ -253,6 +254,7 @@ For example, consider the following document: \ecvemail{\href{mailto:alan.touring@alan.turing}{alan.touring@alan.turing}} \ecvprofessional{\href{mailto:alan.touring@alan.touring.work}{alan.touring@alan.touring.work}} \ecvpec{\href{mailto:alan.touring@pec.it}{alan.touring@pec.it}} + \ecvhomepage{\url{www.homepage.com}} \ecvskype{alan-touring} \ecvnationality{English} \ecvdateofbirth{June 23 1927} @@ -279,6 +281,7 @@ The above will produce the following output: \ecvemail{\href{mailto:alan.touring@alan.turing}{alan.touring@alan.turing}} \ecvprofessional{\href{mailto:alan.touring@alan.touring.work}{alan.touring@alan.touring.work}} \ecvpec{\href{mailto:alan.touring@pec.it}{alan.touring@pec.it}} + \ecvhomepage{\url{www.homepage.com}} \ecvskype{alan-touring} \ecvnationality{English} \ecvdateofbirth{June 23 1927} @@ -306,6 +309,7 @@ If you do not want to use so much space, you may add some negative space with \e \ecvemail{\href{mailto:alan.touring@alan.turing}{alan.touring@alan.turing}} \ecvprofessional{\href{mailto:alan.touring@alan.touring.work}{alan.touring@alan.touring.work}} \ecvpec{\href{mailto:alan.touring@pec.it}{alan.touring@pec.it}} + \ecvhomepage{\url{www.homepage.com}} \ecvskype{alan-touring} \ecvnationality{English} \ecvdateofbirth{June 23 1927} @@ -328,9 +332,10 @@ The output of the above code looks like this: \ecvaddress{Wilmslow, Cheshire, England} \ecvtelephone[1234][5678]{4321} \ecvfax{0055884321} - \ecvemail{\href{mailto:alan.touring@alan.turing}{alan.touring@alan.turing}} + \ecvemail{\href{mailto:alan.touring@alan.turing}{alan.touring@alan.turing}} \ecvprofessional{\href{mailto:alan.touring@alan.touring.work}{alan.touring@alan.touring.work}} \ecvpec{\href{mailto:alan.touring@pec.it}{alan.touring@pec.it}} + \ecvhomepage{\url{www.homepage.com}} \ecvskype{alan-touring} \ecvnationality{English} \ecvdateofbirth{June 23 1927} @@ -352,7 +357,8 @@ Note that if your personal data (e.g., your address) is long enough, then some t \begin{europecv} \section{Sectioning commands} \ecvitem{\texttt{\textbackslash}{\texttt{section}}\texttt{[}\textit{vspace}\texttt{]}\texttt{\{}\textit{title}\texttt{\}}}{Starts a new section. For example, the current section has been started with \texttt{\textbackslash}{\texttt{section}}\texttt{\{Sectioning commands\}}.} - \ecvitem{\texttt{\textbackslash}{\texttt{ecvsection}}\texttt{[}\textit{vspace}\texttt{]}\texttt{\{}\textit{title}\texttt{\}}}{\textbf{Deprecated. It is still available for backward compatibility.} Starts a new section. For example, the current section has been started with \texttt{\textbackslash}{\texttt{ecvsection}}\texttt{\{Sectioning commands\}}.} + \ecvitem{\texttt{\textbackslash}{\texttt{ecvsection}}\texttt{[}\textit{vspace}\texttt{]}\texttt{\{}\textit{title}\texttt{\}}}{\textbf{Deprecated. It is still available for backward compatibility.} Starts a new section. For example, the current section has been started with \texttt{\textbackslash}{\texttt{ecvsection}}\texttt{\{Sectioning commands\}}. + Use the command \texttt{\textbackslash}{\texttt{pdfbookmark}}\texttt{\{Name of the section\}}\texttt{\{Name of the section\}} if you want add the section into the table of contents.} \ecvitem{\ecv{item}\texttt{[}\textit{vspace}\texttt{]}\texttt{\{}\textit{left}\texttt{\}}\texttt{\{}\textit{right}\texttt{\}}}{Puts \emph{left\/} text on the left of the vertical rule and \emph{right\/} text on the right of the vertical rule.} \ecvitem[15pt]{\ecv{item*}\texttt{[}\textit{vspace}\texttt{]}\texttt{\{}\textit{left}\texttt{\}}\texttt{\{}\textit{right}\texttt{\}}}{\textbf{Deprecated}. The same as above, but produces a small bullet before \emph{left\/} text, as in the next item.} \ecvitem*{Notes}{Sectioning commands must be used inside the \texttt{europecv} environment, and text within the environment should be typeset only inside a sectioning command. All of them have an optional argument that specifies how much vertical space to leave \emph{after} that command. For instance, the previous item has been specified by @@ -537,6 +543,76 @@ Another possibility is to use the \textsf{bibentry} package, and put each \verb| \end{quote} The drawback of this solution is that you have to use a \verb|\bibentry| command for each bibliography item you want to appear. If you have written many publications, this can be a pain in the neck. Unfortunately, the only solution I know is to write a script to perform the task automatically. +Finally, you can add references to your publications using the commands (and also defining new ones following the same rules) \texttt{\textbackslash}{\texttt{conferencePublications}}\texttt{[Name of the label]} and \texttt{\textbackslash}{\texttt{refconferencePublications}} \texttt{[Name of the label]}. Below the code that you have to insert in the preamble. + +\begin{quote} + \begin{verbatim} + \makeatletter + \let\oldhypertarget\hypertarget + \renewcommand{\hypertarget}[2]{% + \oldhypertarget{#1}{#2}% + \protected@write\@mainaux{}{% + \string\expandafter\string\gdef + \string\csname\string\detokenize{#1}\string\endcsname{#2}% + }% + } + \newcommand{\myhyperlink}[1]{% + \hyperlink{#1}{\csname #1\endcsname}% + } + \makeatother + + % The counters. They have to be defined for each publication (journal papers, books, and so on). + \newcounter{ConferencePapers} %For the conference papers + \setcounter{ConferencePapers}{0} + + \newcounter{JournalPapers} %For the journal papers + \setcounter{JournalPapers}{0} + + % These commands have to be ridefined for each publication type (journal, paper, etc.) + \newcommand{\conferencePublications}[1][]{ + \stepcounter{ConferencePapers} + \hypertarget{#1}{[C\theConferencePapers]} %C is the indexing of your conference papers + } + + \newcommand{\juournalPublications}[1][]{ + \stepcounter{ConferencePapers} + \hypertarget{#1}{[J\theJuournalPapers]} %J is the indexing of your jounal papers + } + + \newcommand{\refconferencesPublications}[1][]{ + \myhyperlink{#1} + } + + \newcommand{\refjournalPublications}[1][]{ + \myhyperlink{#1} + } +\end{verbatim} +\end{quote} + +In such a way, you can refer your publications into the text as reported below and in the ``\texttt{cv\_template\_academic\_en}''. + +\begin{europecv} +\pdfbookmark{Research activities}{Research activities} +\section{Research activities} + +\ecvitem{}{\textbf{Stability of piecewise-linear systems}} +\ecvitem{}{Something related to the picewise-linear systems \hyperlink{FirstPubLabel}{[C1]}, \hyperlink{SecondPubLabel}{[C2]} ad \hyperlink{ThirdPubLabel}{[C3]}.} + +\pdfbookmark{Publications}{Publications} +\section{Publications} + +\subpdfbookmark{Refereed conference proceedings}{Refereed conference proceedings} +\ecvitem{}{\textbf{Refereed conference proceedings}} +\\ + +\ecvitem[10pt]{[C1]\vspace{-0.25cm}\label{FirstPubLabel}}{Details related to the conference paper} + +\ecvitem[10pt]{[C2]\vspace{-0.25cm}\label{SecondPubLabel}}{Details related to the conference paper} + +\ecvitem[10pt]{[C3]\vspace{-0.25cm}\label{ThirdPubLabel}}{Details related to the conference paper} + +\end{europecv} + \vspace{0.5cm} \textbf{\large{5\hspace{0.5cm}\setword{Dependencies}{sec:dependencies}}} \vspace{0.25cm} diff --git a/Master/texmf-dist/doc/latex/europecv/templates/cv_template_academic_en.pdf b/Master/texmf-dist/doc/latex/europecv/templates/cv_template_academic_en.pdf new file mode 100644 index 00000000000..c4d3f3d9a7c Binary files /dev/null and b/Master/texmf-dist/doc/latex/europecv/templates/cv_template_academic_en.pdf differ diff --git a/Master/texmf-dist/doc/latex/europecv/templates/cv_template_academic_en.tex b/Master/texmf-dist/doc/latex/europecv/templates/cv_template_academic_en.tex new file mode 100644 index 00000000000..963a7dff0d8 --- /dev/null +++ b/Master/texmf-dist/doc/latex/europecv/templates/cv_template_academic_en.tex @@ -0,0 +1,216 @@ +\documentclass[totpages,helvetica,openbib,english,nologo,notitle,totpages]{europecv} +\usepackage[T1]{fontenc} +\usepackage{graphicx} +\usepackage[a4paper,top=1.27cm,left=1cm,right=1cm,bottom=2cm]{geometry} +\usepackage[english]{babel} +\usepackage{url} +\usepackage{bookmark} +\usepackage{scrextend} +\usepackage{pgfkeys} +\usepackage{etoolbox} + +\renewcommand{\ttdefault}{phv} % Uses Helvetica instead of fixed width font + +\makeatletter +\let\oldhypertarget\hypertarget +\renewcommand{\hypertarget}[2]{% + \oldhypertarget{#1}{#2}% + \protected@write\@mainaux{}{% + \string\expandafter\string\gdef + \string\csname\string\detokenize{#1}\string\endcsname{#2}% + }% +} +\newcommand{\myhyperlink}[1]{% + \hyperlink{#1}{\csname #1\endcsname}% +} +\makeatother + +% The counters. They can be defined for each publication (journal papers, books, and so on). +\newcounter{ConferencePublications} +\setcounter{ConferencePublications}{0} + +% These commands have to be ridefined for each publication type (journal, paper, etc.) +\newcommand{\conferencePublications}[1][]{ + \stepcounter{ConferencePublications} + \hypertarget{#1}{[C\theConferencePublications]} + +} + +\newcommand{\refconferencesPublications}[1][]{ + \myhyperlink{#1} +} + +\newcommand*{\SignatureAndDate}[1]{% + \par\noindent\makebox[2.5in]{Place \textsc{(Province)}, \today} + \par\noindent\makebox[2.5in]{\hrulefill} \hfill\makebox[2.0in]{\hrulefill}% + \par\noindent\hfill\makebox[5.43in][l]{\hspace{2cm}Place and date} \makebox[2.0in][l]{#1}% +}% + + +\ecvname{Name, Surname} +\ecvfootername{Name, Surname} +\ecvaddress{(Remove if not relevant)} +\ecvtelephone[(Remove if not relevant)][(Remove if not relevant)]{(Remove if not relevant)} +\ecvfax{(Remove if not relevant)} +\ecvemail{\href{mailto:email@gemail.com}{email@email.com}} +\ecvprofessional{\href{mailto:email@email.it}{email@email.it}} +\ecvpec{\href{mailto:emailo@pec.it}{email@pec.it}} +\ecvhomepage{\url{www.homepage.com}} +\ecvskype{(Remove if not relevant)} +\ecvnationality{(Remove if not relevant)} +\ecvdateofbirth{(Remove if not relevant)} +\ecvgender{(Remove if not relevant)} +%\ecvpicture[width=3cm]{mypicture} +%\ecvfootnote{For further details please take a look here: \url{http://europass.cedefop.eu.int}\\ +%\textcopyright~European Communities, 2003.} + +\begin{document} +\selectlanguage{english} + +\begin{europecv} + +\ecvpersonalinfo[20pt] + +\ecvitem{\large\textbf{Desired employment/ Occupational~field}}{\large\textbf{(Remove if not relevant)}} + +\pdfbookmark{Work experience}{Work experience} +\section{Work experience} +\ecvitem{Dates}{Add separate entries for each relevant post occupied, starting from the most recent. (Remove if not relevant).} +\ecvitem{Occupation or position held}{\ldots} +\ecvitem{Main activities and responsibilities}{\ldots} +\ecvitem{Name and address of employer}{\ldots} +\ecvitem{Type of business or sector}{\ldots} + +\pdfbookmark{Education and training}{Education and training} +\section{Education and training} + +\ecvitem{Dates}{Add separate entries for each relevant course you have completed, starting from the most recent. (Remove if not relevant).} +\ecvitem{Title of qualification awarded}{\ldots} +\ecvitem{Principal subjects/Occupational skills covered}{\ldots} +\ecvitem{Name and type of organization providing education and training}{\ldots} +\ecvitem{Level in national or international classification\footnote{If appropriate.}}{\ldots} + +\pdfbookmark{Academic appointments}{Academic appointments} +\section{Academic appointments} + +\ecvitem{Dates [from - to]}{\textbf{Associate Professor} at University of XX, YY, Department of ZZ.} + +\pdfbookmark{Professional and scientific appointments}{Professional and scientific appointments} +\section{Professional and scientific appointments} + +\ecvitem{Dates}{\textbf{IEEE Senior Membership} obtained from Institute of Electrical and Electronics Engineers.} + +\pdfbookmark{Research areas}{Research areas} +\section{Research areas} + +\ecvitem{}{Autonomous systems; distributed control and optimization over networks; nonsmooth systems; picewise quadratic stability.} + +\pdfbookmark{Personal skills and~competences}{Personal skills and~competences} +\section{Personal skills and~competences} + +\ecvmothertongue[5pt]{Specify mother tongue} +\ecvitem{\large Other language(s)}{} +\ecvlanguageheader{(*)} +\ecvlanguage{Language}{}{}{}{}{} +\ecvlanguage{Language}{}{}{}{}{} +\ecvlanguagefooter[10pt]{(*)} + +\ecvitem[10pt]{\large Social skills and competences}{Replace this text by a description of these competences and indicate where they were acquired (remove if not relevant).} +\ecvitem[10pt]{\large Organisational skills and competences}{Replace this text by a description of these competences and indicate where they were acquired (remove if not relevant).} +\ecvitem[10pt]{\large Technical skills and competences}{Replace this text by a description of these competences and indicate where they were acquired (remove if not relevant).} +\ecvitem[10pt]{\large Computer skills and competences}{Replace this text by a description of these competences and indicate where they were acquired (remove if not relevant).} +\ecvitem[10pt]{\large Artistic skills and competences}{Replace this text by a description of these competences and indicate where they were acquired (remove if not relevant).} +\ecvitem[10pt]{\large Other skills and competences}{Replace this text by a description of these competences and indicate where they were acquired (remove if not relevant).} +\ecvitem{\large Driving licence(s)}{State here whether you hold a driving licence and if so for which categories of vehicle. (Remove if not relevant).} + +\pdfbookmark{Additional information}{Additional information} +\section{Additional information} +\ecvitem[10pt]{}{Include here any other information that may be relevant, for example contact persons, references, etc. (Remove heading if not relevant).} +\ecvitem{}{\textbf{Personal interests}} +\ecvitem{}{\ldots} + +\pdfbookmark{Research projects and collaborations}{Research projects and collaborations} +\section{Research projects and collaborations} + +\ecvitem{}{Participation and operative responsibility within the XX European research project YY, project number 012345. Title ``\textbf{The title of the project}''. January XX - December YY. Project amount: 999 kEuros (only related to University XX activities).} + +\pdfbookmark{Research visits}{Research visits} +\section{Research visits\footnote{At least one week}} + +\ecvitem{Dates}{\textit{University of YY}, the state [Italy], Prof. [name of the professor].} + +\pdfbookmark{Invited talks}{Invited talks} +\section{Invited talks} + +\ecvitem{Dates}{The name of the talk, Place.} + +\pdfbookmark{Scientific and editorial activity}{Scientific and editorial activity} +\section{Scientific and editorial activity} + +\subpdfbookmark{Editorial Board}{Editorial Board} +\ecvitem{}{\textbf{Editorial Board}} + +\\ + +\subpdfbookmark{Editor of edited books}{Editor of edited books} +\ecvitem{}{\textbf{Editor of edited books}} + + +\pdfbookmark{Conferences services}{Conferences services} +\section{Conferences services} + +\subpdfbookmark{Program committees}{Program committees} +\ecvitem{}{\textbf{Program committees}} + +\\ + +\subpdfbookmark{Associate editor}{Associate editor} +\ecvitem{}{\textbf{Associate editor}} + +\pdfbookmark{Teaching activity}{Teaching activity} +\section{Teaching activity} + +\ecvitem{Academics Years: since YY/ZZ - today}{Graduate course ``Title of the course'', number of credits, when e where.} + +\pdfbookmark{Annexes}{Annexes} +\section{Annexes} +\ecvitem{}{List any item attached to the CV} + +\pdfbookmark{Referencens}{References} +\section{References} + +\ecvitem{}{List of references} + + +\pdfbookmark{Research activities}{Research activities} +\section{Research activities} + +\ecvitem{}{\textbf{Stability of piecewise-linear systems}} +\ecvitem{}{Something related to the picewise-linear systems \refconferencesPublications[FirstPubLabel], \refconferencesPublications[SecondPubLabel] ad \refconferencesPublications[ThirdPubLabel].} + +\pdfbookmark{Publications}{Publications} +\section{Publications} + +\subpdfbookmark{Refereed conference proceedings}{Refereed conference proceedings} +\ecvitem{}{\textbf{Refereed conference proceedings}} +\\ + +\ecvitem[10pt]{\vspace{-0.25cm}\conferencePublications[FirstPubLabel]}{Details related to the conference paper} + +\ecvitem[10pt]{\vspace{-0.25cm}\conferencePublications[SecondPubLabel]}{Details related to the conference paper} + +\ecvitem[10pt]{\vspace{-0.25cm}\conferencePublications[ThirdPubLabel]}{Details related to the conference paper} + + +\end{europecv} + +\vspace{5.0cm} + +%\hfill\includegraphics[scale=0.05]{figure/sign.png} +\vspace{-2.5cm} +\SignatureAndDate{\hspace{1.5cm}Name Surname} + + +\end{document} + + diff --git a/Master/texmf-dist/doc/latex/europecv/templates/cv_template_en.pdf b/Master/texmf-dist/doc/latex/europecv/templates/cv_template_en.pdf index 9f6d5a4cce7..d6aae7a77ac 100644 Binary files a/Master/texmf-dist/doc/latex/europecv/templates/cv_template_en.pdf and b/Master/texmf-dist/doc/latex/europecv/templates/cv_template_en.pdf differ diff --git a/Master/texmf-dist/doc/latex/europecv/templates/cv_template_en.tex b/Master/texmf-dist/doc/latex/europecv/templates/cv_template_en.tex index f4d9e0ff046..1dd53e97b84 100644 --- a/Master/texmf-dist/doc/latex/europecv/templates/cv_template_en.tex +++ b/Master/texmf-dist/doc/latex/europecv/templates/cv_template_en.tex @@ -9,9 +9,9 @@ \renewcommand{\ttdefault}{phv} % Uses Helvetica instead of fixed width font \newcommand*{\SignatureAndDate}[1]{% - \par\noindent\makebox[2.5in]{Place \textsc{(Province)}} + \par\noindent\makebox[2.5in]{Place \textsc{(Province)}, \today} \par\noindent\makebox[2.5in]{\hrulefill} \hfill\makebox[2.0in]{\hrulefill}% - \par\noindent\hfill\makebox[5.43in][l]{Palce e date} \makebox[2.0in][l]{#1}% + \par\noindent\hfill\makebox[5.43in][l]{\hspace{2cm}Place and date} \makebox[2.0in][l]{#1}% }% @@ -23,6 +23,7 @@ \ecvemail{\href{mailto:email@gemail.com}{email@email.com}} \ecvprofessional{\href{mailto:email@email.it}{email@email.it}} \ecvpec{\href{mailto:emailo@pec.it}{email@pec.it}} +\ecvhomepage{\url{www.homepage.com}} \ecvskype{(Remove if not relevant)} \ecvnationality{(Remove if not relevant)} \ecvdateofbirth{(Remove if not relevant)} @@ -40,6 +41,7 @@ \ecvitem{\large\textbf{Desired employment/ Occupational~field}}{\large\textbf{(Remove if not relevant)}} +\pdfbookmark{Work experience}{Work experience} \section{Work experience} \ecvitem{Dates}{Add separate entries for each relevant post occupied, starting from the most recent. (Remove if not relevant).} \ecvitem{Occupation or position held}{\ldots} @@ -47,6 +49,7 @@ \ecvitem{Name and address of employer}{\ldots} \ecvitem{Type of business or sector}{\ldots} +\pdfbookmark{Education and training}{Education and training} \section{Education and training} \ecvitem{Dates}{Add separate entries for each relevant course you have completed, starting from the most recent. (Remove if not relevant).} @@ -55,6 +58,7 @@ \ecvitem{Name and type of organization providing education and training}{\ldots} \ecvitem{Level in national or international classification\footnote{If appropriate.}}{\ldots} +\pdfbookmark{Personal skills and~competences}{Personal skills and~competences} \section{Personal skills and~competences} \ecvmothertongue[5pt]{Specify mother tongue} @@ -72,11 +76,13 @@ \ecvitem[10pt]{\large Other skills and competences}{Replace this text by a description of these competences and indicate where they were acquired (remove if not relevant).} \ecvitem{\large Driving licence(s)}{State here whether you hold a driving licence and if so for which categories of vehicle. (Remove if not relevant).} +\pdfbookmark{Additional information}{Additional information} \section{Additional information} \ecvitem[10pt]{}{Include here any other information that may be relevant, for example contact persons, references, etc. (Remove heading if not relevant).} \ecvitem{}{\textbf{Personal interests}} \ecvitem{}{\ldots} +\pdfbookmark{Annexes}{Annexes} \section{Annexes} \ecvitem{}{List any item attached to the CV} \end{europecv} @@ -85,7 +91,7 @@ %\hfill\includegraphics[scale=0.05]{figure/sign.png} \vspace{-2.5cm} -\SignatureAndDate{Name Surname} +\SignatureAndDate{\hspace{1.5cm}Name Surname} \end{document} -- cgit v1.2.3