resume/resume.tex
Ameya Shenoy 9f8187a5f4 feat: initial commit
Signed-off-by: Ameya Shenoy <shenoy.ameya@gmail.com>
2025-05-24 23:58:08 +05:30

53 lines
1.3 KiB
TeX

\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{Ameya Shenoy} % Name Here
\def\phone{(+91) 8655408932}
\def\city{Mumbai, India}
\def\email{shenoy.ameya@gmail.com}
\def\LinkedIn{codingcoffee} % linkedin.com/in/______
\def\github{codingcoffee} % github username
\def\role{Engineering Lead} % JOB TITLE
\input{_header}
\begin{document}
\input{sections/objective}
\section{Work Experience}
\input{sections/experience}
\section{Skills}
\input{sections/skills}
\section{Activities}
\input{sections/activities}
\section{Education}
\input{sections/education}
% \section{Projects}
% \input{sections/projects}
% make a newpage wherever it is a clean break
% \newpage
\end{document}