Skip to content

Ijtihed/ijtiOverleaf

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ijtiOverleaf.

ATS-friendly LaTeX resume template for Overleaf.

Live Demo Open in Overleaf MIT License Built with LaTeX


ijtiOverleaf landing page

Clean, hand-made resume template. Copy into Overleaf, fill in your info, toggle sections on or off, compile. That's it.


Usage

  1. Go to the live page and click Copy Template
  2. Paste into a new Overleaf project as main.tex
  3. Edit the EDIT THESE block (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}
  1. 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
  1. Replace example content with your own, click Recompile

Notes

  • "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

License

MIT


Built by Ijtihed

About

ATS friendly custom hand-made resume template.

Resources

License

Stars

1 star

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors