%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% Template for Resume. %
% Gautham R Shenoy <gautham.shenoy@gmail.com> %
% You're free to use it in any way you like :) %
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\documentclass[a4paper,12pt]{article}
\usepackage{colortbl}
\usepackage{times}
\usepackage{geometry}
\pagestyle{empty}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% Some Global Variables
\oddsidemargin -11mm
\evensidemargin -11mm
\textwidth=175mm
\itemsep=0cm
\parsep=0cm
\topmargin -20mm
\textheight 265mm
\linespread{0.9}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% Macros, Commands and Environments for Resume Writing %
% begins here %
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% Environment: mylist
% Creates a custom list.
% % Usage:
% \begin{mylist}
% \item Item1
% \item Item2
% \item Item3
%
% \item ItemN
% \end{mylist}
%
% Credit: Adapted from list2 environment written by Kamil K Wojcicki.
% The cls file can be found at
% http://linux.dsplabs.com.au/files/p54-resume/resume.cls
%
% The article which inspired and taught me to write new environments.
% can be found here --> http://linux.dsplabs.com.au/?p=54
%--------------------------------------------------------------------------------
\newenvironment{mylist}{
\begin{list}{$\bullet$}{%
\setlength{\itemsep}{0in}
\setlength{\parsep}{0in}
\setlength{\parskip}{0in}
\setlength{\topsep}{0in}
\setlength{\partopsep}{0in}
\setlength{\leftmargin}{0.20in}}
}{\end{list}}
%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% Style for a new section's heading
%--------------------------------------------------------------------------------
\newcommand{\newSecStyle}{\normalsize\sc}
%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% Environment: mysection
% Start a new section in the resume.
% Takes 1 argument, which is the name of the section
% Usage:
% \begin{mysection}{Section_name}
% Fill whatever that you want to fill :)
% \end{mysection}
%--------------------------------------------------------------------------------
\newenvironment{mysection}[1]{
\begin{tabular}{@{}p{1.0\linewidth}@{\hfill}}
\multicolumn{1}{>{\columncolor[gray]{0.8}}l}{\newSecStyle{#1}} \\
\begin{minipage}{\linewidth}
\vspace*{2mm}
}{\vspace*{2mm}\end{minipage} \end{tabular}}
%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% Style for printing the Name on Top
% If necessary, change huge to Huge, Large, large, normalsize, small
%--------------------------------------------------------------------------------
\newcommand{\name}{\huge\sc}
%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% Environment: Resume Title.
% Prints out the title containing Name, Address
% and contact information, at the head of the Resume.
%
%
% Takes 3 Arguments.
% Arg1: Name
% Arg2: Address
% Arg3: Contact Details
%
% Usage:
%
% \begin{ResumeTitle}{name}{address}{contact}
% \end{ResumeTitle}
%
% Note: There are place holders for Name, Address and
% Contact Details in the User Defined Variables
% section of this file. See Below.
%--------------------------------------------------------------------------------
\newenvironment{ResumeTitle}[3]{
\begin{tabular}{@{}p{0.50\columnwidth}@{}p{0.50\columnwidth}r@{}}
\multicolumn{2}{c}{\name{#1}}\\
& \\
\begin{minipage}{0.50\columnwidth}
\begin{flushleft}
#2
\end{flushleft}
\end{minipage}
&
\begin{minipage}{0.50\columnwidth}
\begin{flushright}
#3
\end{flushright}
}{\end{minipage}\end{tabular}}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% makes a line of width \textwidth.
%--------------------------------------------------------------------------------
\def\fullline{
\vspace*{2pt}
\hrule width\textwidth
\vspace*{2pt}
}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% Command: \timeline
% Prints date, time, etc with a bold small font, aligned right.
%
% Takes 1 argument, i.e the date or the timeline to be printed.
% Usage \timeline{timeline}
%--------------------------------------------------------------------------------
\newcommand{\timeline}[1]{%
\hfill {\bf\small #1}
}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% Macros, Commands and Environments for Resume Writing %
% Ends here %
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% User Defined Variables Begin here %
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%------------- Enter your Name Here --------------------------------------------%
\def\myName{Your Name Here}
%------------- Enter your Address Here -----------------------------------------%
\def\myAddress {
Address line 1\\
Address line 2 \\
Town, State PIN\\
Country\\
}
%------------- Enter your Contact Information Here -----------------------------%
\def\myContact {
Phone Number 1: \\
Phone Number 2: \\
E-Mail: your@email.address\\
www: http://your.web.address \\
}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% User Defined Variables End here %
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% The Body of the Resume Begins here %
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\begin{document}
%________________________________________________________________________________
% Title
%
\begin{ResumeTitle}{\myName}{\myAddress}{\myContact}\end{ResumeTitle}
\fullline
%________________________________________________________________________________
% Objective
%
\begin{mysection}{Objective}
What do you wish to seek!
\end{mysection}
%________________________________________________________________________________
% Research Interests
%
\begin{mysection}{Research Interests}
List of topics you are interested in.
\end{mysection}
%________________________________________________________________________________
% Education
%
\begin{mysection}{Education}
\begin{mylist}
\item {\bf Degree, Subject} \timeline{Graduation Year}\\
Institute , Country \\
GPA: a/b or Percentage: n\% \\
{\bf Related Courses:}
\begin{mylist}
\item {\bf Degree:} List of related courses.
\end{mylist}
\end{mylist}
\end{mysection}
%________________________________________________________________________________
% Experience
%
\begin{mysection}{Experience}
\begin {mylist}
\item {\bf Job-Title,} \timeline{Time-From -- Time-To}\\
{\bf Employer's name, Location}
\begin{mylist}
\item Role1.
\item Role2.
\item Role3.
\end{mylist}
\item {\bf Internship, Company Name} \timeline{Time-From -- Time-To}\\
Brief Description.
\end{mylist}
\end{mysection}
%________________________________________________________________________________
% Publications/Research Work Done
%
\begin{mysection}{Research Work/Publications}
\begin{mylist}
\item Work 1.
\item Work 2.
\end{mylist}
\end{mysection}
%________________________________________________________________________________
% Skills
%
\begin{mysection}{Computer Skills}
\begin{mylist}
\item Programming: Languages you know.
\item Software: Software which you know to handle.
\item Platforms: Linux, Windows, Solaris, etc,etc.
\end{mylist}
\end{mysection}
%________________________________________________________________________________
% Academic Experience
%
\begin{mysection}{Academic Experience}
\begin{mylist}
\item Project 1
\item Project 2
\end{mylist}
\end{mysection}
%________________________________________________________________________________
% Honours and Awards
%
\begin{mysection}{Honors and Awards}
\begin{mylist}
\item Honor 1.
\item Award 2.
\end{mylist}
\end{mysection}
%________________________________________________________________________________
% Co-curricular Activities
%
\begin{mysection}{Co-curricular Activities}
\begin{mylist}
\item Activity 1.
\item Activity 2.
\end{mylist}
\end{mysection}
%________________________________________________________________________________
% Referees.
%
\begin{mysection}{Referees}
{\sl Available on request.}
\end{mysection}
\begin{mysection}{}
\end{mysection}
\end{document}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%