This repository contains a simple LaTeX resume template.
To edit this resume locally, make sure you have LaTeX installed on your machine. You can download the LaTeX distribution for your operating system from TeX Live for Linux, MacTeX for macOS, or MikTeX for Windows.
Once LaTeX is installed, you can use any LaTeX editor like TeXShop (macOS), TeXworks (cross-platform), or any IDE with LaTeX support like Visual Studio Code to edit the .tex
file.
Compile the .tex
file to produce a PDF.
If you prefer using Overleaf, the online LaTeX editor, follow these steps to import the project:
- Download the Repository: Click on the
Code
button on the GitHub repository page, and then clickDownload ZIP
. Unzip the downloaded file to get access to the.tex
resume template. - Go to Overleaf: Visit Overleaf and sign in or create a new account.
- Create a New Project: Click on
New Project
and selectUpload Project
. Upload the ZIP file that you downloaded from GitHub. - Compile and Edit: Once the project is uploaded, Overleaf will automatically compile the resume for you. You can then start editing the
.tex
file. To see the changes, simply save the file and Overleaf will automatically recompile the PDF.
Feel free to customize the .tex
file to fit your needs. The document is well-commented to help you understand which parts to edit.
- Header: Change the contact details and URLs.
- Education: List your educational background.
- Experience: Highlight your work experience.
- Skills: Mention skills relevant to the job you're applying for.
- Projects: Describe any projects you've worked on.
This project is open source and available under the MIT License.