resume/resume.tex

64 lines
2.1 KiB
TeX
Raw Normal View History

2022-07-04 19:06:32 +00:00
%!TEX TS-program = xelatex
%!TEX encoding = UTF-8 Unicode
%
% This document requires Awesome CV (/awesome-cv.cls) from this repository:
% https://github.com/posquit0/Awesome-CV
%
% This document also assumes a full installation of texlive (texlive-full from the Debian
% repository, texlive-most from the AUR)
%
% Author: CPunch (Seth Stubbs)
%%
%--------------------------------------------------------------------------------------------------
% CONFIGURATIONS
% Awesome-CV first, then content configuration
%--------------------------------------------------------------------------------------------------
2022-07-05 19:31:13 +00:00
% include Awesome-CV, with 12pt font and A4 paper size
2022-09-17 23:48:46 +00:00
\documentclass[10pt, A4]{awesome-cv}
2022-07-04 19:06:32 +00:00
% disable first 3 letter highlight
\setbool{acvSectionColorHighlight}{false}
2022-07-04 19:06:32 +00:00
% config geometry
\geometry{left=1.4cm, top=.8cm, right=1.4cm, bottom=1.8cm, footskip=.5cm}
% setup color
\colorlet{awesome}{awesome-orange}
% content configuration
\newbool{systemsProgProjects}
\newbool{devopsProjects}
2022-07-04 19:06:32 +00:00
\newbool{contributedProjects}
\setbool{systemsProgProjects}{true} % Cosmo, Laika (systems programming related projects)
\setbool{devopsProjects}{true} % OpenPunk (more of like devops/webshit/backend/frontend)
2022-07-04 19:06:32 +00:00
\setbool{contributedProjects}{true} % OpenFusion
%--------------------------------------------------------------------------------------------------
% PERSONAL INFO
% Some info has been redacted for privacy (address, mobile)
2022-07-04 19:06:32 +00:00
%--------------------------------------------------------------------------------------------------
\name{Seth}{Stubbs}
\position{Systems Programmer}
2022-07-04 19:06:32 +00:00
\email{openpunk@proton.me}
\homepage{openpunk.com}
\github{CPunch}
%--------------------------------------------------------------------------------------------------
% CONTENT
% Included from the ./resume directory
2022-07-04 19:06:32 +00:00
%--------------------------------------------------------------------------------------------------
\begin{document}
\makecvheader[C]
\input{resume/skills.tex}
2022-07-05 19:16:32 +00:00
\input{resume/experience.tex}
2022-07-04 19:06:32 +00:00
\input{resume/projects.tex}
\input{resume/education.tex}
2022-07-08 00:50:59 +00:00
\makecvfooter{}{References avaliable upon request}{}
2022-07-04 19:06:32 +00:00
\end{document}