Skip to content

Commit

Permalink
Update template and examples files
Browse files Browse the repository at this point in the history
  • Loading branch information
gsilano committed Dec 24, 2021
1 parent 20d7c14 commit 7790b27
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 33 deletions.
Binary file modified examples/europass-cv.pdf
Binary file not shown.
Binary file modified templates/cv_template_academic_en.pdf
Binary file not shown.
42 changes: 9 additions & 33 deletions templates/cv_template_academic_en.tex
Original file line number Diff line number Diff line change
Expand Up @@ -11,35 +11,6 @@

\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}%
Expand Down Expand Up @@ -189,7 +160,9 @@ \section{References}
\section{Research activities}

\ecvitem{}{\textbf{Stability of piecewise-linear systems}}
\ecvitem{}{Something related to the piecewise-linear systems \refconferencesPublications[FirstPubLabel], \refconferencesPublications[SecondPubLabel] ad \refconferencesPublications[ThirdPubLabel].}
\ecvitem{}{Something related to the piecewise-linear systems
\ecvrefConferencePublications[FirstPubLabel], \ecvrefConferencePublications[SecondPubLabel] ad
\ecvrefConferencePublications[ThirdPubLabel].}

\pdfbookmark{Publications}{Publications}
\section{Publications}
Expand All @@ -198,11 +171,14 @@ \section{Publications}
\ecvitem{}{\textbf{Refereed conference proceedings}}
\\

\ecvitem[10pt]{\vspace{-0.25cm}\conferencePublications[FirstPubLabel]}{Details related to the conference paper}
\ecvitem[10pt]{\vspace{-0.25cm}\ecvdisplayConferencePublications[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}\ecvdisplayConferencePublications[SecondPubLabel]}{Details related
to the conference paper}

\ecvitem[10pt]{\vspace{-0.25cm}\conferencePublications[ThirdPubLabel]}{Details related to the conference paper}
\ecvitem[10pt]{\vspace{-0.25cm}\ecvdisplayConferencePublications[ThirdPubLabel]}{Details related to
the conference paper}


\end{europecv}
Expand Down
Binary file modified templates/cv_template_en.pdf
Binary file not shown.

0 comments on commit 7790b27

Please sign in to comment.