Skip to content

Commit

Permalink
formatting changes
Browse files Browse the repository at this point in the history
Changes to be committed:
modified:   cv.pdf
modified:   section_experience_short.tex
modified:   section_languages.tex
modified:   yaac-another-awesome-cv.cls
  • Loading branch information
Alan Verdugo committed Mar 27, 2018
1 parent a986c88 commit 7488575
Show file tree
Hide file tree
Showing 4 changed files with 72 additions and 23 deletions.
Binary file modified cv.pdf
Binary file not shown.
2 changes: 1 addition & 1 deletion section_experience_short.tex
Expand Up @@ -16,7 +16,7 @@
\begin{experiences}
\experience
{June 2014}
{Software developer}
{Software engineer}
{IBM}
{Present}
{
Expand Down
65 changes: 49 additions & 16 deletions section_languages.tex
Expand Up @@ -10,19 +10,52 @@
% CC BY-SA 4.0 (https://creativecommons.org/licenses/by-sa/4.0/)

%Section: Languages
\twocolumnsection
{\sectionTitle{Languages}{\faGlobe}
\begin{skills}
\skill{English}{5}
\skill{Spanish}{5}
\skill{Japanese}{1}
\end{skills}}
{\sectionTitle{Strengths}{\faPlus}
\vspace{1em}
\begin{itemize}
\item Creative
\item Self-starter
\item Analytical
\item Responsible
\end{itemize}
}
%\twocolumnsection
% {
% \sectionTitle{Languages}{\faGlobe}
% \begin{skills}
% \skill{English}{5}
% \skill{Spanish}{5}
% \skill{Japanese}{1}
% \end{skills}
% }
% {
% \sectionTitle{Strengths}{\faPlus}
% \vspace{1em}
% \begin{itemize}
% \item Creative
% \item Self-starter
% \item Analytical
% \item Responsible
% \end{itemize}
% }

\threecolumnsection
{
\sectionTitle{Languages}{\faGlobe}
\begin{skills}
\skill{English}{5}
\skill{Spanish}{5}
\skill{Japanese}{1}
\end{skills}
}
{
\sectionTitle{Strengths}{\faPlus}
\vspace{1em}
\begin{itemize}
\item Creative
\item Self-starter
\item Analytical
\item Responsible
\end{itemize}
}
{
\sectionTitle{Interests}{\faSmileO}
\vspace{1em}
\begin{itemize}
\item Reading
\item Writing
\item Videogames
\item Programming
\end{itemize}
}
28 changes: 22 additions & 6 deletions yaac-another-awesome-cv.cls
Expand Up @@ -48,7 +48,7 @@

% Dependences
%A Few Useful Packages
\RequirePackage[frenchb]{babel}
%\RequirePackage[frenchb]{babel}
\RequirePackage[utf8]{luainputenc}
\RequirePackage{fontspec} % for loading fonts
\RequirePackage{url,parskip} % other packages for formatting
Expand Down Expand Up @@ -104,6 +104,7 @@

% Setup Array : new column type
\newcolumntype{R}[1]{>{\hfill}m{#1}}
\newcolumntype{L}[1]{>{\raggedright}m{#1}}

%Italian hyphenation for the word: ''corporations''
\hyphenation{im-pre-se}
Expand Down Expand Up @@ -311,9 +312,6 @@

% -------- BEGIN Certifications -----------------------------------------------

% Define a new column type for the certifications environment
\newcolumntype{Y}{>{\raggedleft}p{\leftcolumn}}

% Define the 'certifications' environment
\newenvironment{certifications}{%
\begin{tabular}{Y p{\rightcolumnlength}}
Expand All @@ -332,15 +330,16 @@

% Define the 'skills' environment
\newenvironment{skills}{%
\begin{longtable}{R{\leftcolumn}p{\rightcolumnlength}}
%\begin{longtable}{R{\leftcolumn}p{\rightcolumnlength}}
\begin{longtable}{L{\leftcolumn}p{\rightcolumnlength}}
}{%
\end{longtable}
}

% Render a skill in the skills environment
% Usage: \skill{<skill>}{<level>}
\newcommand\skill[2]{
\textbf{#1} & \foreach \x in {1,...,5}{{\color{accentcolor!80} \ifnumgreater{\x}{#2}{\faCircleThin}{\faCircle}}\enspace } \\
\textbf{#1} & \foreach \x in {1,...,5}{{\color{accentcolor!80} \ifnumgreater{\x}{#2}{\faCircleThin}{\faCircle}} } \\
}

\newcolumntype{E}{>{\raggedright\arraybackslash}p{\rightcolumnlength}}
Expand Down Expand Up @@ -388,8 +387,10 @@
& \footnotesize{\foreach \n in {#9}{\cvtag{\n}}} \\
}


\newcommand\emptySeparator{\multicolumn{2}{c}{}\\}


\newcommand*\twocolumnsection[2]{
\begin{minipage}[t]{\dimexpr(\linewidth/2) - 3em}
#1
Expand All @@ -400,6 +401,21 @@
\end{minipage}
}


\newcommand*\threecolumnsection[3]{
\begin{minipage}[t]{\dimexpr(\linewidth/3) - 3em}
#1
\end{minipage}
\hfill
\begin{minipage}[t]{\dimexpr(\linewidth/3) - 3em}
#2
\end{minipage}
\hfill
\begin{minipage}[t]{\dimexpr(\linewidth/3) - 3em}
#3
\end{minipage}
}

% -------- END EXPERIENCE -------------------------------------------------


Expand Down

0 comments on commit 7488575

Please sign in to comment.