A LaTeX template for your resume.
An example of the resume is provided in the example.tex file. You can view a PDF example of the generated resume here.
If you are using Overleaf, you can simply use the \documentclass{pats-resume} command. Otherwise, make sure to copy the pats-resume.cls file to your project directory.
/my-resume
├── pats-resume.cls
└── myresume.tex
Then use the pats-resume class in your LaTeX document:
\documentclass{pats-resume}
\begin{document}
... Your resume content here ...
\end{document}- 📝 You can set your name, address, phone number, and email in the preamble.
- 📄 You can add sections and entries to your resume.
- 📏 You can choose the file format of your resume (A4 or Letter).
- 💼 You can provide a
\techor\consultingcommand to show the relevant experience depending on the job you are applying for, by setting the\def\techFlag{}or\def\consultingFlag{}in the preamble. - 🎓 Similarly, you can use
\gpato show your GPA if the\def\gpaFlag{}is set.
This project is licensed under the MIT License - see the LICENSE file for details.
