-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathheader.tex
29 lines (29 loc) · 849 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
26
27
28
29
% First header column
\begin{minipage}{0.7\textwidth}
\raggedright % Don't justify text
\begingroup
\fontsize{30 pt}{0}\selectfont
Clayton Salinger Ketner
\endgroup
\break
\begingroup
\color{accentColor}
\textit{Mechanical Engineering \& Software Development}
\endgroup
\end{minipage}%
% Second header column
\begin{minipage}[c]{0.3\textwidth}
\begin{flushright}
\href{http://www.claytonketner.com}{www.claytonketner.com}%
% Make the "claytonketner" parts line up
% \hspace doesn't work with \widthof, so here's a workaround
\newlength{\textOffset}%
\settowidth{\textOffset}{@me}%
\hspace{\textOffset}%
\break
\href{mailto:[email protected]}{[email protected]}
\end{flushright}
\end{minipage}
\\
\vspace{0.1cm}
\\