Skip to content

Instantly share code, notes, and snippets.

@Rohit-554
Created October 14, 2025 20:41
Show Gist options
  • Select an option

  • Save Rohit-554/f555fbb7e2076cd14ef6b815f3c8eb5a to your computer and use it in GitHub Desktop.

Select an option

Save Rohit-554/f555fbb7e2076cd14ef6b815f3c8eb5a to your computer and use it in GitHub Desktop.
ResumeTemplateLatex
%-------------------------
% Generic Resume in LaTeX
% Author : Your Name
%------------------------
\documentclass[letterpaper,11pt]{article}
\usepackage{latexsym}
\usepackage[empty]{fullpage}
\usepackage{titlesec}
\usepackage{marvosym}
\usepackage[usenames,dvipsnames]{color}
\usepackage{verbatim}
\usepackage{enumitem}
\usepackage[hidelinks]{hyperref}
\usepackage{fancyhdr}
\usepackage[english]{babel}
\usepackage{tabularx}
\input{glyphtounicode}
\usepackage{xcolor}
\hypersetup{
colorlinks=true,
linkcolor=Gray,
filecolor=magenta,
urlcolor=Gray,
}
\usepackage{fontawesome}
%----------FONT OPTIONS----------
\usepackage[sfdefault]{roboto}
% Define custom colors
\definecolor{DarkGray}{RGB}{64,64,64}
\definecolor{LightGray}{RGB}{96,96,96}
\definecolor{DividerGray}{RGB}{160,160,160}
% Page formatting
\pagestyle{fancy}
\fancyhf{}
\fancyfoot{}
\renewcommand{\headrulewidth}{0pt}
\renewcommand{\footrulewidth}{0pt}
% Adjust margins
\addtolength{\oddsidemargin}{-0.5in}
\addtolength{\evensidemargin}{-0.5in}
\addtolength{\textwidth}{1in}
\addtolength{\topmargin}{-.5in}
\addtolength{\textheight}{1.0in}
\urlstyle{same}
\raggedbottom
\raggedright
\setlength{\tabcolsep}{0in}
% Section formatting
\titleformat{\section}{
\vspace{-4pt}\scshape\color{DarkGray}\large
}{}{0em}{}[\color{DividerGray}\titlerule \vspace{-5pt}]
% Custom commands
\newcommand{\resumeItem}[1]{\item\small{{#1 \vspace{-2pt}}}}
\newcommand{\resumeSubheading}[4]{
\vspace{-2pt}\item
\begin{tabular*}{0.97\textwidth}[t]{l@{\extracolsep{\fill}}r}
{\color{DarkGray} #1} & #2 \\
\textit{\small\color{LightGray} #3} & \textit{\small\color{LightGray} #4} \\
\end{tabular*}\vspace{-7pt}
}
\newcommand{\resumeSubSubheading}[2]{
\item
\begin{tabular*}{0.97\textwidth}{l@{\extracolsep{\fill}}r}
\textit{\small\color{LightGray}#1} & \textit{\small\color{LightGray}#2} \\
\end{tabular*}\vspace{-7pt}
}
\newcommand{\resumeProjectHeading}[2]{
\item
\begin{tabular*}{0.97\textwidth}{l@{\extracolsep{\fill}}r}
\small\color{DarkGray}#1 & #2 \\
\end{tabular*}\vspace{-7pt}
}
\newcommand{\resumeSubItem}[1]{\resumeItem{#1}\vspace{-4pt}}
\renewcommand\labelitemii{$\vcenter{\hbox{\tiny$\bullet$}}$}
\newcommand{\resumeSubHeadingListStart}{\begin{itemize}[leftmargin=0.15in, label={}]}
\newcommand{\resumeSubHeadingListEnd}{\end{itemize}}
\newcommand{\resumeItemListStart}{\begin{itemize}}
\newcommand{\resumeItemListEnd}{\end{itemize}\vspace{-5pt}}
%-------------------------------------------
%%%%%% RESUME STARTS HERE %%%%%%%%%%%%%%%%%%%%%%%%%%%%
\begin{document}
%-----------HEADER-----------
\begin{center}
{\LARGE \textbf{\color{DarkGray} Your Name}} \\[3pt]
City, State, Country \textbar\
P: +91 0000000000 \textbar\
\href{mailto:[email protected]}{[email protected]} \textbar\
\href{https://github.com/username}{GitHub} \textbar\
\href{https://linkedin.com/in/username}{LinkedIn} \textbar\
\href{https://leetcode.com/username}{LeetCode}
\end{center}
%-----------EDUCATION-----------
\section{Education}
\resumeSubHeadingListStart
\resumeSubheading
{Your College Name}{City, Country}
{Bachelor of Technology in Computer Science \& Engineering; CGPA: 8.5/10}{Month Year – Month Year}
\resumeSubHeadingListEnd
%-----------EXPERIENCE-----------
\section{Experience}
\resumeSubHeadingListStart
\resumeSubheading
{Company/Organization Name}{City, Country}
{Role/Position Title}{Month Year – Month Year}
\resumeItemListStart
\resumeItem{Briefly describe your main contributions and impact in bullet points.}
\resumeItem{Focus on technologies, frameworks, and measurable outcomes.}
\resumeItem{Mention any cross-functional or leadership responsibilities.}
\resumeItem{Skills: Skill1, Skill2, Skill3}
\resumeItemListEnd
\resumeSubheading
{Company/Organization Name}{City, Country}
{Role/Position Title}{Month Year – Month Year}
\resumeItemListStart
\resumeItem{Describe another experience or internship highlighting your role.}
\resumeItem{Focus on problem-solving, tools, and technical improvements.}
\resumeItem{Skills: Skill1, Skill2, Skill3, Skill4}
\resumeItemListEnd
\resumeSubHeadingListEnd
%-----------PROJECTS-----------
\section{Projects}
\resumeSubHeadingListStart
\resumeProjectHeading
{Project Name \href{https://github.com/username/project-link}{\color{Gray}{|\ LINK}}}{Year}
\resumeItemListStart
\resumeItem{Describe what the project does and your role in it.}
\resumeItem{Mention frameworks, tools, and any notable technical achievement.}
\resumeItem{Technical Skills: Skill1, Skill2, Skill3}
\resumeItemListEnd
\resumeProjectHeading
{Project Name \href{https://github.com/username/project-link}{\color{Gray}{|\ LINK}}}{Year}
\resumeItemListStart
\resumeItem{Describe another key project highlighting teamwork and innovation.}
\resumeItem{Technical Skills: Skill1, Skill2, Skill3}
\resumeItemListEnd
\resumeSubHeadingListEnd
%-----------SKILLS SUMMARY-----------
\section{Skills Summary}
\resumeSubHeadingListStart
\resumeSubItem{\textbf{Programming Languages:} Python, Java, Kotlin, Dart, C++}
\resumeSubItem{\textbf{Mobile Development:} Android (Jetpack Compose, XML), Flutter, MVVM Architecture, Room DB}
\resumeSubItem{\textbf{Tools \& Technologies:} Android Studio, VSCode, Git, Firebase, RESTful APIs}
\resumeSubHeadingListEnd
\end{document}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment