Clean, hand-made resume template. Copy into Overleaf, fill in your info, toggle sections on or off, compile. That's it.
- Go to the live page and click Copy Template
- Paste into a new Overleaf project as
main.tex - Edit the
EDIT THESEblock (lines 110–118):
\newcommand{\FullName}{Your Name}
\newcommand{\PortfolioText}{portfolio: yoursite.dev}
\newcommand{\PortfolioUrl}{https://yoursite.dev}
\newcommand{\Phone}{+1 (555) 000-0000}
\newcommand{\Email}{you@email.com}
\newcommand{\LinkedInText}{linkedin.com/in/you}
\newcommand{\LinkedInUrl}{https://www.linkedin.com/in/you/}
\newcommand{\GitHubText}{github.com/you}
\newcommand{\GitHubUrl}{https://github.com/you}- Toggle sections on or off (lines 21–23):
\setboolean{includeProjects}{true} % Projects section
\setboolean{includeSRS}{true} % Selected Research / Publications
\setboolean{includeRA}{true} % Research Assistant experience block- Replace example content with your own, click Recompile
- "Runaway argument" error — you accidentally commented out a closing
}with% - To add a new entry, copy an existing block and change the text
- All packages are available on Overleaf by default — no extra setup needed
Built by Ijtihed
