-
Notifications
You must be signed in to change notification settings - Fork 0
/
cv-structure.sty
47 lines (41 loc) · 1.41 KB
/
cv-structure.sty
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
%%%%%%%%%%%%%%%%%%%%%%%
\newcommand{\clink}[1]{{\usefont{T1}{lmtt}{m}{n} #1 }}
% Define a new command for the CV user's information that goes into the left column
\newcommand{\userinformation}[1]{\renewcommand{\userinformation}{#1}}
\userinformation
{
\begin{tabularx}{\linewidth}{@{} m{0.8\textwidth} m{0.2\textwidth}@{}}
{
\large{\bf \Ename} \newline
\small{
\clink{
\Email \;
{\fontdimen2 \font=0.75ex \Phone} \;
\Web
} \newline
\Address
}
} &
{
\hfill
\includegraphics[width=2.8cm]{\Photo}
}
\end{tabularx}
}
\newcommand{\cvheading}[1]{{\Huge\bfseries\color{blue} #1} \par\vspace{.6\baselineskip}} % New command for the CV heading
\newcommand{\cvsubheading}[1]{{\Large\bfseries #1} \bigbreak} % New command for the CV subheading
\newcommand{\aboutme}[2]{ % New command for the about me section
\textbf{\color{blue} #1}~~#2\par\vspace{1em}
}
\newcommand{\CVSection}[1]{ % New command for the headings within sections
{\large\textbf{#1}}\par
\vspace{0.2em} % Used for spacing
\hrule
\vspace{0.5em}
}
\newcommand{\CVItem}[2]{ % New command for the item descriptions
\textbf{\color{blue} #1}\par
#2
\vspace{0.5em} % Used for spacing
}
\newcommand{\bluebullet}{\textcolor{blue}{$\circ$}~~} % New command for the blue bullets