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

View File

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

View File

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

View File

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

Binary file not shown.

Binary file not shown.