summaryrefslogtreecommitdiff
path: root/Hallsby_Karl.tex
blob: d3dc0c3d2dd7b7cb38c921a822285c08a603c7f9 (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
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
\documentclass[letterpaper,10pt,final,twoside,notitlepage]{article}

% Basic document manipulation packages
\usepackage[top=0.35in,left=1.0in,right=1.0in,bottom=0.95in]{geometry}
\usepackage{multicol}
\usepackage[utf8]{inputenc}
\usepackage[USenglish]{babel}

% Programmatically use n-th n-st n-rd on ordinal numbers
\usepackage[super]{nth}

% Colors to use
\usepackage[usenames,dvipsnames,x11names]{xcolor}

% Cross-reference manipulation functions
\usepackage{hyperref}
\usepackage[noabbrev,nameinlink]{cleveref}
\usepackage{nameref}

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


% Allow sub-figure/table/equation environments and caption those correctly
\usepackage{subcaption}

% Change properties of enumerate/itemize/description environments
\usepackage{enumitem}

% Change counters throughout the document
\usepackage{chngcntr}

% Packages for manipulating and improving tables
\usepackage{ctable}
\usepackage{multirow}
\usepackage{tabularx}

% Heading (section/subsection/...) manipulation functions
\usepackage{titling}
\usepackage{titlesec}
% \titleformat{<command>}[<shape>]{<format>}{<label>}{<sep>}{<before>}[<after>]
% \titlespacing{<command>}{<left>}{<beforesep>}{<aftersep>}[<right>]
% Starred version kills the indentation of the paragraph following the title
\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}{}
\titlespacing*{\subsection}{-5px}{0pt}{0px}
\titleformat{\paragraph}{\scshape}{}{0em}{}
\titlespacing{\paragraph}{0pt}{2pt}{0pt}
\titleformat{\subparagraph}{\scshape}{}{}{}
\titlespacing{\subparagraph}{5pt}{2pt}{0pt}

% Make my PDF parsable by Oracle Taleo. Taken from this Reddit comment
% https://www.reddit.com/r/LaTeX/comments/3nr2vn/how_can_i_ensure_that_my_latex_resume_is_readable/cvqzffh/
\input{glyphtounicode}
\pdfgentounicode=1

\newcommand{\IIT}{\href{https://iit.edu}{\textbf{Illinois Institute of Technology}}}
\newcommand{\LTH}{\href{www.lth.se}{\textbf{Lunds Tekniska H\"{o}gskola}}}

\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.75cm}
\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: