%------------------------- % Rezume, a latex resume template for developers % Author : Nanu Panchamurthy % Based off of: https://github.com/sb2nov/resume % License : MIT % Hope this resume template helps you land an awesome job. If you found this helpful, please consider starring the github repo here, . %------------------------- %------------PACKAGES---------------- \documentclass[a4paper,11pt]{article} \usepackage{verbatim} % reimplements the "verbatim" and "verbatim*" environments \usepackage{titlesec} % provides an interface to sectioning commands i.e. custom elements \usepackage{color} % provides both foreground and background color management \usepackage{enumitem} % provides control over enumerate, itemize and description \usepackage{fancyhdr} % provides extensive facilities for constructing headers, footers and also controlling their use \usepackage{tabularx} % defines an environment tabularx, extension of "tabular" with an extra designator x, paragraph like column whose width automatically expands to fill the width of the environment \usepackage{latexsym} % provides mathematical symbols \usepackage{marvosym} % provides martin vogel's symbol font which contains various symbols \usepackage[empty]{fullpage} % sets margins to one inch and removes headers, footers etc.. \usepackage[hidelinks]{hyperref} % removes color and shadow of hyperlinks \usepackage[normalem]{ulem} % provides "\ul" (uline) command which will break at line breaks \usepackage[english]{babel} % provides culturally determined typographical rules for wide range of languages %----------------------------------------- \input glyphtounicode % converts glyph names to unicode \pdfgentounicode=1 % ensures pdfs generated are ats readable %----------FONT OPTIONS------------------- \usepackage[default]{sourcesanspro} % uses the font source sans pro \urlstyle{same} % changes url font from default urlfont to font being used by the document %----------------------------------------- %----------MARGIN OPTIONS----------------- \pagestyle{fancy} % set page style to one configured by fancyhdr \fancyhf{} % clear all header and footer fields \renewcommand{\headrulewidth}{0in} % sets thickness of linerule under header to zero \renewcommand{\footrulewidth}{0in} % sets thickness of linerule over footer to zero \setlength{\tabcolsep}{0in} % sets thickness of column separator in tables to zero % origin of the document is one inch from the top and from and the left % oddsidemargin and evensidemargin both refer to the left margin % right margin is indirectly set using oddsidemargin \addtolength{\oddsidemargin}{-0.5in} \addtolength{\topmargin}{-0.5in} \addtolength{\textwidth}{1.0in} % sets width of text area in the page to one inch \addtolength{\textheight}{1.0in} % sets height of text area in the page to one inch \raggedbottom{} % makes all pages the height of current page, no extra vertical space added \raggedright{} % makes all pages the width of current page, no extra horizontal space added %------------------------------------------ %--------SECTIONING COMMANDS--------- % \titleformat{} % []{}{