summaryrefslogtreecommitdiff
path: root/resume/packages.tex
blob: de391c99ab64b8a1e2d0aa8a6a00295fbd0baa3f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
\usepackage[margin=.75in]{geometry} %Set page margin
\usepackage{roboto} %Document font
\usepackage[parfill]{parskip} %Block paragraphs
\usepackage{tabto} %Package to enable tab stops and \tab command
\pagenumbering{gobble} %No page numbers
\usepackage{fontawesome5} %Icons in the contact information
\usepackage{hyperref} %Hyperlinks and document metatdata
\usepackage{tabularx} %Tables
\usepackage{changepage} %Adjust margins for specific sections
\usepackage[T1]{fontenc} %Encode font for screen-reading software
\usepackage[dvipsnames]{xcolor} %Allow the \color{name_of_color} command
\usepackage{enumitem} %Modify bullet spacing in lists
\usepackage{titlesec} %Change the section headings
\input{glyphtounicode}  %Ensure proper encoding
\pdfgentounicode=1 %Ensure proper encoding
\usepackage[english]{babel}