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}{%
\noindent
\begin{flushleft}
\begin{enumerate}[label={}, leftmargin=1cm, itemsep=3pt, topsep=3pt]
\foreach \r in {#1} {
\item \normalsize{\href{mailto:\r}{\textcolor{cerulean}{\r}}}
\begin{enumerate}[label={}, leftmargin=0.5cm, itemsep=3pt, topsep=3pt]
\foreach \email/\role in {#1} {%
\item \normalsize{\href{mailto:\email}{\textcolor{cerulean}{\email}}}\\\scriptsize{\role}%
}
\end{enumerate}
\end{flushleft}

6
cv.tex
View File

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