LaTeX Template
LaTeX Template
LaTeX Template
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% LaTeX Template: Curriculum Vitae
% Edite el archivo acorde a sus necesidades
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\documentclass[paper=a4,fontsize=11pt]{scrartcl} % KOMA-
article class
\usepackage[spanish]{babel}
\usepackage[utf8x]{inputenc}
\usepackage[protrusion=true,expansion=true]{microtype}
\usepackage{amsmath,amsfonts,amsthm} % Math packages
\usepackage{graphicx} % Enable pdflatex
\usepackage[svgnames]{xcolor} % Colors by their
'svgnames'
\usepackage{geometry}
\textheight=700px % Saving trees ��
\usepackage{url}
%%% Macros
%%% ------------------------------------------------------------
\newlength{\spacebox}
\settowidth{\spacebox}{8888888888} % Box to
align text
\newcommand{\sepspace}{\vspace*{1em}} % Vertical
space macro
\newcommand{\MyName}[1]{ % Name
\Huge \usefont{OT1}{phv}{b}{n} \hfill #1
\par \normalsize \normalfont}
\newcommand{\NewPart}[1]{\section*{\uppercase{#1}}}
\newcommand{\PersonalEntry}[2]{
\noindent\hangindent=2em\hangafter=0 % Indentation
\parbox{\spacebox}{ % Box to align text
\textit{#1}} % Entry name (birth,
address, etc.)
\hspace{1.5em} #2 \par} % Entry value
\newcommand{\EducationEntry}[4]{
\noindent \textbf{#1} \hfill % Study
\colorbox{Black}{%
\parbox{6em}{%
\hfill\color{White}#2}} \par % Duration
\noindent \textit{#3} \par % School
\noindent\hangindent=2em\hangafter=0 \small #4 %
Description
\normalsize \par}
\newcommand{\WorkEntry}[4]{ % Same as
\EducationEntry
\noindent \textbf{#1} \hfill % Jobname
\colorbox{Black}{\color{White}#2} \par % Duration
\noindent \textit{#3} \par % Company
\noindent\hangindent=2em\hangafter=0 \small #4 %
Description
\normalsize \par}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%%%%%%%%%%%%%
%%% EMPIECE A EDITAR LOS DATOS AQUI %%%%%%%%%%
%%%%%%%
\begin{document}
% you can upload a photo and include it here...
%\begin{wrapfigure}{l}{0.5\textwidth}
% \vspace*{-2em}
% \includegraphics[width=0.15\textwidth]
{photo}
%\end{wrapfigure}
\sepspace
%%% Personal details
%%% ------------------------------------------------------------
\NewPart{Información Personal}{}
%%% Education
%%% ------------------------------------------------------------
\NewPart{Educación}{}
\EducationEntry{Ingeniero de Telecomunicaciones }
{2022-2028}{Universidad de Cuenca, Ecuador }
\sepspace
\EducationEntry{Bachiller en Ciencias}{2018-2021}
{Colegio UEM Manuela Garaicoa de Calderón, Cuenca,
Ecuador}
\sepspace
%%% Skills
%%% ------------------------------------------------------------
\NewPart{Conocimientos y Habilidades}{}
\SkillsEntry{Idiomas}{Español (legua materna)}
\SkillsEntry{}{Inglés (Principiante)}
\sepspace
\sepspace
\sepspace
%%% References,
%%% ------------------------------------------------------------
\NewPart{Actividades Extra Curriculares}{}
\begin{enumerate}
\item Deportista. \item Dibujo y pintura. \item
Actividades artísticas. \item Carpintería
\end{enumerate}
\end{document}