VSSUT Burla Resume
Author
VSSUT Burla
Last Updated
일 년 전
License
Creative Commons CC BY 4.0
Abstract
Edit the code as per your need to make your own LaTeX resume.
Edit the code as per your need to make your own LaTeX resume.
%-------------------------
% Resume in Latex
% Author
% License : MIT
%------------------------
%---- 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{fontawesome5}
\usepackage{multicol}
\usepackage{graphicx}
\usepackage{cfr-lm}
\usepackage[T1]{fontenc}
\setlength{\multicolsep}{0pt}
\pagestyle{fancy}
\fancyhf{} % clear all header and footer fields
\fancyfoot{}
\renewcommand{\headrulewidth}{0pt}
\renewcommand{\footrulewidth}{0pt}
\geometry{left=1.4cm, top=0.8cm, right=1.2cm, bottom=1cm}
% Adjust margins
%\addtolength{\oddsidemargin}{-0.5in}
%\addtolength{\evensidemargin}{-0.5in}
%\addtolength{\textwidth}{1in}
\usepackage[most]{tcolorbox}
\tcbset{
frame code={}
center title,
left=0pt,
right=0pt,
top=0pt,
bottom=0pt,
colback=gray!20,
colframe=white,
width=\dimexpr\textwidth\relax,
enlarge left by=-2mm,
boxsep=4pt,
arc=0pt,outer arc=0pt,
}
\urlstyle{same}
\raggedright
\setlength{\tabcolsep}{0in}
% Sections formatting
\titleformat{\section}{
\vspace{-4pt}\scshape\raggedright\large
}{}{0em}{}[\color{black}\titlerule \vspace{-7pt}]
%-------------------------
% Custom commands
\newcommand{\resumeItem}[2]{
\item{
\textbf{#1}{\hspace{0.5mm}#2 \vspace{-0.5mm}}
}
}
\newcommand{\resumePOR}[3]{
\vspace{0.5mm}\item
\begin{tabular*}{0.97\textwidth}[t]{l@{\extracolsep{\fill}}r}
\textbf{#1}\hspace{0.3mm}#2 & \textit{\small{#3}}
\end{tabular*}
\vspace{-2mm}
}
\newcommand{\resumeSubheading}[4]{
\vspace{0.5mm}\item
\begin{tabular*}{0.98\textwidth}[t]{l@{\extracolsep{\fill}}r}
\textbf{#1} & \textit{\footnotesize{#4}} \\
\textit{\footnotesize{#3}} & \footnotesize{#2}\\
\end{tabular*}
\vspace{-2.4mm}
}
\newcommand{\resumeProject}[4]{
\vspace{0.5mm}\item
\begin{tabular*}{0.98\textwidth}[t]{l@{\extracolsep{\fill}}r}
\textbf{#1} & \textit{\footnotesize{#3}} \\
\footnotesize{\textit{#2}} & \footnotesize{#4}
\end{tabular*}
\vspace{-2.4mm}
}
\newcommand{\resumeSubItem}[2]{\resumeItem{#1}{#2}\vspace{-4pt}}
% \renewcommand{\labelitemii}{$\circ$}
\renewcommand{\labelitemi}{$\vcenter{\hbox{\tiny$\bullet$}}$}
\newcommand{\resumeSubHeadingListStart}{\begin{itemize}[leftmargin=*,labelsep=0mm]}
\newcommand{\resumeHeadingSkillStart}{\begin{itemize}[leftmargin=*,itemsep=1.7mm, rightmargin=2ex]}
\newcommand{\resumeItemListStart}{\begin{justify}\begin{itemize}[leftmargin=3ex, rightmargin=2ex, noitemsep,labelsep=1.2mm,itemsep=0mm]\small}
\newcommand{\resumeSubHeadingListEnd}{\end{itemize}\vspace{2mm}}
\newcommand{\resumeHeadingSkillEnd}{\end{itemize}\vspace{-2mm}}
\newcommand{\resumeItemListEnd}{\end{itemize}\end{justify}\vspace{-2mm}}
\newcommand{\cvsection}[1]{%
\vspace{2mm}
\begin{tcolorbox}
\textbf{\large #1}
\end{tcolorbox}
\vspace{-4mm}
}
\newcolumntype{L}{>{\raggedright\arraybackslash}X}%
\newcolumntype{R}{>{\raggedleft\arraybackslash}X}%
\newcolumntype{C}{>{\centering\arraybackslash}X}%
%---- End of Packages and Functions ------
%-------------------------------------------
%%%%%% CV STARTS HERE %%%%%%%%%%%
%%%%%% DEFINE ELEMENTS HERE %%%%%%%
\newcommand{\name}{Your Name} % Your Name
\newcommand{\course}{Your Program} % Your Program
\newcommand{\roll}{xxxxxxx} % Your Roll No.
\newcommand{\phone}{xxxxxxxxxx} % Your Phone Number
\newcommand{\emaila}{youremail@email.com} %Email 1
\newcommand{\emailb}{officialemail@vssut.ac.in} %Email 2
\begin{document}
\fontfamily{cmr}\selectfont
%----------HEADING-----------------
\parbox{2.35cm}{%
\includegraphics[width=2cm,clip]{download.png}
}
\parbox{\dimexpr\linewidth-2.8cm\relax}{
\begin{tabularx}{\linewidth}{L r} \\
\textbf{\Large \name} & {\raisebox{0.0\height}{\footnotesize \faPhone}\ +91-\phone}\\
{Roll No.: \roll} & \href{mailto:\emaila}{\raisebox{0.0\height}{\footnotesize \faEnvelope}\ {\emaila}} \\
\course & \href{mailto:\emailb}{\raisebox{0.0\height}{\footnotesize \faEnvelope}\ {\emailb}}\\
{Your Course} & \href{https://yourGithubProfile.com/}{\raisebox{0.0\height}{\footnotesize \faGithub}\ {GitHub Profile}} \\
{Veer Surendra Sai University of Technology, Burla} & \href{https://www.yourLinkedinProfile.com/in/}{\raisebox{0.0\height}{\footnotesize \faLinkedin}\ {LinkedIn Profile}}
\end{tabularx}
}
% \parbox{3.0cm}{%
% \flushright \includegraphics[width=2cm,clip]{nitp_logo.png}
% }
%-----------EDUCATION-----------
\section{\textbf{Education}}
\resumeSubHeadingListStart
\resumeSubheading
{Your Institute Name}{CGPA/Percentage: xxx}
{Your Degree and Course name}{Year}
\resumeSubheading
{Your College Name}{CGPA/Percentage: xxx}
{Board of Intermediate Education, State}{Year}
\resumeSubheading
{Your School name}{CGPA/Percentage: xxx}
{Board of Secondary Education, State}{Year}
\resumeSubHeadingListEnd
\vspace{-5.5mm}
%
%-----------EXPERIENCE-----------------
\section{\textbf{Experience}}
\resumeSubHeadingListStart
\resumeSubheading
{Company Name}{City}
{Your Role}{Event dates}
\vspace{-2.0mm}
\resumeItemListStart
\item {Work description line 1}
\item {Work description line 2}
\resumeItemListEnd
\vspace{-3.0mm}
\resumeSubheading
{Company Name}{City}
{Your Role}{Event dates}
\vspace{-2.0mm}
\resumeItemListStart
\item {Work description line 1}
\item {Work description line 2}
\resumeItemListEnd
\resumeSubHeadingListEnd
\vspace{-8.5mm}
%-----------PROJECTS-----------------
\section{\textbf{Personal Projects}}
\resumeSubHeadingListStart
\resumeProject
{Project Name} %Project Name
{Project description(Your input in the project)} %Project Name, Location Name
{Event dates} %Event Dates
\resumeItemListStart
\item {Tools \& technologies used: xxx,xxx}
\item {More description on the project(The output you achieved by working on the project)}
\resumeItemListEnd
\vspace{-2mm}
\resumeProject
{Project Name} %Project Name
{Project description(Your input in the project)} %Project Name, Location Name
{Event dates} %Event Dates
\resumeItemListStart
\item {Tools \& technologies used: xxx,xxx}
\item {More description on the project(The output you achieved by working on the project)}
\resumeItemListEnd
\vspace{-2mm}
\resumeSubHeadingListEnd
\vspace{-5.5mm}
%-----------Technical skills-----------------
\section{\textbf{Technical Skills and Interests}}
\begin{itemize}[leftmargin=0.05in, label={}]
\small{\item{
\textbf{Languages}{: } \\
\textbf{Developer Tools}{: } \\
\textbf{Frameworks}{: } \\
\textbf{Cloud/Databases}{: } \\
\textbf{Soft Skills}{: } \\
\textbf{Coursework}{: } \\
\textbf{Areas of Interest}{: } \\
}}
\end{itemize}
\vspace{-16pt}
%-----------Positions of Responsibility-----------------
\section{\textbf{Positions of Responsibility}}
\vspace{-0.4mm}
\resumeSubHeadingListStart
\resumePOR{Position, } % Position
{Club or Event} %Club,Event
{Position tenure} %Tenure Period
\resumePOR{Position, } % Position
{Club or Event} %Club,Event
{Position tenure} %Tenure Period
\resumeSubHeadingListEnd
\vspace{-5mm}
%-----------Achievements-----------------
\section{\textbf{Achievements}}
\vspace{-0.4mm}
\resumeSubHeadingListStart
\resumePOR{Achievement } % Award
{description} % Event
{Event dates} %Event Year
\resumePOR{Achievement } % Award
{description} % Event
{Event dates} %Event Year
\resumeSubHeadingListEnd
\vspace{-5mm}
%-------------------------------------------
\end{document}