mirror of
https://github.com/posquit0/Awesome-CV.git
synced 2024-11-25 07:28:34 +00:00
100 lines
3.3 KiB
TeX
100 lines
3.3 KiB
TeX
%!TEX TS-program = xelatex
|
|
%!TEX encoding = UTF-8 Unicode
|
|
|
|
%-------------------------------------------------------------------------------
|
|
% CONFIGURATIONS
|
|
%-------------------------------------------------------------------------------
|
|
% A4 paper size by default, use 'letterpaper' for US letter
|
|
\documentclass[11pt, a4paper]{awesome-cv}
|
|
|
|
\usepackage{datetime}
|
|
|
|
% Configure page margins with geometry
|
|
\geometry{left=1.4cm, top=.8cm, right=1.4cm, bottom=1.8cm, footskip=.5cm}
|
|
|
|
% Specify the location of the included fonts
|
|
\fontdir[fonts/]
|
|
|
|
% Color for highlights
|
|
% Awesome Colors: awesome-emerald, awesome-skyblue, awesome-red, awesome-pink, awesome-orange awesome-nephritis, awesome-concrete, awesome-darknight
|
|
%\colorlet{awesome}{awesome-skyblue}
|
|
% Uncomment if you would like to specify your own color
|
|
\definecolor{awesome}{HTML}{4084FF}
|
|
|
|
% Colors for text
|
|
% Uncomment if you would like to specify your own color
|
|
% \definecolor{darktext}{HTML}{414141}
|
|
% \definecolor{text}{HTML}{333333}
|
|
% \definecolor{graytext}{HTML}{5D5D5D}
|
|
% \definecolor{lighttext}{HTML}{999999}
|
|
|
|
% Set false if you don't want to highlight section with awesome color
|
|
\setbool{acvSectionColorHighlight}{true}
|
|
|
|
% If you would like to change the social information separator from a pipe (|) to something else
|
|
\newcommand{\dotsep}{\enskip$\cdot$\enskip}
|
|
\renewcommand{\acvHeaderSocialSep}{\quad\textbar\quad}
|
|
\renewcommand{\acvHeaderSocialSep}{\quad\textbar\quad}
|
|
\renewcommand{\acvSectionContentTopSkip}{5mm}
|
|
|
|
%-------------------------------------------------------------------------------
|
|
% PERSONAL INFORMATION
|
|
% Comment any of the lines below if they are not required
|
|
%-------------------------------------------------------------------------------
|
|
|
|
\photo[circle,noedge,left]{./profile}
|
|
\name{José}{Sá}
|
|
\position{\MakeUppercase{M.Sc. Theoretical Physics}}
|
|
\address{Rua D. Pedro V, 223\dotsep 4150-603 Porto\dotsep Portugal}
|
|
\mobile{(+351) 913125218}
|
|
\email{jose.sa@fc.up.pt}
|
|
%\homepage{}
|
|
\github{jose-a-sa}
|
|
%\linkedin{}
|
|
%\stackoverflow{SO-id}{SO-name}
|
|
%\twitter{}
|
|
\skype{jose.sa17}
|
|
%\reddit{}
|
|
%\extrainfo{}
|
|
|
|
%\quote{``Must be the change that you want to see in the world."}
|
|
|
|
%-------------------------------------------------------------------------------
|
|
\begin{document}
|
|
|
|
% Print the header with above personal informations
|
|
% Give optional argument to change alignment(C: center, L: left, R: right)
|
|
\makecvheader
|
|
|
|
\renewcommand{\today}{
|
|
\ifcase \month \or JANUARY\or FEBRUARY\or MARCH\or APRIL\or MAY
|
|
\or JUNE\or JULY\or AUGUST\or SEPTEMBER\or OCTOBER\or NOVEMBER\or DECEMBER\fi \space \number\day,
|
|
\space\number\year}
|
|
|
|
% Print the footer with 3 arguments(<left>, <center>, <right>)
|
|
% Leave any of these blank if they are not needed
|
|
\makecvfooter
|
|
{\today}
|
|
{José Sá \dotsep Curriculum Vitae}
|
|
{\small\thepage}
|
|
|
|
|
|
%-------------------------------------------------------------------------------
|
|
% CV/RESUME CONTENT
|
|
% Each section is imported separately, open each file in turn to modify content
|
|
%-------------------------------------------------------------------------------
|
|
|
|
\input{cv/education}
|
|
%\input{cv/publications}
|
|
\input{cv/skills}
|
|
\input{cv/research}
|
|
\input{cv/conferences}
|
|
%\input{cv/awards}
|
|
\input{cv/awards}
|
|
%\input{cv/teaching}
|
|
%\input{cv/talks}
|
|
%\input{cv/outreach}
|
|
|
|
|
|
%-------------------------------------------------------------------------------
|
|
\end{document}
|