cv source
This commit is contained in:
55
cv/main.tex
Normal file
55
cv/main.tex
Normal file
@ -0,0 +1,55 @@
|
||||
|
||||
\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{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} \\
|
||||
GitHub: \github{jackbondpreston}
|
||||
}
|
||||
|
||||
% \headingphoto{Name Surname}{
|
||||
% Website: \website{example.com} \\
|
||||
% Email: \email{example@example.edu} \\
|
||||
% LinkedIn: \linkedin{name-surname} \\
|
||||
% GitHub: \github{example}
|
||||
% }{photo.jpg}
|
||||
|
||||
% Page One
|
||||
\import{sections/}{education.tex}
|
||||
\import{sections/}{experience.tex}
|
||||
%\import{sections/}{publications.tex}
|
||||
|
||||
%\pagebreak
|
||||
|
||||
% Page Two
|
||||
%\import{sections/}{teaching.tex}
|
||||
% \sidebyside
|
||||
\import{sections/}{skills.tex}
|
||||
% {\import{sections/}{languages.tex}}
|
||||
%\import{sections/}{projects.tex}
|
||||
%\import{sections/}{awards.tex}
|
||||
%\import{sections/}{extracurricular.tex}
|
||||
|
||||
\end{document}
|
Reference in New Issue
Block a user