-
Notifications
You must be signed in to change notification settings - Fork 2
/
farhood-etaati-cv.tex
59 lines (48 loc) · 1.89 KB
/
farhood-etaati-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
% !TeX root = professional-cv.tex
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% Rohit Gohri's LaTeX Resume
% https://github.com/rohit-gohri/resume
%
% Version: v2.2.0 (2022/10/22)
% By Rohit Gohri (https://rohit.page)
%
% Copyright (C) 2022 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}
\usepackage{tabularray}
\usepackage{xcolor}
\usepackage{fontawesome}
\newcommand{\bluehref}[3][blue]{\href{#2}{\color{#1}{#3}}}%
%----------------------------------------------------------------------------------------
% VARIABLES
%----------------------------------------------------------------------------------------
\name{ Farhood Etaati }
\setCity{ Tehran, Iran }
\setEmail{ [email protected] }
\setPhoneNum{ +98 917 139 1169}
\setPhoneNumberContinous{+989171391169}
\setLinkedIn{ linkedin.com/in/farhood-etaati}
\setLinkedInLink{ https://linkedin.com/in/farhood-etaati }
\setGithub{}
\setGithubLink{ https://github.com/feryet }
\setStackoverflow{}
\setStackoverflowLink{https://stackoverflow.com/users/8265036/farhood-et}
\setTwitter{}
\setTwitterLink{https://twitter.com/farhoodetaati}
\setPdfKeywords{ resume, cv, machine-learning, devops, mlops, software-engineering, backend, python, linux }
\setPdfSubject{ Software Engineer }
% Override any variables/commands through a private file
\InputIfFileExists{\jobname.tmp}{}{}
%----------------------------------------------------------------------------------------
\begin{document}
\subfile{sections/work.tex}
\subfile{sections/education.tex}
\subfile{sections/skills.tex}
\end{document}