Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- \documentclass[letterpaper,10pt]{article}
- \usepackage{latexsym}
- \usepackage[empty]{fullpage}
- \usepackage{titlesec}
- \usepackage{marvosym} % font
- \usepackage[usenames,dvipsnames]{color}
- \usepackage{verbatim}
- \usepackage{enumitem}
- \usepackage[pdftex]{hyperref}
- % or \usepackage[hidelinks]{hyperref}
- \usepackage{fancyhdr}
- %\usepackage[english]{babel}
- \pagestyle{fancy}
- \fancyhf{}
- \fancyfoot{}
- \renewcommand{\headrulewidth}{0pt}
- \renewcommand{\footrulewidth}{0pt}
- % Adjust margins
- \addtolength{\oddsidemargin}{-0.375in}
- \addtolength{\evensidemargin}{-0.375in}
- \addtolength{\textwidth}{1in}
- \addtolength{\topmargin}{-.5in}
- \addtolength{\textheight}{1.0in}
- \urlstyle{same}
- \raggedbottom
- \raggedright
- \setlength{\tabcolsep}{0in}
- % Sections formatting
- \titleformat{\section}{
- \vspace{-4pt}\scshape\raggedright\large
- }{}{0em}{}[\color{black}\titlerule \vspace{-5pt}]
- % Custom commands
- \newcommand{\resumeItem}[2]{
- \item\small{
- \textbf{#1}{: #2 \vspace{-2pt}}
- }
- }
- \newcommand{\resumeSubheadingEd}[4]{
- \vspace{-1pt}\item
- \begin{tabular*}{0.97\textwidth}{p{0.8\linewidth}@{\extracolsep{\fill}}r}
- \textbf{#1} & #2 \\
- \textit{\small#3} & \textit{\small #4} \\
- \end{tabular*}\vspace{-5pt}
- }
- \newcommand{\resumeItemNoBullet}[2]{
- \vspace{-5pt}
- \item[]\small{
- \hspace{0pt}\textbf{#1} #2
- \vspace{-4pt}
- }
- }
- \newcommand{\resumeSubheading}[4]{
- \vspace{-1pt}\item
- \begin{tabular*}{0.97\textwidth}{l@{\extracolsep{\fill}}r}
- \textbf{#1} & #2 \\
- \textit{\small#3} & \textit{\small #4} \\
- \end{tabular*}\vspace{-5pt}
- }
- \newcommand{\resumeSubItem}[2]{\resumeItem{#1}{#2}\vspace{-4pt}}
- \renewcommand{\labelitemii}{$\circ$}
- \newcommand{\resumeSubHeadingListStart}{\begin{itemize}[leftmargin=*]}
- \newcommand{\resumeSubHeadingListEnd}{\end{itemize}}
- \newcommand{\resumeItemListStart}{\begin{itemize}}
- \newcommand{\resumeItemListEnd}{\end{itemize}\vspace{-3pt}}
- \begin{document}
- %----------HEADING-----------------
- \begin{tabular*}{.99\textwidth}{l@{\extracolsep{\fill}}l} % originally .97\textwidth
- \textbf{\Huge John J. Doe} & Email: \href{mailto:[email protected]}{[email protected]}\\
- & Mobile: +1-312-312-3124 \\
- & Address: 000 E. South Water St.\\
- & \hspace{38.5pt} Chicago, IL. 60601
- \end{tabular*}
- %-----------EDUCATION-----------------
- \section{Education}
- \resumeSubHeadingListStart
- \resumeSubheadingEd
- {Kellstadt Graduate School of Business -- DePaul University}{Chicago, IL}{Master of Science in Computational Finance}{November 2021}
- \resumeSubHeadingListEnd
- \end{document}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement