-
Notifications
You must be signed in to change notification settings - Fork 2
/
resume.tex
58 lines (42 loc) · 1.68 KB
/
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
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% Rohit Gohri's LaTeX Resume
% https://github.com/rohit-gohri/resume
%
% Version: v2.3.1 (2023/06/24)
% By Rohit Gohri (https://rohit.page)
%
% Copyright (C) 2023 by Rohit Gohri
%
% Template: https://github.com/rohit-gohri/resume-template
%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%----------------------------------------------------------------------------------------
% PACKAGES AND OTHER DOCUMENT CONFIGURATIONS
%----------------------------------------------------------------------------------------
\documentclass[UKenglish]{resume} % Use the custom resume.cls style
\usepackage{subfiles}
%----------------------------------------------------------------------------------------
% VARIABLES
%----------------------------------------------------------------------------------------
\name{ Rohit Gohri }
\setCity{ Berlin, Germany }
\setEmail{ work@rohit.page }
\setPhoneNum{}
\setLinkedIn{ rohit-gohri }
\setLinkedInLink{ https://go.rohit.page/linkedin }
\setGithub{ rohit-gohri }
\setGithubLink{ https://go.rohit.page/github }
\setWebsite{ rohit.page }
\setWebsiteLink{ https://rohit.page?utm_source=resume&utm_medium=header&utm_campaign=hf }
\setPdfKeywords { resume, cv, nodejs, devops, ci-cd, typescript, graphql, mongo, rohit-gohri }
\setPdfSubject { Senior Fullstack Developer (NodeJS/Typescript) }
% Override any variables/commands through a private file
\InputIfFileExists{\jobname.tmp}{}{}
%----------------------------------------------------------------------------------------
\begin{document}
\subfile{sections/education}
\subfile{sections/skills}
\subfile{sections/work}
\subfile{sections/projects}
% \subfile{sections/extra}
\end{document}