\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}{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: