Maybe that will work?
This commit is contained in:
parent
6b2c1312e0
commit
b8625fe1d7
2 changed files with 39 additions and 0 deletions
|
|
@ -11,6 +11,8 @@
|
||||||
#+GITLAB: nikolaishields
|
#+GITLAB: nikolaishields
|
||||||
#+LINKEDIN: nikolaishields
|
#+LINKEDIN: nikolaishields
|
||||||
#+LaTeX_CLASS: resume
|
#+LaTeX_CLASS: resume
|
||||||
|
#+latex_header: \input ./resume_style.tex
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
* Summary
|
* Summary
|
||||||
|
|
|
||||||
37
resume_style.tex
Normal file
37
resume_style.tex
Normal file
|
|
@ -0,0 +1,37 @@
|
||||||
|
\documentclass[a4paper,12pt]{article}
|
||||||
|
|
||||||
|
\usepackage{url}
|
||||||
|
\usepackage{parskip}
|
||||||
|
|
||||||
|
\RequirePackage{color}
|
||||||
|
\RequirePackage{graphicx}
|
||||||
|
\usepackage[usenames,dvipsnames]{xcolor}
|
||||||
|
\usepackage[scale=0.9]{geometry}
|
||||||
|
|
||||||
|
\usepackage{tabularx}
|
||||||
|
|
||||||
|
\usepackage{enumitem}
|
||||||
|
|
||||||
|
\newcolumntype{C}{>{\centering\arraybackslash}X}
|
||||||
|
|
||||||
|
\usepackage{supertabular}
|
||||||
|
\usepackage{tabularx}
|
||||||
|
\newlength{\fullcollw}
|
||||||
|
\setlength{\fullcollw}{0.47\textwidth}
|
||||||
|
|
||||||
|
\usepackage{titlesec}
|
||||||
|
\usepackage{multicol}
|
||||||
|
\usepackage{multirow}
|
||||||
|
|
||||||
|
\titleformat{\section}{\Large\scshape\raggedright}{}{0em}{}[\titlerule]
|
||||||
|
\titlespacing{\section}{0pt}{10pt}{10pt}
|
||||||
|
|
||||||
|
\usepackage[style=authoryear,sorting=ynt, maxbibnames=2]{biblatex}
|
||||||
|
|
||||||
|
\usepackage[unicode, draft=false]{hyperref}
|
||||||
|
\definecolor{linkcolour}{rgb}{0,0.2,0.6}
|
||||||
|
\hypersetup{colorlinks,breaklinks,urlcolor=linkcolour,linkcolor=linkcolour}
|
||||||
|
\addbibresource{citations.bib}
|
||||||
|
\setlength\bibitemsep{1em}
|
||||||
|
|
||||||
|
\usepackage{fontawesome5}
|
||||||
Loading…
Reference in a new issue