%-------------------------
% Resume in Latex
% Author : Sharath Pai
%------------------------
%---- Required Packages and Functions ----
\documentclass[a4paper,11pt]{article}
\usepackage{latexsym}
\usepackage{xcolor}
\usepackage{float}
\usepackage{ragged2e}
\usepackage[empty]{fullpage}
\usepackage{wrapfig}
\usepackage{lipsum}
\usepackage{tabularx}
\usepackage{titlesec}
\usepackage{geometry}
\usepackage{marvosym}
\usepackage{verbatim}
\usepackage{enumitem}
\usepackage[hidelinks]{hyperref}
\usepackage{fancyhdr}
\usepackage{multicol}
\usepackage{graphicx}
\usepackage{cfr-lm}
\usepackage[T1]{fontenc}
\usepackage{fontawesome}
\usepackage[most]{tcolorbox}
% Adjusting the margins
\enlargethispage{7\baselineskip} % Change the value as per your comfort
% Set the margins
\geometry{left=0.85cm, top=0.8cm, right=0.85cm, bottom=0.2cm}
% Sections formatting
\titleformat{\section}{
\vspace{-4pt}\scshape\raggedright\large
}{}{0em}{}[\color{black}\titlerule \vspace{-7pt}]
%-------------------------
% Custom commands
\newcommand{\resumePOR}[3]{
\vspace{0.5mm}\item[]
\begin{tabular*}{\textwidth}[t]{l@{\extracolsep{\fill}}r}
\hspace{-3mm}{#1}:\hspace{1mm} & \hspace*{0pt}\hfill{\footnotesize{ #3}} \vspace{-0.5mm}\\ \hspace{-2.9mm}#2
\end{tabular*}
\vspace{0mm}
}
\newcommand{\resumeExp}[4]{
\vspace{0mm}\item[]
\begin{tabular*}{\textwidth}[t]{l@{\extracolsep{\fill}}r}
\hspace{-4.4mm} \small\textbf{#1} & {\footnotesize{#3}}\vspace{-1.2mm}\\
\hspace{-4.3mm} \footnotesize{\text{#2}} & \footnotesize{#4}
\end{tabular*}
\vspace{-6.1mm}
}
\newcommand{\resumeProject}[4]{
\vspace{0mm}\item[]
\begin{tabular*}{\textwidth}[t]{l@{\extracolsep{\fill}}r}
\hspace{-4.4mm} \small\textbf{#1} & {\footnotesize{#3}}\vspace{-1mm}\\
\hspace{-4.3mm} \footnotesize{\text{#2}} & \footnotesize{#4}
\end{tabular*}
\vspace{-6.5mm}
}
\newcommand{\resumeEdu}[4]{
\vspace{0mm}\item[]
\begin{tabular*}{\textwidth}[t]{l@{\extracolsep{\fill}}r}
\hspace{-4.3mm} \small\textbf{#1} & \footnotesize{#3}\vspace{-1mm} \\
\hspace{-4.3mm} \footnotesize{#2} & \footnotesize{#4}
\end{tabular*}
\vspace{-3.2mm}
}
\newcommand{\resumeAchieve}[3]
{
\hspace{-3.1mm}\textbf{ #1} & {#2} & \hspace{3mm}\footnotesize{#3}
\vspace{0mm}\\
}
\renewcommand{\labelitemi}{$\vcenter{\hbox{\tiny$\bullet$}}$}
\newcommand{\resumeSubHeadingListStart}{\begin{itemize}[leftmargin=*,labelsep=0mm,itemsep=-2.5mm]}
\newcommand{\resumeItemListStart}{\begin{justify}\begin{itemize}[leftmargin=*, rightmargin=2ex, noitemsep,labelsep=1.2mm,itemsep=0mm]\small}
\newcommand{\resumeSubHeadingListEnd}{\end{itemize}\vspace{-2mm}}
\newcommand{\resumeItemListEnd}{\end{itemize}\end{justify}\vspace{-1.5mm}}
\renewcommand{\arraystretch}{1}
\newcolumntype{L}{>{\raggedright\arraybackslash}X}%
\newcolumntype{R}{>{\raggedleft\arraybackslash}X}%
\newcolumntype{C}{>{\centering\arraybackslash}X}%
%---- End of Packages and Functions ------
%-------------------------------------------
%%%%%% CV STARTS HERE %%%%%%%%%%%
\newcommand{\name}{Sharath Pai} % Your Name
\newcommand{\course}{B.Tech -Computer Science and Engineering} % Your Course
\newcommand{\roll}{xxxxxxxx} % Your Roll No.
\newcommand{\phone}{xxxxxxxxxx} % Your Phone Number
\newcommand{\emaila}{xxxxxxxxxxxxxx@gmail.com} %Email 1
\newcommand{\github}{xxxxxxxxxx} %Github
\newcommand{\website}{https://example.com} %Website
\newcommand{\linkedin}{xxxxxxxxx} %linkedin
\newcommand{\point}{\item[$\bullet$] \noindent}
\newcommand{\tech}[1]{\emph{Tech Stacks: #1}}
\newcommand{\link}[1]{\small{\href{#1}{\underline{Project Link}}}}
\begin{document}
\fontfamily{cmr}\selectfont
%% Content
% Comment out the sections you won't need as of now
\input{content/heading}
\input{content/education}
\input{content/experience}
\input{content/projects/projects}
\input{content/publications}
\input{content/skills}
% \input{content/coursework}
% \input{content/por}
\input{content/achievements}
%-------------------------------------------
\end{document}

PDF Preview
Create an account to compile and preview