Split Education section in two columns
This commit is contained in:
parent
1b651b291a
commit
597a7fb4b4
Binary file not shown.
|
@ -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}}
|
||||||
|
\arrayrulecolor{light-gray}
|
||||||
$for(education)$
|
$for(education)$
|
||||||
|
\parbox[t][][t]{\hwide}{%
|
||||||
\lightfont{$education.years.start$ \textendash{} $education.years.end$} \\
|
\lightfont{$education.years.start$ \textendash{} $education.years.end$} \\
|
||||||
\smallskip
|
\smallskip
|
||||||
\emphasized{$education.degree$} \\
|
\emphasized{$education.degree$} \\
|
||||||
\emphasized{$education.focus$} \\
|
|
||||||
\smallskip
|
\smallskip
|
||||||
|
\emphasized{$education.focus$} \\
|
||||||
|
} & %
|
||||||
|
\parbox[t][][t]{\rightwide}{%
|
||||||
\lightfont{\textbf{$education.institution$} \\
|
\lightfont{\textbf{$education.institution$} \\
|
||||||
\emph{$education.campus$}} \\ %
|
\emph{$education.campus$}} \\ %
|
||||||
%
|
|
||||||
\bigskip %
|
\bigskip %
|
||||||
|
} \\
|
||||||
$endfor$
|
$endfor$
|
||||||
\end{minipage}%
|
\end{tabular}
|
||||||
%
|
%
|
||||||
%\section{experience}
|
%\section{experience}
|
||||||
%%
|
%%
|
||||||
|
|
Loading…
Reference in New Issue