Change languages format to two columns
This commit is contained in:
parent
dbb7fdde41
commit
49a1231cc6
Binary file not shown.
@ -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}
|
||||||
|
Loading…
Reference in New Issue
Block a user