Skip to content

Instantly share code, notes, and snippets.

@javier-lopez
Created May 15, 2012 18:42
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save javier-lopez/2704079 to your computer and use it in GitHub Desktop.
Save javier-lopez/2704079 to your computer and use it in GitHub Desktop.
CV de Javier López
% =======================================================
% Last review Mon 14 May 2012 06:21:07 PM CDT
% =======================================================
% require: moderncv http://www.ctan.org/tex-archive/macros/latex/contrib/moderncv
% /usr/share/texmf-texlive/tex/latex/moderncv/moderncv.cls
%----------------------------------------------------------------------------------
% Configuration
%----------------------------------------------------------------------------------
% dimensions & margens, options: 'a4paper', 'a5paper', 'b5paper', 'letterpaper', 'legalpaper', 'executivepaper', 'landscape'
\documentclass[letterpaper,11pt,sans,final]{moderncv}
\usepackage[scale=0.8]{geometry}
%\setlength{\hintscolumnwidth}{3cm} % if you want to change the width of the column with the dates
%\AtBeginDocument{\setlength{\maketitlenamewidth}{7cm}} % only for the classic theme, if you want to change the width of
% your name placeholder (to leave more space for your address details
%\AtBeginDocument{\recomputelengths} % required when changes are made to page layout lengths
% theme:
% 'blue' (default), 'orange', 'green', 'red', 'grey', 'purple' and 'black'
% 'classic', 'casual'
\moderncvtheme[black]{casual}
% character encoding
\usepackage[utf8]{inputenc}
% hyperlinks
\usepackage[urlcolor=blue]{hyperref} % hyperlinks
\urlstyle{same}
%\nopagenumbers{} % uncomment to suppress automatic page numbering for CVs longer than one page
%----------------------------------------------------------------------------------
% Personal data
%----------------------------------------------------------------------------------
%\firstname{Javier}
%\familyname{López}
\firstname{Currículum}
\familyname{Vitae}
%\title{Tecnologías de la información} % optional
\title{Javier López} % optional
\address{México, México}{CP: 57410} % optional
\mobile{+52 155 20924599} % optional
%\phone{+30 698 4385057} % optional
%\fax{fax (optional)} % optional
\email{javier@on.to} % optional
%\email{\href{mailto:javier@on.to}{javier@on.to}} % optional
%\homepage {homepage: about.me/javierl}
\homepage{http://about.me/javierl} % optional
%\extrainfo{additional information (optional)} % optional
%\quote{Currículum Vitae} % optional
\quote{Tecnologías de la información} % optional
%\photo[64pt][0.4pt]{picture} % optional '64pt' is the height, 0.4pt is the thickness of the
% frame around it and 'picture' is the name of the picture file
% To show numerical labels in the bibliography; only useful if you make citations in your resume
%\makeatletter
%\renewcommand*{\bibliographyitemlabel}{\@biblabel{\arabic{enumiv}}}
%\makeatother
% bibliography with mutiple entries
%\usepackage{multibib}
%\newcites{book,misc}{{Books},{Others}}
%----------------------------------------------------------------------------------
% Content
%----------------------------------------------------------------------------------
\begin{document}
\maketitle
%\makecvtitle{title}
\section{Formación}
%\cventry{year--year}{Degree}{Institution}{City}{\textit{Grade}}{Description}
\cventry{2010}{Lic. en sistemas computacionales}{UAM Cuajimalpa}{}{en progreso}{}
%\cventry{2008}{CakePhp b\'{a}sico}{Facultad Ingenier\'{i}a - UNAM}{}{}{}
%\cventry{2007}{Mantenimiento preventivo de PC's}{UPIICSA - IPN}{}{}{}
\cventry{2003}{Técnico en Telecomunicaciones}{CECyT "Wilfrido Massieu", IPN}{}{}{}
\section{Idiomas}
%\cvlanguage{Español}{Nativo}{}
\cventry{English}{Básico}{TOEIC - 760, traductor del \url{http://translationproject.org}}{}{}{}
\cventry{Português}{Básico}{Equivalente ao primeiro nível de certificação, em progreso}{}{}{}
\section{Experiencia}
\cventry{2012}{Administrador de sistemas}{IEMS - \url{http://www.iems.df.gob.mx}}{México}
{}{laboratorio, autenticación centralizada, ethernet bonding, diseño de red, cache web}
\cventry{2010}{Administrador de sistemas}{Ixpan - \url{http://ixpan.com}}{México}
{}{backups, inventario, cpanel, windows server, raid 5, dd-wrt}
\cventry{2009}{Administrador de sistemas}{Maticorp - \url{http://www.maticorp.com}}{México}
{}{asterisk, mysql, php, freenas, openfiler, vbox, samba, openvpn}
\section{Informática}
\cvline{Básico}
{\small openbsd, freebsd, windows, openvpn, samba, nfs, openssh, asterisk, cpanel, vbox, \LaTeX, git/bzr, c, uml, html, php, sql}
\cvline{Intermedio}
{\small linux (membresía de ubuntu), google kung-fu, bash, redes tcp/ip}
\section{Extra}
\subsection{Conferencias}
\cvline{2007, 2008, 2011}{\url{http://www.enli.org.mx}}
%\cvline{2008}{\url{http://intromision.fciencias.unam.mx}}
\cvline{2008}{\url{http://congreso.seguridad.unam.mx}}
\cvline{2009}{\url{http://www.bugcon.org}}
\cvline{2008, 2009, 2011}{\url{http://www.consol.org.mx}}
%\section{Miscelanea}
%\cvline{Permiso de conducción}
%{\small Categoría A. México. D.F. 2009}
\subsection{Permiso de conducción}
\cvline{2009}{Categoría A. México. D.F.}
\makecvfooter
\end{document}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment