update references, include role

This commit is contained in:
2025-10-30 16:24:25 +01:00
parent 9437749000
commit bbc766ffa1
2 changed files with 6 additions and 6 deletions

View File

@@ -223,9 +223,9 @@
\renewcommand{\givenreferences}{% \renewcommand{\givenreferences}{%
\noindent \noindent
\begin{flushleft} \begin{flushleft}
\begin{enumerate}[label={}, leftmargin=1cm, itemsep=3pt, topsep=3pt] \begin{enumerate}[label={}, leftmargin=0.5cm, itemsep=3pt, topsep=3pt]
\foreach \r in {#1} { \foreach \email/\role in {#1} {%
\item \normalsize{\href{mailto:\r}{\textcolor{cerulean}{\r}}} \item \normalsize{\href{mailto:\email}{\textcolor{cerulean}{\email}}}\\\scriptsize{\role}%
} }
\end{enumerate} \end{enumerate}
\end{flushleft} \end{flushleft}

6
cv.tex
View File

@@ -31,9 +31,9 @@ Computer science enthusiast and open-source contributor.
} }
\references{ \references{
teacher1@mail.com, teacher1@mail.com/Doctor in computer science,
teacher2@mail.com, teacher2@mail.com/Doctor in mathematics,
mentor@example.org mentor@example.org/CTO of company A
} }
\makeprofile \makeprofile