
Ricardo Fernandez Salazar CV
Author
Edgar Guadalupe Pereida Garcia
Last Updated
há 4 anos
License
Creative Commons CC BY 4.0
Abstract
Ricardo Fernandez Salazar's CV. Created with the

Ricardo Fernandez Salazar's CV. Created with the
%%%%%%%%%%%%%%%%%
% This is an example CV created using altacv.cls (v1.1.5, 1 December 2018) written by
% LianTze Lim (liantze@gmail.com), based on the
% Cv created by BusinessInsider at http://www.businessinsider.my/a-sample-resume-for-marissa-mayer-2016-7/?r=US&IR=T
%
%% It may be distributed and/or modified under the
%% conditions of the LaTeX Project Public License, either version 1.3
%% of this license or (at your option) any later version.
%% The latest version of this license is in
%% http://www.latex-project.org/lppl.txt
%% and version 1.3 or later is part of all distributions of LaTeX
%% version 2003/12/01 or later.
%%%%%%%%%%%%%%%%
%% If you are using \orcid or academicons
%% icons, make sure you have the academicons
%% option here, and compile with XeLaTeX
%% or LuaLaTeX.
% \documentclass[10pt,a4paper,academicons]{altacv}
%% Use the "normalphoto" option if you want a normal photo instead of cropped to a circle
% \documentclass[10pt,a4paper,normalphoto]{altacv}
\documentclass[10pt,a4paper,ragged2e]{altacv}
%% AltaCV uses the fontawesome and academicon fonts
%% and packages.
%% See texdoc.net/pkg/fontawecome and http://texdoc.net/pkg/academicons for full list of symbols. You MUST compile with XeLaTeX or LuaLaTeX if you want to use academicons.
% Change the page layout if you need to
\geometry{left=1cm,right=9cm,marginparwidth=6.8cm,marginparsep=1.2cm,top=1.25cm,bottom=1.25cm}
% Change the font if you want to, depending on whether
% you're using pdflatex or xelatex/lualatex
\ifxetexorluatex
% If using xelatex or lualatex:
\setmainfont{Carlito}
\else
% If using pdflatex:
\usepackage[utf8]{inputenc}
\usepackage[T1]{fontenc}
\usepackage[default]{lato}
\fi
% Change the colours if you want to
\definecolor{VividPurple}{HTML}{3E0097}
\definecolor{SlateGrey}{HTML}{2E2E2E}
\definecolor{LightGrey}{HTML}{666666}
\colorlet{heading}{VividPurple}
\colorlet{accent}{VividPurple}
\colorlet{emphasis}{SlateGrey}
\colorlet{body}{LightGrey}
% Change the bullets for itemize and rating marker
% for \cvskill if you want to
\renewcommand{\itemmarker}{{\small\textbullet}}
\renewcommand{\ratingmarker}{\faCircle}
%% sample.bib contains your publications
\addbibresource{sample.bib}
\begin{document}
\name{Ricardo Fernández Salazar }
\tagline{Ingeniero Civil}
% Cropped to square from https://en.wikipedia.org/wiki/Marissa_Mayer#/media/File:Marissa_Mayer_May_2014_(cropped).jpg, CC-BY 2.0
\photo{2.5cm}{calo}
\personalinfo{%
% Not all of these are required!
% You can add your own with \printinfo{symbol}{detail}
\email{ricardofdzcalo94@gmail.com}
\phone{492-142-1481}
\location{Zacatecas, México}
% \github{github.com/mmayer} % I'm just making this up though.
% \orcid{orcid.org/0000-0000-0000-0000} % Obviously making this up too. If you want to use this field (and also other academicons symbols), add "academicons" option to \documentclass{altacv}
}
%% Make the header extend all the way to the right, if you want.
\begin{fullwidth}
\makecvheader
\end{fullwidth}
%% Depending on your tastes, you may want to make fonts of itemize environments slightly smaller
\AtBeginEnvironment{itemize}{\small}
%% Provide the file name containing the sidebar contents as an optional parameter to \cvsection.
%% You can always just use \marginpar{...} if you do
%% not need to align the top of the contents to any
%% \cvsection title in the "main" bar.
\cvsection[page1sidebar]{EXPERIENCIA}
\cvevent{Auxiliar de residente de obra}{Ing. Antonio Salas Sanchez}{Marzo 2017 -- Mayo 2017}{Hacienda Nueva, Morelos, Zacatecas}
\begin{itemize}
\item Control de obra, supervicion de personal, elaboración de planos, presupuestos, estimaciones y generadores en la construccion de salon de usos multiples.
\cvevent{ }{ }{Junio 2017 -- Agosto 2017}{Hacienda Nueva, Morelos, Zacatecas}
\item Control de obra, supervicion de personal, elaboración de presupuestos, estimaciones y generadores en la obra ampliación de red de alcantarillado.
\cvevent{ }{ }{Septiembre 2017 -- Enero 2018}{Zacatecas, Zacatecas}
\item Control de obra, supervicion de personal, elaboración de planos, presupuestos, estimaciones y generadores en la obra rehabilitación integral del mercado de abastos.
\cvevent{ }{ }{Febrero 2018 -- Abril 2018}{Morelos, Zacatecas}
\item Control de obra, supervicion de personal, elaboración de presupuestos, estimaciones y generadores en la obra rehabilitación del colector general de aguyas residuales.
\end{itemize}
\divider
\cvevent{Encargado de taller}{Alquimia Servicios Industriales S.A. de C.V.}{Julio 2018 - Agosto 2019}{Morelos, Zacatecas}
\begin{itemize}
\item Supervicion de personal, transporte de personal, cálculo de elementos de concreto reforzado, elaboración de planos, presupuestos y generadores, durante la realizacion de varias bodegas y naves industriales ubicadas en Chaparrosa, Villa de cos, Zacatecas.
\end{itemize}
\divider
\divider
% \cvevent{Product Manager \& UI Lead}{Google}{Oct 2001 -- July 2005}{Palo Alto, CA}
% \begin{itemize}
% \item Appointed by the founder Larry Page in 2001 to lead the Product Management and User Interaction teams
% \item Optimized Google's homepage and A/B tested every minor detail to increase usability (incl.~spacing between words, % color schemes and pixel-by-pixel element alignment)
% \end{itemize}
%
% \divider
% \cvevent{Product Engineer}{Google}{23 June 1999 -- 2001}{Palo Alto, CA}
% \begin{itemize}
% \item Joined the company as employe \#20 and female employee \#1
% \item Developed targeted advertisement in order to use user's search queries and show them related ads
% \end{itemize}
\cvsection{UN DÍA DE MI VIDA}
% Adapted from @Jake's answer from http://tex.stackexchange.com/a/82729/226
% \wheelchart{outer radius}{inner radius}{
% comma-separated list of value/text width/color/detail}
% Some ad-hoc tweaking to adjust the labels so that they don't overlap
\wheelchart{1.5cm}{0.5cm}{%
25/10em/accent!30/\footnotesize\\[1ex]Tiempo para el trabajo,
20/9em/accent!60/\footnotesize\\[1ex]Dormir y ver series de tv,
5/13em/accent!10/\footnotesize\\[1ex]Tiempo para salir en motocicleta,
15/15em/accent!40/\footnotesize\\[1ex]Tiempo con la familia y pareja,
5/8em/accent!20/\footnotesize\\[1ex]Salir con amigos
}
\clearpage
% \cvsection[page2sidebar]{Publications}
%
% \nocite{*}
%
% \printbibliography[heading=pubtype,title={\printinfo{\faBook}{Books}},type=book]
%
% \divider
%
% \printbibliography[heading=pubtype,title={\printinfo{\faFileTextO}{Journal Articles}}, type=article]
%
% \divider
%
% \printbibliography[heading=pubtype,title={\printinfo{\faGroup}{Conference Proceedings}},type=inproceedings]
%
%% If the NEXT page doesn't start with a \cvsection but you'd
%% still like to add a sidebar, then use this command on THIS
%% page to add it. The optional argument lets you pull up the
%% sidebar a bit so that it looks aligned with the top of the
%% main column.
% \addnextpagesidebar[-1ex]{page3sidebar}
\end{document}