Resume

LaTeX Resume by Kiran Mahajan. a resume template for frontend developer, fullstack developer, software development engineer, software developer, etc.

Category

Resume & CV

License

Free to use (MIT)

File

resume.tex

resume.texRead-only preview
\documentclass[a4paper,10pt]{article}
\usepackage[utf8]{inputenc}

%====================
%
% Files:        resume.tex: Main file
%               _header.tex: header code
%               TLCresume.sty: style file containing formatting details
%               section/objective: https://www.indeed.com/career-advice/resumes-cover-letters/resume-objective-examples
%               section/skills: table of skills
%               section/experience: projects or roles
%               section/education: schools and stuff
%               section/activities: optional, could comment out in resume.tex.
%
%====================

\usepackage{TLCresume}

%====================
% CONTACT INFORMATION
%====================
\def\name{Kiran Mahajan} % Name Here
\def\phone{(+91) 7758829165}
\def\city{Muktainagar, Maharashtra, IN}
\def\email{thekiranmahajan@gmail.com}
\def\LinkedIn{thekiranmahajan} % linkedin.com/in/______
\def\github{thekiranmahajan} % github username
\def\role{Software Development Engineer} % JOB TITLE

\input{_header}
\begin{document}

\section{Skills}
\input{sections/skills}

\section{Work Experience}
\input{sections/experience}

\section{Projects}
\input{sections/projects}

\section{Education}
\input{sections/education}

\section{Activities}
\input{sections/activities}

\section{Certification}
\input{sections/certification} 


\end{document}
Preview
Resume preview
Resume LaTeX Template | Bibby | Bibby AI