summaryrefslogtreecommitdiffstats
path: root/cv.tex
blob: abdb94f58c978164af71c5eba36143c16ce0b9d7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
\documentclass[a4paper, 10pt,draft, english]{curve}

\usepackage{fontspec, geometry, hyperref, url, fancyhdr, lastpage}
\setmainfont[
    Ligatures=TeX,
    ItalicFont = AvenirNextLTPro-It,
    BoldFont = AvenirNextLTPro-Medium,
]{AvenirNextLTPro-Regular}

\geometry{left=1cm,right=1cm,top=1cm,bottom=1.5cm}

\pagestyle{fancy}
\renewcommand{\headrulewidth}{0pt}
\leftheader{%
  {\LARGE Olivia\\Mackintosh.}
}
\rightheader{%
  \href{mailto:livvy@base.nu}{livvy@base.nu}\\
  {\url{https://base.nu/}}
}
\cfoot{\thepage\ of \pageref{LastPage}}
\rubricalignment{l}

\title{Curriculum Vitae}

\begin{document}

\makeheaders[c]

\makerubric{experience}

{\bf{Further experience available upon request.}\\
\hrule

\makerubric{opensource}

\end{document}