template_tex/tex/view/List.tex
2024-03-06 20:46:08 +03:00

15 lines
503 B
TeX

\newcommand{\ListLink}[1]{\Icon{IcLink}\ \href{https://#1}{\Italic{#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
}