Simplified Medium Length Professioal CV Template
作者
Taro Yamada
最近上传
5 年前
许可
Creative Commons CC BY 4.0
摘要
This is a simplified skeleton for the Medium Length Professional CV Template, originally posted on LaTeXtemplates.com.
This is a simplified skeleton for the Medium Length Professional CV Template, originally posted on LaTeXtemplates.com.
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% Important note:
% This template requires the resume.cls file to be in the same directory as the
% .tex file. The resume.cls file provides the resume style used for structuring the
% document.
%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%----------------------------------------------------------------------------------------
% PACKAGES AND OTHER DOCUMENT CONFIGURATIONS
%----------------------------------------------------------------------------------------
\documentclass{resume} % Use the custom resume.cls style
\usepackage[left=0.75in,top=0.6in,right=0.75in,bottom=0.6in]{geometry} % Document margins
\newcommand{\tab}[1]{\hspace{.2667\textwidth}\rlap{#1}}
\newcommand{\itab}[1]{\hspace{0em}\rlap{#1}}
\name{Put name here} % Your name
\address{put adress here 12345} % Your address
%\address{123 Pleasant Lane \\ City, State 12345} % Your secondary addess (optional)
\address{(+country code) phone number\\ emailhere@email.com} % Your phone number and email
\begin{document}
%----------------------------------------------------------------------------------------
% EDUCATION SECTION
%----------------------------------------------------------------------------------------
\begin{rSection}{Education}
%--copy and paste this region if you need more--
{\bf Name of the school} \hfill {\em start date - end date}
\\ degree type and majour\hfill { GPA: your gpa }
\\ Course work includes whatever notable course you've taken
\\
%--copy and paste this region if you need more--
\end{rSection}
%----------------------------------------------------------------------------------------
% EXPERIENCE SECTION
%----------------------------------------------------------------------------------------
\begin{rSection}{Experience}
%--copy and paste this region if you need more--
{\bf Title of the experience}{, institution associated with it} \hfill {\em start date- end date}\\
description of the experience\\\\
%--copy and paste this region if you need more--
\end{rSection}
%--------------------------------------------------------------------------------
% PROJECTS
%-----------------------------------------------------------------------------------------------
\begin{rSection}{Projects}
%--copy and paste this region if you need more--
{\bf Title of the project}{, institution associated with it} \hfill {\em start date- end date}\\
description of the project\\\\
%--copy and paste this region if you need more--
\end{rSection}
%--------------------------------------------------------------------------------
% ACTIVITIES
%-----------------------------------------------------------------------------------------------
\begin{rSection}{Activities}
%--copy and paste this region if you need more--
{\bf Title of the activities}{, institution associated with it} \hfill {\em start date- end date}\\
description of the activities\\\\
%--copy and paste this region if you need more--
\end{rSection}
%----------------------------------------------------------------------------------------
% SKILLS SECTION
%----------------------------------------------------------------------------------------
\begin{rSection}{Skills}
{\bf Programming Languages and Frameworks }
\\list whatever programming skills you have\\\\
{\bf Languages}
\\languages
\end{rSection}
\begin{rSection}{Awards and Scholarships}
{\bf Name of awrd/scholarship}{ , institution associated with the award
} \hfill{\em date awarded}
\\description of the award/scholarship\\
\end{rSection}
\end{document}----------------------------