add references section

This commit is contained in:
2025-10-30 15:54:32 +01:00
parent 56b42444fb
commit 9437749000
2 changed files with 29 additions and 2 deletions

View File

@@ -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}

6
cv.tex
View File

@@ -30,6 +30,12 @@ Computer science enthusiast and open-source contributor.
German/B1
}
\references{
teacher1@mail.com,
teacher2@mail.com,
mentor@example.org
}
\makeprofile
%%%%%%%%%%%%%%%%%%%%
%%END PROFILE SIDE BAR%%