Change languages format to two columns

This commit is contained in:
coolneng 2019-07-08 17:52:13 +02:00
parent dbb7fdde41
commit 49a1231cc6
2 changed files with 15 additions and 5 deletions

Binary file not shown.

View File

@ -275,7 +275,6 @@
% %
\setlength{\parskip}{1mm} \setlength{\parskip}{1mm}
\begin{tabular}{@{}p{\hwide}p{\rightwide}} \begin{tabular}{@{}p{\hwide}p{\rightwide}}
\arrayrulecolor{light-gray}
$for(education)$ $for(education)$
\parbox[t][][t]{\hwide}{% \parbox[t][][t]{\hwide}{%
\lightfont{$education.years.start$ \textendash{} $education.years.end$} \\ \lightfont{$education.years.start$ \textendash{} $education.years.end$} \\
@ -329,10 +328,21 @@
\section{languages} \section{languages}
% %
\setlength{\parskip}{1mm} \setlength{\parskip}{1mm}
$for(languages)$ \setlength{\hwide}{\dimexpr.5\hsize-4\tabcolsep}
\emphasized{$languages.language$} -- \lightbf{$languages.proficiency$} \\ \setlength{\hwideright}{\dimexpr\hwide+5\tabcolsep}
\smallskip
$endfor$ \begin{tabular}{@{}p{\hwide}p{\rightwide}}
$for(languages)$
\parbox[t][][t]{\hwide}{%
\emphasized{$languages.language$}
\bigskip
} & %
\parbox[t][][t]{\rightwide}{%
\lightbf{$languages.proficiency$}
\bigskip
} \\ %
$endfor$
\end{tabular}
% %
%\section{publications} %\section{publications}
%\vspace{-0.5em} %\vspace{-0.5em}