twentysecond: add command for languages in sidebar

This commit is contained in:
Bruno BELANYI 2020-07-09 19:24:47 +02:00
parent a7018ad818
commit dac58b133f

View file

@ -111,6 +111,17 @@
}
}
% Command for printing skill progress bars
\newcommand\languages[1]{
\renewcommand{\languages}{
\begin{flushleft}
\foreach [count=\i] \x/\y in {#1}{
\x$ : $\y \newline
}
\end{flushleft}
}
}
%-------------------------------------------------------------------------------
% SIDEBAR LAYOUT
%-------------------------------------------------------------------------------
@ -165,6 +176,11 @@
%------------------------------------------------
\profilesection{Languages}
\languages
%------------------------------------------------
\profilesection{Skills}
\skills