-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathfarhood-etaati-cv.tex
49 lines (41 loc) · 1.56 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
% !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{ Negah Soleimani}
\setCity{ Tehran, Iran }
\setEmail{ soleimaninegah@gmail.com }
\setPhoneNum{ +98 9180520918}
\setLinkedIn{ https://linkedin.com/in/negahsoleimani/}
\setLinkedInLink{ https://linkedin.com/in/negahsoleimani/}
\setGithub{}
\setGithubLink{ https://github.com/negahsol }
% 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}