This repository contains the LaTeX source code for generating the resume of Dev Sanghani, a cybersecurity professional. The LaTeX document is designed to be highly customizable and easy to maintain, suitable for professionals seeking a clean and effective way to present their credentials.
Dev_Sanghani_Resume.pdf
- The final output of the compiled LaTeX document, showcasing Dev Sanghani's professional resume.main.tex
- The LaTeX source code file which contains all the styling and content of the resume.
- geometry: Sets the margins of the document.
- hyperref: Provides hyperlink capabilities within the document.
- enumitem: Allows customization of list environments.
- titlesec: Customizes section titles.
- marvosym, ifsym: Adds various symbols to the document.
- fancyhdr: Used for customizing headers and footers.
- xcolor: Adds color support to the document.
Custom page styles are defined using fancyhdr
to have clean headers and footers. Margins are adjusted to optimize space.
Sections are formatted with custom commands and titleformat
to ensure a visually appealing layout.
\resumeItem
: Defines the structure for items in a list, typically used to describe responsibilities or achievements.\resumeSubheading
: Used to specify the subheadings such as job positions or educational qualifications.\resumeSubItem
: Similar to\resumeItem
, but used for sub-items within a section.
- Heading: Contains contact information and links.
- Experience: Details professional experiences, roles, and responsibilities.
- Skills: Lists technical and professional skills.
- Education: Outlines educational background.
- Projects and Events: Highlights involvement in competitions and conferences.
To view Dev Sanghani's resume, download the Dev_Sanghani_Resume.pdf
file from this repository.
To compile the main.tex
file to a PDF:
- Ensure you have a LaTeX editor like TeXShop (for Mac) or TeXworks (Windows/Linux).
- Open
main.tex
with the editor. - Compile the document to generate the PDF output.
For modifications, you can edit the main.tex
file directly in your LaTeX editor, customizing it as per your requirements.