add references section
This commit is contained in:
25
2colscv.cls
25
2colscv.cls
@@ -215,11 +215,25 @@
|
||||
\end{flushleft}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
% empty fallback
|
||||
\newcommand{\giventextskill}{}
|
||||
|
||||
% references
|
||||
\newcommand{\references}[1]{%
|
||||
\renewcommand{\givenreferences}{%
|
||||
\noindent
|
||||
\begin{flushleft}
|
||||
\begin{enumerate}[label={}, leftmargin=1cm, itemsep=3pt, topsep=3pt]
|
||||
\foreach \r in {#1} {
|
||||
\item \normalsize{\href{mailto:\r}{\textcolor{cerulean}{\r}}}
|
||||
}
|
||||
\end{enumerate}
|
||||
\end{flushleft}
|
||||
}%
|
||||
}
|
||||
% empty fallback
|
||||
\newcommand{\givenreferences}{}
|
||||
|
||||
\newcommand{\makeprofile}
|
||||
{
|
||||
% grey bar on the left side
|
||||
@@ -267,10 +281,12 @@
|
||||
% CV email
|
||||
\ifthenelse{\equal{\givencvmail}{}}{}{\textsc{\Large\icon{\faEnvelope[regular]}} & \href{mailto:\givencvmail}{\givencvmail}}%
|
||||
\end{tabular}
|
||||
\vspace{1em}
|
||||
|
||||
% about me text
|
||||
\profilesection{About me}{3.2cm}
|
||||
\givenaboutme
|
||||
\vspace{1em}
|
||||
% skills section
|
||||
% languages
|
||||
\profilesection{Languages}{2.7cm}
|
||||
@@ -280,6 +296,11 @@
|
||||
\noindent
|
||||
\scriptsize
|
||||
\noindent
|
||||
\vspace{1cm}
|
||||
|
||||
% references
|
||||
\profilesection{References}{2.7cm}
|
||||
\givenreferences
|
||||
|
||||
\end{flushleft}
|
||||
\end{textblock}
|
||||
|
||||
Reference in New Issue
Block a user