summaryrefslogtreecommitdiff
path: root/Hallsby_Karl.tex
blob: 2041d2db3522b27f67f71fad0e47938aacbc2e26 (plain)
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
62
63
64
65
66
67
68
69
70
71
72
73
\documentclass[letterpaper,10pt,final,twoside,notitlepage]{article}

\usepackage[top=0.35in,left=1.0in,right=1.0in,bottom=1.0in]{geometry}
\usepackage[utf8]{inputenc}
\usepackage[USenglish]{babel}
\usepackage[super]{nth}

\usepackage[usenames,dvipsnames,x11names]{xcolor}

\usepackage{hyperref}
% \definecolor{linkcolour}{rgb}{0,0.2,0.6} % Link color
% \hypersetup{colorlinks,breaklinks,urlcolor=linkcolour,linkcolor=linkcolour} % Set link colors throughout the document

\usepackage[noabbrev,nameinlink]{cleveref}
\usepackage{nameref}

\usepackage{subcaption}

\usepackage{enumitem}
\usepackage{chngcntr}

\usepackage{ctable}
\usepackage{multirow}
\usepackage{tabularx}

\usepackage{titling}
\usepackage{titlesec}
\titleformat{\section}{\LARGE}{}{0em}{}[\titlerule]
% [\titlerule] places the line stretching across the page beneath the section
\titlespacing*{\section}{0pt}{3pt}{5pt}
% Make less space above the subsection or between normal and subsection
% Don't put subsection contents on same line, like \paragraph
\titleformat{\subsection}{\Large}{}{1em}{}
\titleformat{\paragraph}{}{}{0em}{}

\newcommand{\IIT}{\href{https://iit.edu}{Illinois Institute of Technology}}

\begin{titlepage}
  \title{Karl Hallsby's R\'{e}sum\'{e}/Curricula Vitae} % Your name
  \author{Karl Hallsby}
  \date{Last Edited: \today}
\end{titlepage}

\begin{document}
\par{\centering{\Huge \theauthor}\bigskip\par}
\vspace{-0.70cm}
\begin{center}
  \begin{tabularx}{1.0\linewidth}{
    >{\raggedright\arraybackslash}X
    >{\centering\arraybackslash}X
    >{\raggedleft\arraybackslash}X}
    % \toprule
    \href{https://karl.hallsby.com}{karl.hallsby.com} & \href{mailto://karl@hallsby.com}{karl@hallsby.com} & \href{https://www.linkedin.com/in/karlhallsby/}{\textsc{LinkedIn}: karlhallsby} \\
    % \bottomrule
  \end{tabularx}
\end{center}

\input{./Education}

\input{./Skills}

\input{./Experience}

\input{./Activities}

\input{./Honors}

\end{document}

%%% Local Variables:
%%% mode: latex
%%% TeX-master: t
%%% End: