SA
sarveshadk/Build-your-own-resume
A customizable LaTeX resume template for tech professionals, featuring sections for personal info, education, skills, experience, and projects. Modify the `.tex` file and compile to generate a professional PDF resume.
Resume LaTeX Template
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.
Features
- Clean and modern layout: Uses a custom
resume.clsclass 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.
Sections Included
- 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.
Customizing Your Resume
Personal Information
- Edit the
\name,\address, and\emailcommands to reflect your personal information. You can also add additional fields such as GitHub or portfolio URLs if needed.
Sections
- 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
PROJECTSsection allows you to add links or provide detailed descriptions of the projects you've worked on.
Technical Skills
- In the
SKILLSsection, you can modify the list of technical and soft skills based on your experience.
Experience and Projects
- Replace placeholders in the
EXPERIENCEandPROJECTSsections with your own job details, accomplishments, and project highlights. Quantifying achievements helps them stand out!
Compilation Instructions
- 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