This repository contains my LaTeX-based resume. It is designed to be simple, clean, and professional, making it easy to showcase my skills and experience.
src/resume.tex
: Main LaTeX source file for the resume.src/resume.pdf
: Compiled PDF version of the resume.
Follow these steps to compile the LaTeX file into a PDF:
- Upload the contents of the
src/
directory to Overleaf. - Open the
resume.tex
file and click "Recompile" to generate the PDF.
-
Install a LaTeX distribution like TeX Live, MikTeX, or MacTeX.
-
Navigate to the
src/
directory in your terminal. -
Run the following command:
pdflatex resume.tex
-
The compiled PDF will be generated as
resume.pdf
in the same directory.
- Customizable: Easily modify the LaTeX source file to suit your needs.
- Professional Design: Clean and elegant formatting for maximum impact.
- Cross-Platform: Works with Overleaf or any LaTeX compiler.
This project is licensed under the MIT License. Feel free to use, modify, and share your resume as long as proper attribution is provided.