# Pat's Resume Template
A LaTeX template for your resume.
## Example
An example of the resume is provided in the [example.tex](example.tex) file. You can view a PDF example of the generated resume [here](example.pdf).
## Usage
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:
```latex
\documentclass{pats-resume}
\begin{document}
... Your resume content here ...
\end{document}
```
## Features
- 📝 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 `\tech` or `\consulting` command 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 `\gpa` to show your GPA if the `\def\gpaFlag{}` is set.
## License
This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.