Skip to content

mahiworld/mahi-resume

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

mahi-resume

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.

📂 Files

  • src/resume.tex: Main LaTeX source file for the resume.
  • src/resume.pdf: Compiled PDF version of the resume.

🛠 How to Compile

Follow these steps to compile the LaTeX file into a PDF:

Option 1: Using Overleaf (Recommended)

  1. Upload the contents of the src/ directory to Overleaf.
  2. Open the resume.tex file and click "Recompile" to generate the PDF.

Option 2: Using Local LaTeX Installation

  1. Install a LaTeX distribution like TeX Live, MikTeX, or MacTeX.

  2. Navigate to the src/ directory in your terminal.

  3. Run the following command:

    pdflatex resume.tex
    
  4. The compiled PDF will be generated as resume.pdf in the same directory.

🚀 Features

  • 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.

📜 License

This project is licensed under the MIT License. Feel free to use, modify, and share your resume as long as proper attribution is provided.

Releases

No releases published

Packages

No packages published

Languages