-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackages.tex
61 lines (52 loc) · 1.46 KB
/
packages.tex
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
\documentclass[letterpaper, 11pt]{article}
\usepackage[empty]{fullpage}
\usepackage{titlesec}
\usepackage{mwe}
\usepackage{latexsym}
\usepackage{marvosym}
\usepackage[usenames, dvipsnames]{color}
\usepackage{verbatim}
\usepackage{enumitem}
\usepackage{ragged2e}
\usepackage{xifthen}
\usepackage{xcolor}
\usepackage[pdftex]{hyperref}
\usepackage{fancyhdr}
\usepackage[overload]{textcase}
\usepackage[scaled]{helvet}
% \usepackage[sfdefault]{roboto}
% \renewcommand\familydefault{\sfdefault}
\usepackage[T1]{fontenc}
\usepackage{makecell}
\usepackage{tabularx}
\usepackage[country=US]{phonenumbers}
\pagestyle{fancy}
\fancyhf{}
\fancyfoot{}
\renewcommand{\headrulewidth}{0pt}
\renewcommand{\footrulewidth}{0pt}
\makeatletter
\renewcommand\section{\@startsection {section}{1}{\z@}%
{5pt}%
{0.5pt}%
{\normalfont\Large\bfseries\headingbox}}
\def\@seccntformat#1{} % no section numbers
\makeatother
\newcommand*{\headingbox}[1]{%
\noindent\colorbox{resBlue}{%
\parbox[c][5mm]{\dimexpr\columnwidth-2\fboxsep\relax}{%
\textcolor{white}{#1}}}}
\addtolength{\oddsidemargin}{-0.37in}
\addtolength{\evensidemargin}{-0.37in}
\addtolength{\textwidth}{1in}
\addtolength{\topmargin}{-.5in}
\addtolength{\textheight}{1.0in}
\urlstyle{same}
\raggedbottom
\raggedright
\setlength{\tabcolsep}{0in}
\titleformat{\section}{
\vspace{-3pt}\titlerule\raggedright\LARGE\bfseries
}{}{0em}{}[\color{black}]
\definecolor{resBlue}{HTML}{418AB3}
\definecolor{resGray}{HTML}{333333}