This repository contains my resume, created using LaTeX. LaTeX is a typesetting system commonly used for academic and professional documents. It allows for precise control over document formatting and is especially popular for creating resumes, CVs, research papers, and technical documents.
This LaTeX-based resume template was adapted from the Deedy-Resume template by Debarghya Das, available on GitHub here.
To use this LaTeX resume template, follow these instructions:
-
Clone this repository to your local machine:
git clone https://github.com/your-username/latex-resume.git
-
Navigate to the project directory:
cd latex-resume
-
Compile the LaTeX document using your preferred LaTeX editor or compiler. For example, you can use 'pdflatex':
pdflatex resume.tex
You can customize this LaTeX resume template to match your preferences and content. Modify the resume.tex file to update your personal information, education, skills, work experience, and other sections as needed. You can also adjust the styling, fonts, and formatting by modifying the LaTeX commands in the document.
Feel free to explore LaTeX documentation and tutorials to learn more about how to customize your resume further.
If you find any issues or have suggestions for improvements, please open an issue or submit a pull request. Contributions are welcome and encouraged.
This project is licensed under the MIT License - see the LICENSE.md file for details.
Make sure to replace the placeholders (`your-username`, `latex-resume`, etc.) with your actual GitHub username and repository name. You can also provide additional information about your resume, project structure, or any specific customization instructions. This README.md file will help users understand your project and how to use it effectively.