100 lines
3.6 KiB
TeX
100 lines
3.6 KiB
TeX
|
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
|
||
|
% Awesome Resume/CV
|
||
|
% XeLaTeX Template
|
||
|
% Version 1.3 (30/3/2020)
|
||
|
%
|
||
|
% This template has been downloaded from:
|
||
|
% http://www.LaTeXTemplates.com
|
||
|
%
|
||
|
% Original author:
|
||
|
% Claud D. Park (posquit0.bj@gmail.com) with modifications by
|
||
|
% Vel (vel@latextemplates.com)
|
||
|
%
|
||
|
% License:
|
||
|
% CC BY-NC-SA 3.0 (http://creativecommons.org/licenses/by-nc-sa/3.0/)
|
||
|
%
|
||
|
% Important note:
|
||
|
% This template must be compiled with XeLaTeX, the below lines will ensure this
|
||
|
%!TEX TS-program = xelatex
|
||
|
%!TEX encoding = UTF-8 Unicode
|
||
|
%
|
||
|
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
|
||
|
|
||
|
%----------------------------------------------------------------------------------------
|
||
|
% PACKAGES AND OTHER DOCUMENT CONFIGURATIONS
|
||
|
%----------------------------------------------------------------------------------------
|
||
|
|
||
|
\documentclass[11pt, a4paper]{awesome-cv} % A4 paper size by default, use 'letterpaper' for US letter
|
||
|
|
||
|
\usepackage{xcolor}
|
||
|
|
||
|
\geometry{left=2cm, top=1.5cm, right=2cm, bottom=2cm, footskip=.5cm} % Configure page margins with geometry
|
||
|
|
||
|
\fontdir[fonts/] % Specify the location of the included fonts
|
||
|
|
||
|
% Color for highlights
|
||
|
\colorlet{awesome}{awesome-red} % Default colors include: awesome-emerald, awesome-skyblue, awesome-red, awesome-pink, awesome-orange, awesome-nephritis, awesome-concrete, awesome-darknight
|
||
|
%\definecolor{awesome}{HTML}{CA63A8} % Uncomment if you would like to specify your own color
|
||
|
|
||
|
% Colors for text - uncomment and modify
|
||
|
%\definecolor{darktext}{HTML}{414141}
|
||
|
%\definecolor{text}{HTML}{414141}
|
||
|
%\definecolor{graytext}{HTML}{414141}
|
||
|
%\definecolor{lighttext}{HTML}{414141}
|
||
|
|
||
|
\renewcommand{\acvHeaderSocialSep}{\quad\textbar\quad} % If you would like to change the social information separator from a pipe (|) to something else
|
||
|
|
||
|
%----------------------------------------------------------------------------------------
|
||
|
% PERSONAL INFORMATION
|
||
|
% Comment any of the lines below if they are not required
|
||
|
%----------------------------------------------------------------------------------------
|
||
|
|
||
|
\name{Nicolás A.}{Ortega Froysa}
|
||
|
\address{Seville, Spain}
|
||
|
\mobile{(+34) 640 21 28 38}
|
||
|
|
||
|
\email{nicolas@ortegas.org}
|
||
|
\homepage{themusicinnoise.net}
|
||
|
\gitlab{naortega}
|
||
|
\github{naortega}
|
||
|
%\skype{skypeid}
|
||
|
%\stackoverflow{SOid}{SOname}
|
||
|
%\twitter{@twit}
|
||
|
%\linkedin{linkedin name}
|
||
|
%\reddit{reddit account}
|
||
|
%\xing{xing name}
|
||
|
%\extrainfo{test} % Other text you want to include on this line
|
||
|
|
||
|
\position{Software Engineer{\enskip\cdotp\enskip}Network Administrator} % Your expertise/fields
|
||
|
%\quote{``Make the change that you want to see in the world."} % A quote or statement
|
||
|
|
||
|
\makecvfooter{\today}{Nicolás A. Ortega Froysa~~~·~~~Résumé}{\thepage} % Specify the letter footer with 3 arguments: (<left>, <center>, <right>), leave any of these blank if they are not needed
|
||
|
|
||
|
%----------------------------------------------------------------------------------------
|
||
|
|
||
|
\begin{document}
|
||
|
|
||
|
\makecvheader % Print the header
|
||
|
|
||
|
%----------------------------------------------------------------------------------------
|
||
|
% CV/RESUME CONTENT
|
||
|
% Each section is imported separately, open each file in turn to modify content
|
||
|
%----------------------------------------------------------------------------------------
|
||
|
|
||
|
\input{cv-sections/skills.tex}
|
||
|
\input{cv-sections/experience.tex}
|
||
|
\input{cv-sections/education.tex}
|
||
|
\input{cv-sections/projects.tex}
|
||
|
|
||
|
%\newpage % Force a new page for looks
|
||
|
|
||
|
%\input{cv-sections/extracurricular.tex}
|
||
|
%\input{cv-sections/honors.tex}
|
||
|
%\input{cv-sections/presentation.tex}
|
||
|
%\input{cv-sections/writing.tex}
|
||
|
%\input{cv-sections/committees.tex}
|
||
|
|
||
|
%----------------------------------------------------------------------------------------
|
||
|
|
||
|
\end{document}
|