-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathgaurav_agarwal_resume.tex
91 lines (75 loc) · 2.49 KB
/
gaurav_agarwal_resume.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
89
90
91
%!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 <[email protected]>
% 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, a4paper]{awesome-cv}
\usepackage{fontawesome}
% Configure page margins with geometry
\geometry{left=1.4cm, top=.8cm, right=1.4cm, bottom=1.8cm, footskip=.5cm}
% Specify the location of the included 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-darknight}
%\definecolor{awesome}{HTML}{000000}
%% Colors for text
%\definecolor{darktext}{HTML}{0F0C08}
%\definecolor{text}{HTML}{010203}
%\definecolor{graytext}{HTML}{141414}
%\definecolor{lighttext}{HTML}{1B1B1B}
% Set false if you don't want to highlight section with awesome color
\setbool{acvSectionColorHighlight}{true}
% If you would like to change the social information separator from a pipe (|) to something else
\renewcommand{\acvHeaderSocialSep}{\quad\textbar\quad}
%%% Essentials
%\photo[circle,noedge,left]{./gaurav_agarwal.png}
\name{Gaurav Agarwal}{}
%\address{\#402, Mathura Villa, Tapadia complex, Station Road, Jamshedpur}
%\address{Bengaluru, India}
\mobile{(+91) 805-083-7120}
%%% Social
% \gitlab{gitlab-id}
\stackoverflow{6194954}{gaurav-agarwal-garg}
%\twitter{@gauravaggarg}
\email{[email protected]}
%\homepage{www.aboutme.com}
\github{gauravagarwalgarg}
\linkedin{gauravagarwalgarg}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% Content
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\begin{document}
%%% Make a footer for CV with three arguments(<left>, <center>, <right>)
\makecvheader[C]
\makecvfooter
{\today}
{Gaurav Agarwal~~~·~~~Résumé}
{\thepage}
%%% Import contents
\input{resume/objective.tex}
\input{resume/experience.tex}
\input{resume/skills.tex}
\input{resume/education.tex}
%\input{resume/academic_projects.tex}
%\input{resume/program_committees.tex}
%\input{resume/publications.tex}
\end{document}