resume/tex/view/Place.tex

12 lines
340 B
TeX
Raw Permalink Normal View History

2023-07-31 04:30:43 +03:00
% Args: Company's name, period, position, url, tasks (separated by ;).
\newcommand{\Place}[5]{%
\noindent
\JPlace{#1}{#2}\newline
\Text{#3}\newline
\setsepchar{;}%
\ignoreemptyitems%
\readlist\Tasks{#5}%
\foreachitem\Task\in\Tasks{\Text{\TextList{\Bullet}\ \Task}\newline}
\def\PLink{#4}\ifx\PLink\empty{}\else{\JLink{#4}\Par}\fi
}