-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcv-onepage.tex
130 lines (106 loc) · 3.23 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
122
123
124
125
126
127
128
129
130
\documentclass[9pt]{extarticle}
\usepackage[utf8]{inputenc}
\usepackage[english]{babel}
\usepackage[document]{ragged2e}
\usepackage[a4paper, margin=0.5in]{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[backend=biber]{biblatex}
%\usepackage{natbib}
\usepackage{filecontents}
\bibliography{mybib.bib}
\usepackage{enumitem}
% \setlist[itemize]{leftmargin=*}
\setitemize{noitemsep,topsep=0pt,parsep=0.5pt,partopsep=0.75pt,leftmargin=*}
\makeatletter
\newcommand{\mystrong}[1]{\@mystrong{#1}}
\newcommand{\@@mystrong}[1]{\textbf{\let\@mystrong\@@@mystrong#1}}
\newcommand{\@@@mystrong}[1]{\textnormal{\let\@mystrong\@@mystrong#1}}
\let\@mystrong\@@mystrong
\makeatother
\newcommand{\cvsection}[1]{
\section*{\sc #1}
\vspace{-2mm}
\hrulefill
\vspace{.2cm}
}
\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 \mystrong{#2}} \hfill \emph{\footnotesize #3} \\
{\small \emph{#1} \hfill #4}
#5
\vspace{2mm}
}
\newcommand{\smallcventry}[6]{
{\small \mystrong{#2}} \hfill \emph{\footnotesize #5} \\
{\footnotesize \emph{#1, #3} \hfill #4}
\vspace{2mm}
}
\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 Shivam Kumar}}
\hfill
[email protected] \faEnvelope
Computer Science Undergraduate
\hfill
\href{https://github.com/shivamkm/}{shivamkm \faGithub}
\\
Indian Institute of Technology, Kanpur
%Department of Computer Science and Engineering
\hfill
\href{https://www.linkedin.com/in/shivamkm07/}{shivamkm07 \faLinkedin}\\
%+91-7054133662 \faMobile \\
%Indian Institute of Technology, Kanpur
\hfill +91-9129085031 \faMobile
%+91-7054133662 \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/academic.tex}
\input{sections/experience.tex}
\input{sections/project.tex}
\input{sections/publications.tex}
\input{sections/skills.tex}
% \input{sections/misc.tex}
\end{minipage}
\hfill
\begin{minipage}[t]{0.49\textwidth}
\vspace{3mm}
\input{sections/project2.tex}
\input{sections/positions.tex}
\end{minipage}
\input{sections/coursework.tex}
% \input{sections/positions.tex}
\endgroup
\end{document}