-
Notifications
You must be signed in to change notification settings - Fork 0
/
_header.tex
25 lines (23 loc) · 879 Bytes
/
_header.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
%
\RequirePackage{fancyhdr}
\fancypagestyle{plain}{%
\fancyhf{}
\lhead{\phone \\ % PHONE
\href{mailto:\email}{\email} \\
\href{mailto:\studentemail}{\studentemail}}% EMAIL}
\chead{%
\centering {\Huge \textbf{\name}}}
%\rhead{\href{https://gatech-csm.symplicity.com/profiles/austin.barton\studentprof}{Student Professional Profile \studentprof} \\% Student Profile
\rhead{\href{https://github.com/abarton51}{github.com/abarton51} \\% Student Profile
\href{https://www.linkedin.com/in/austintbarton}{linkedin.com/in/\LinkedIn}} % LinkedIn
\renewcommand{\headrulewidth}{1.75pt}% 2pt header rule
\renewcommand{\headrule}{\hbox to\headwidth{%
\leaders\hrule height \headrulewidth\hfill}}
}
\pagestyle{plain}
\setlength{\headheight}{60pt}
\setlength{\headsep}{0pt}
\makeatletter
\let\ps@empty\ps@plain
\let\ps@firstpage\ps@plain
\makeatother