This repository contains the LaTeX code used to create my professional resume using the moderncv package. The design leverages the banking style and a blue theme to maintain a clean, modern, and professional look. I used LaTeX for its precision and customization capabilities, ensuring my resume is well-organized and visually appealing.
-
LaTeX Setup:
- Used the
moderncvclass with the following style and color options:\documentclass[a4paper,10pt]{moderncv} \moderncvstyle{banking} % Style options: 'classic', 'casual', 'modern', 'banking' \moderncvcolor{blue} % Color options: 'blue', 'orange', 'green', 'red', 'purple', 'grey', 'black'
- Installed the required LaTeX distribution (e.g., TeX Live, MikTeX) and text editor (e.g., Overleaf or VS Code with LaTeX Workshop).
- Used the
-
Customization:
- Personal details (name, address, contact information) were added using
\name,\address, and related commands. - Sections such as Professional Summary, Technical Skills, Experience, Education, and Projects were structured using
\sectionand\cventry.
- Personal details (name, address, contact information) were added using
-
Compilation:
- Compiled the
.texfile to PDF usingpdflatex.
- Compiled the
-
Version Control:
- Used Git for version control to track changes and collaborate efficiently.
- Clone the repository:
git clone https://github.com/your-username/resume-moderncv.git
- Edit the
resume.texfile to update your personal details and customize the content. - Compile the file:
pdflatex resume.tex
- View the generated PDF.
- LaTeX: For document preparation.
- moderncv package: To style the resume.
- Overleaf/TeX Editor: For writing and compiling the LaTeX code.
- Git: For version control.
Feel free to fork and customize this template to create your own professional resume!
Copy and paste this into your `README.md` file, and GitHub will render it as a clean and easy-to-read description for your repository.