-
Notifications
You must be signed in to change notification settings - Fork 0
/
cv.tex
88 lines (74 loc) · 2.79 KB
/
cv.tex
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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
%!TEX encoding = UTF-8 Unicode
% LaTeX Template for CV/Resume
%
% This template has been downloaded and modified from:
% https://github.com/posquit0/Awesome-CV
%
% Original Author:
% Claud D. Park <[email protected]>
% http://www.posquit0.com
%
% Modified (March 2019) by:
% Jessica A. Rick <[email protected]>
% http://www.jessicarick.com
%
%Modified (May 2021) by:
% Ava Francesca Battocchio <[email protected]>
% http://afbat.co
%-------------------------------------------------------------------------------
% CONFIGURATIONS
%-------------------------------------------------------------------------------
% A4 paper size by default, use 'letterpaper' for US letter
\documentclass[11pt, letterpaper, draft]{academic-cv}
% Configure page margins with geometry
\geometry{left=0.75in, top=0.75in, right=0.75in, bottom=0.75in, footskip=.5cm}
% Specify the location of the included fonts
\fontdir[fonts/]
% If you would like to change the social information separator from a pipe (|) to something else
\renewcommand{\acvHeaderSocialSep}{\quad\textbar\quad}
%-------------------------------------------------------------------------------
% PERSONAL INFORMATION
% Comment any of the lines below if they are not required
%-------------------------------------------------------------------------------
\name{Name}{}
\position{Position{\enskip\cdotp\enskip} Program}
\address{Department of Something, University \\ 123 Offie Rd,
\#123, City, MI 48824}
%\mobile{+1 000-000-0000}
\email{[email protected]}
\homepage{website.com}
%\github{mygithub}
%\linkedin{afbattocchio}
% \gitlab{my-gitlab-id}
% \stackoverflow{SO-id}{SO-name}
% \twitter{@twitterhandle}
% \skype{skype-id}
% \reddit{reddit-id}
\extrainfo{Pronouns: you/your/yours}
%-------------------------------------------------------------------------------
\begin{document}
% Print the header with above personal information
% Give optional argument to change alignment(C: center, L: left, R: right)
\makecvheader
% Print the footer with 3 arguments(<left>, <center>, <right>)
% Leave any of these blank if they are not needed
\makecvfooter
{Month YYYY} % updated as of
{Your Name Here ~~~·~~~ Curriculum Vitae}
{\thepage}
%-------------------------------------------------------------------------------
% CV/RESUME CONTENT
% Each section is imported separately, open each file in turn to modify content
% Comment out any sections that are not appropriate for your CV
%-------------------------------------------------------------------------------
\input{cv/education.tex}
\input{cv/publications.tex}
\input{cv/honors.tex}
\input{cv/professional.tex}
\input{cv/teaching.tex}
\input{cv/mentoring.tex}
%\input{cv/research.tex}
\input{cv/presentation.tex}
\input{cv/extracurricular.tex}
%-------------------------------------------------------------------------------
\end{document}