\documentclass[letterpaper,11pt]{article} % Choose bibliography style for formatting list of publications \usepackage[style=ieee,url=false,doi=false,maxbibnames=99,sorting=ydnt,dashed=false]{biblatex} \bibliography{papers} % Choose theme, e.g. black, RedViolet, ForestGreen, MidnightBlue \def\theme{BlueViolet} % More predefined colors can be found in % https://en.wikibooks.org/wiki/LaTeX/Colors % Example photograph taken from Wikimedia Commons % https://commons.wikimedia.org/wiki/File:Kiara_Krit_passport.jpg \usepackage{hyperref} \hypersetup{ colorlinks=true, linkcolor=blue, filecolor=magenta, urlcolor=blue, pdftitle={Overleaf Example}, pdfpagemode=FullScreen, } \usepackage{simplecv} \boldname{Bond-Preston}{Jack}{Mr.} \begin{document} \thispagestyle{empty} % Heading \headinginline{Jack Bond-Preston}{ Website: \website{jackbondpreston.me} \\ Email: \email{jackbondpreston@outlook.com} \\ LinkedIn: \linkedin{jack-bond-preston-922706150} \\ } % Page One \import{sections/}{experience.tex} \import{sections/}{education.tex} \import{sections/}{publications.tex} %\pagebreak % Page Two %\import{sections/}{teaching.tex} \import{sections/}{skills.tex} \import{sections/}{languages.tex} %\import{sections/}{projects.tex} %\import{sections/}{awards.tex} %\import{sections/}{extracurricular.tex} \end{document}