\documentclass[letterpaper,10pt,final,twoside,notitlepage]{article} \usepackage[top=0.75in,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} \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} \section{Other Activities}\label{sec:Other_Activities} \paragraph{Triangle Fraternity, Armour Chapter}\label{par:Triangle-Armour} Act as system administrator for the chapter’s fileserver and webpage. \paragraph{CyberHawk Security}\label{par:CyberHawks} Participate in bug bounties, capture-the-flag competitions \paragraph{Eta Kappa Nu, HKN}\label{par:HKN} Member of the \href{https://www.ieee.org}{\textsc{IEEE}} honor society \paragraph{Martial Arts Club}\label{par:Martial_Arts_Club} Former Vice President. \\ Ran meetings, Organized group events, and Coordinated with school to ensure the club's activities run smoothly. \\ Still actively teaching classes. \section{Interests}\label{sec:Interests} \paragraph{Tang Soo Do}\label{par:TSD} Attending martial arts classes for 15 years. Currently \nth{3} degree black belt in Tang Soo Do. Certified instructor of Tang Soo Do. \paragraph{Downhill Skiing}\label{par:Skiing} \paragraph{Music}\label{par:Music} Played oboe for 10 years. Member of Batavia High School’s highest rated orchestra, winning state awards. \input{./Education} \input{./Skills} \input{./Experience} \input{./Honors} \end{document} %%% Local Variables: %%% mode: latex %%% TeX-master: t %%% End: