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{\parskip}{1mm}
\begin{minipage}[b]{\rightwide}
$for(education)$
\lightfont{$education.years.start$ \textendash{} $education.years.end$} \\
\smallskip
\emphasized{$education.degree$} \\
\emphasized{$education.focus$} \\
\smallskip
\lightfont{\textbf{$education.institution$} \\
\emph{$education.campus$}} \\ %
%
\bigskip %
$endfor$
\end{minipage}%
\begin{tabular}{@{}p{\hwide}p{\rightwide}}
\arrayrulecolor{light-gray}
$for(education)$
\parbox[t][][t]{\hwide}{%
\lightfont{$education.years.start$ \textendash{} $education.years.end$} \\
\smallskip
\emphasized{$education.degree$} \\
\smallskip
\emphasized{$education.focus$} \\
} & %
\parbox[t][][t]{\rightwide}{%
\lightfont{\textbf{$education.institution$} \\
\emph{$education.campus$}} \\ %
\bigskip %
} \\
$endfor$
\end{tabular}
%
%\section{experience}
%%