95 lines
2.5 KiB
TeX
95 lines
2.5 KiB
TeX
%!TEX TS-program = xelatex
|
|
%!TEX encoding = UTF-8 Unicode
|
|
% Awesome CV LaTeX Template
|
|
%
|
|
% This template has been downloaded from:
|
|
% https://github.com/posquit0/Awesome-CV
|
|
%
|
|
% Author:
|
|
% Claud D. Park <posquit0.bj@gmail.com>
|
|
% http://www.posquit0.com
|
|
%
|
|
% Template license:
|
|
% CC BY-SA 4.0 (https://creativecommons.org/licenses/by-sa/4.0/)
|
|
%
|
|
|
|
|
|
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
|
|
% Configuration
|
|
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
|
|
%%% Themes: Awesome-CV
|
|
\documentclass[11pt, letterpaper]{awesome-cv}
|
|
|
|
%%% Override a directory location for fonts(default: 'fonts/')
|
|
\fontdir[fonts/]
|
|
|
|
%%% Configure a directory location for sections
|
|
\newcommand*{\sectiondir}{resume/}
|
|
|
|
%%% Override color
|
|
% Awesome Colors: awesome-emerald, awesome-skyblue, awesome-red, awesome-pink, awesome-orange
|
|
% awesome-nephritis, awesome-concrete, awesome-darknight
|
|
%% Color for highlight
|
|
% Define your custom color if you don't like awesome colors
|
|
\colorlet{awesome}{awesome-red}
|
|
%\definecolor{awesome}{HTML}{CA63A8}
|
|
%% Colors for text
|
|
%\definecolor{darktext}{HTML}{414141}
|
|
%\definecolor{text}{HTML}{414141}
|
|
%\definecolor{graytext}{HTML}{414141}
|
|
%\definecolor{lighttext}{HTML}{414141}
|
|
|
|
%%% Override a separator for social informations in header(default: ' | ')
|
|
%\headersocialsep[\quad\textbar\quad]
|
|
|
|
|
|
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
|
|
% 3rd party packages
|
|
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
|
|
%%% Needed to divide into several files
|
|
\usepackage{import}
|
|
|
|
|
|
\setbool{acvSectionColorHighlight}{false}
|
|
\photo[circle,noedge,left]{mug.png}
|
|
|
|
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
|
|
% Personal Data
|
|
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
|
|
%%% Essentials
|
|
\name{Vasili}{Sviridov}
|
|
\address{1904 - 5885 Olive Ave., Burnaby, BC, Canada, V5H 4N8}
|
|
\mobile{+1 (604) 767 7735}
|
|
%%% Social
|
|
\email{vasili@sviridov.ca}
|
|
\homepage{vasi.li}
|
|
\github{vsviridov}
|
|
\gitlab{vsviridov}
|
|
\linkedin{vasilisviridov}
|
|
%%% Optionals
|
|
\position{Software Engineer}%%%{\enskip\cdotp\enskip}
|
|
\quote{"I don't always accidentally, but when I do -- I accidentally the whole thing."}
|
|
|
|
|
|
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
|
|
% Content
|
|
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
|
|
%%% Make a footer for CV with three arguments(<left>, <center>, <right>)
|
|
\makecvfooter
|
|
{\today}
|
|
{\href{http://vasi.li/}{Vasili Sviridov}}
|
|
{\thepage}
|
|
|
|
\begin{document}
|
|
%%% Make a header for CV with personal data
|
|
\makecvheader
|
|
|
|
%%% Import contents
|
|
\import{\sectiondir}{01-summary.tex}
|
|
\import{\sectiondir}{02-education.tex}
|
|
\import{\sectiondir}{03-experience.tex}
|
|
\import{\sectiondir}{04-mentoring.tex}
|
|
\import{\sectiondir}{05-misc.tex}
|
|
|
|
\end{document}
|