Split Education section in two columns

This commit is contained in:
coolneng 2019-07-08 16:35:32 +02:00
parent 1b651b291a
commit 597a7fb4b4
2 changed files with 17 additions and 13 deletions

Binary file not shown.

View File

@ -274,19 +274,23 @@
\setlength{\hwideright}{\dimexpr\hwide+5\tabcolsep} \setlength{\hwideright}{\dimexpr\hwide+5\tabcolsep}
% %
\setlength{\parskip}{1mm} \setlength{\parskip}{1mm}
\begin{minipage}[b]{\rightwide} \begin{tabular}{@{}p{\hwide}p{\rightwide}}
$for(education)$ \arrayrulecolor{light-gray}
\lightfont{$education.years.start$ \textendash{} $education.years.end$} \\ $for(education)$
\smallskip \parbox[t][][t]{\hwide}{%
\emphasized{$education.degree$} \\ \lightfont{$education.years.start$ \textendash{} $education.years.end$} \\
\emphasized{$education.focus$} \\ \smallskip
\smallskip \emphasized{$education.degree$} \\
\lightfont{\textbf{$education.institution$} \\ \smallskip
\emph{$education.campus$}} \\ % \emphasized{$education.focus$} \\
% } & %
\bigskip % \parbox[t][][t]{\rightwide}{%
$endfor$ \lightfont{\textbf{$education.institution$} \\
\end{minipage}% \emph{$education.campus$}} \\ %
\bigskip %
} \\
$endfor$
\end{tabular}
% %
%\section{experience} %\section{experience}
%% %%