This repository contains a LaTeX template for creating a professional resume, designed for software engineers and tech professionals to effectively showcase their qualifications and experience.
- Clean and modern layout: Uses a custom
resume.cls
class for a streamlined, polished design. - Customizable sections: Easily editable sections for "Objective," "Education," "Experience," "Skills," "Projects," and more.
- Compact format: Optimized layout to ensure conciseness without sacrificing detail.
- Contact and online presence links: Sections to display your contact info, LinkedIn, and website links.
- Objective: A brief statement about your career goals or desired roles.
- Education: Lists academic qualifications and relevant coursework.
- Skills: A table to showcase both technical and soft skills.
- Experience: Describes previous job roles and achievements.
- Projects: Highlights projects you've worked on with descriptions and links.
- Extra-Curricular Activities: Showcases relevant side projects or non-work-related contributions.
- Leadership: Emphasizes leadership roles and team impact.
- Edit the
\name
,\address
, and\email
commands to reflect your personal information. You can also add additional fields such as GitHub or portfolio URLs if needed.
- Each section (
OBJECTIVE
,EDUCATION
,EXPERIENCE
,SKILLS
,PROJECTS
,Extra-Curricular Activities
,Leadership
) can be customized by adding/removing items, changing formatting, or adjusting bullet points. - The
PROJECTS
section allows you to add links or provide detailed descriptions of the projects you've worked on.
- In the
SKILLS
section, you can modify the list of technical and soft skills based on your experience.
- Replace placeholders in the
EXPERIENCE
andPROJECTS
sections with your own job details, accomplishments, and project highlights. Quantifying achievements helps them stand out!
- Ensure LaTeX is installed on your system (e.g., TeX Live, MiKTeX, or Overleaf).
- Save the file as
resume.tex
. - Compile the LaTeX file into a PDF by running the following command:
pdflatex resume.tex