-
Notifications
You must be signed in to change notification settings - Fork 20
/
Copy pathcv-onepage.tex
121 lines (98 loc) · 2.94 KB
/
cv-onepage.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
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
\documentclass[9pt]{extarticle}
\usepackage[utf8]{inputenc}
\usepackage[english]{babel}
\usepackage[document]{ragged2e}
\usepackage[a4paper, margin=0.55in]{geometry}
\title{Curriculum vitae}
\author{Yash Srivastav}
\usepackage{multicol} %% Allows to create more than two columns
\usepackage{array} %% For adjusting column widths
\usepackage{fontawesome}
\usepackage[hidelinks, unicode]{hyperref}
\usepackage[compact]{titlesec}
\usepackage{hyphenat}
\usepackage{graphicx}
\graphicspath{ {./media/} }
\usepackage{enumitem}
% \setlist[itemize]{leftmargin=*}
\setitemize{noitemsep,topsep=0.4pt,parsep=0.75pt,partopsep=1pt,leftmargin=*}
\makeatletter
\newcommand{\strong}[1]{\@strong{#1}}
\newcommand{\@@strong}[1]{\textbf{\let\@strong\@@@strong#1}}
\newcommand{\@@@strong}[1]{\textnormal{\let\@strong\@@strong#1}}
\let\@strong\@@strong
\makeatother
\newcommand{\cvsection}[1]{
\section*{\sc #1}
\vspace{-1mm}
\hrulefill
\vspace{.3cm}
}
\newcommand{\specialcvsection}[1]{
\section*{\sc #1}
}
\newenvironment{cvhonors}{\begin{itemize}}{\end{itemize}}
\newenvironment{cvitems}{\begin{itemize}}{\end{itemize}}
\newenvironment{cventries}{}{}
\newcommand{\cvhonor}[4]{\item #1, #2}
\newcommand{\cventry}[5]{
{\small \strong{#2}} \hfill \emph{\footnotesize #3} \\
{\footnotesize \emph{#1} \hfill #4}
#5
\vspace{3mm}
}
\newcommand{\smallcventry}[6]{
{\small \strong{#2}} \hfill \emph{\footnotesize #5} \\
{\footnotesize \emph{#1, #3} \hfill #4} \\
\vspace{3mm}
}
\newcommand{\ONEPAGE}{}
% \newcommand{\PHOTO}{}
\newcolumntype{L}[1]{>{\raggedright\let\newline\\\arraybackslash\hspace{0pt}}m{#1}}
\newcolumntype{C}[1]{>{\centering\let\newline\\\arraybackslash\hspace{0pt}}m{#1}}
\newcolumntype{R}[1]{>{\raggedleft\let\newline\\\arraybackslash\hspace{0pt}}m{#1}}
\titlespacing*{\section}{0pt}{5pt plus 0pt minus 0pt}{0pt plus 2pt minus 2pt}
\begin{document}
\pagenumbering{gobble}
\begingroup
\hyphenpenalty 10000
\exhyphenpenalty 10000
\begin{minipage}[t]{\textwidth}
{\Huge\textbf{\sc Yash Srivastav}}
\hfill
[email protected] \faEnvelope
Software Engineer
\hfill
\href{https://yashsriv.org}{https://yashsriv.org \faHome}\\
Messenger
\hfill
\href{https://github.com/yashsriv}{yashsriv \faGithub} \textbar \
\href{https://www.linkedin.com/in/yashsriv/}{yashsriv \faLinkedin} \\
Facebook, London
\hfill
+44-7909008724 \faMobile \\
\end{minipage}
% \begin{minipage}[t]{0.14\textwidth}
% \vspace{-2mm}
% \begin{center}
% \includegraphics[width=0.44\textwidth]{dp}
% \end{center}
% \end{minipage}
% \input{sections/education.tex}
\begin{minipage}[t]{0.49\textwidth}
\vspace{3mm}
\input{sections/experience.tex}
\input{sections/misc.tex}
% \input{sections/positions.tex}
%\input{sections/academic.tex}
\end{minipage}
\hfill
\begin{minipage}[t]{0.49\textwidth}
\vspace{3mm}
\input{sections/project.tex}
\input{sections/skills.tex}
\input{sections/education-column.tex}
\end{minipage}
% \input{sections/coursework.tex}
\endgroup
\end{document}