58 lines
1.2 KiB
TeX
58 lines
1.2 KiB
TeX
\documentclass{template}
|
|
\usepackage[a4paper, total={5.3in, 10in}, top=2cm]{geometry}
|
|
|
|
\usepackage{xcolor}
|
|
\definecolor{highlight}{HTML}{283559}
|
|
\definecolor{highlight2}{HTML}{1A2640}
|
|
\definecolor{link}{HTML}{5C6273}
|
|
|
|
\usepackage{lipsum}
|
|
\usepackage{siunitx}
|
|
\usepackage{fontawesome5}
|
|
\usepackage[super]{nth}
|
|
\usepackage{multicol}
|
|
\usepackage[
|
|
colorlinks = true,
|
|
linkcolor = highlight,
|
|
urlcolor = highlight,
|
|
citecolor= highlight
|
|
]{hyperref}
|
|
\usepackage{fontspec}
|
|
\usepackage{fancyhdr}
|
|
\usepackage{bookmark}
|
|
|
|
\setmainfont[
|
|
BoldFont=Cormorant Garamond Bold,
|
|
ItalicFont=Cormorant Garamond Italic,
|
|
BoldItalicFont=Cormorant Garamond Bold Italic
|
|
]{Cormorant Garamond Regular}
|
|
\newfontfamily\GaramondLight{Cormorant Garamond Light}
|
|
\newcommand\textlf[1]{{\GaramondLight#1}}
|
|
\newcommand{\highlight}[1]{\textcolor{highlight}{\textbf{#1}}}
|
|
\newcommand{\ec}{\textsuperscript{\textdagger}}
|
|
|
|
\fancyhf{}
|
|
\renewcommand{\headrulewidth}{0pt}
|
|
\renewcommand{\footrulewidth}{0pt}
|
|
|
|
\begin{document}
|
|
\thispagestyle{empty}
|
|
\pagestyle{fancy}
|
|
|
|
\centering
|
|
\input{title.tex}
|
|
|
|
\section{Education}
|
|
\input{education.tex}
|
|
|
|
\section{Work Experience}
|
|
\input{work.tex}
|
|
|
|
\section{Projects}
|
|
\input{projects.tex}
|
|
|
|
\section{Languages}
|
|
\input{languages.tex}
|
|
|
|
\end{document}
|