Add programming language proficiency

This commit is contained in:
coolneng 2020-05-24 04:35:06 +02:00
parent 249450e1ac
commit 6a7f869970
Signed by: coolneng
GPG Key ID: 9893DA236405AF57
6 changed files with 25 additions and 14 deletions

View File

@ -1,6 +1,6 @@
% !TEX encoding = UTF-8 Unicode
\documentclass[letterpaper,12pt]{article}
\documentclass[letterpaper,11pt]{article}
%A Few Useful Packages
%\usepackage{marvosym}
@ -205,18 +205,29 @@
$about$
}
%---------- LEFT SIDE ----------
\newlength{\hwide}
\begin{minipage}[t]{0.31\textwidth}
\raggedright
% PROGRAMMING
\ifthenelse{\equal{$lang$}{en}}
{\section{programming}}
{\section{programación}}%
\setlength{\parskip}{1mm}
\setlength{\hwide}{\dimexpr.5\hsize-3\tabcolsep}
%
\hlight
\begin{itemize}[]
\begin{tabular}{@{}p{\hwide}p{\centerwide}}
$for(programming)$
\item\emphasized{$programming.language$}
\parbox[t][][t]{\hwide}{%
\emphasized{$programming.language$}
\medskip
} & %
\parbox[t][][t]{\centerwide}{%
\lightbf{$programming.proficiency$}
\medskip
} \\ %
$endfor$
\end{itemize}
\end{tabular}
% TECHNOLOGIES
%
@ -243,7 +254,6 @@
\end{minipage}%
%
%---------- RIGHT SIDE ----------
\newlength{\hwide}
\newlength{\hwideright}
\newlength{\buffer}
\setlength{\buffer}{4pt plus 1pt minus 1pt}

View File

@ -42,12 +42,12 @@ programming:
- language: Python
proficiency: Good
- language: Nix
proficiency: Intermediate
- language: Java
proficiency: Basic
- language: Nix
proficiency: Medium
technologies:
- Linux/FreeBSD
- \LaTeX

View File

@ -38,16 +38,16 @@ education:
programming:
- language: C++
proficiency: Alto
proficiency: Avanzado
- language: Python
proficiency: Alto
- language: Java
proficiency: Básico
proficiency: Avanzado
- language: Nix
proficiency: Medio
proficiency: Intermedio
- language: Java
proficiency: Básico
technologies:
- Linux/FreeBSD

View File

@ -74,5 +74,6 @@ all: $(pdfs) clean
# clean up everything except final pdfs
clean:
latexmk -c .
rm $(out_dir)/*.{aux,xdv,log,fls,fdb_latexmk}
.DEFAULT_GOAL := all

Binary file not shown.

Binary file not shown.