15 lines
504 B
TeX
15 lines
504 B
TeX
\newcommand{\ListLink}[1]{\Icon{IcLink}\ \href{https://#1}{\Itallic{#1}}} % Job webpage.
|
|
\newcommand{\ListTitle}[2]{\ResetStyle{\Semibold{#1}}\ResetStyle\hfill\fontsize%
|
|
{10}{10}\selectfont\textcolor{ColorGray}{#2}} % Job place.
|
|
|
|
\newcommand{\List}[5]{%
|
|
\noindent
|
|
\ListTitle{#1}{#2}\newline
|
|
\Text{#3}\newline
|
|
\setsepchar{;}%
|
|
\ignoreemptyitems%
|
|
\readlist\Elements{#5}%
|
|
\foreachitem\Element\in\Elements{\Text{\Bullet\ \Element}\newline}
|
|
\def\Link{#4}\ifx\Link\empty{}\else{\ListLink{#4}\Par}\fi
|
|
}
|