mirror of
https://github.com/posquit0/Awesome-CV.git
synced 2024-11-21 21:58:28 +00:00
add native references section usable with command 'cvreferences'.
Some companies ask for a reference to a person working with you in the previous company. This is done to gather information about how you did in general or in specific situations to help with the hiring decision.
This commit is contained in:
parent
0db3500198
commit
5b7f4787c9
1 changed files with 18 additions and 0 deletions
|
@ -637,6 +637,24 @@
|
|||
\skilltypestyle{#1} & \skillsetstyle{#2} \\
|
||||
}
|
||||
|
||||
% Define an environment for cvreferences
|
||||
\newenvironment{cvreferences}{
|
||||
\vspace{\acvSectionContentTopSkip}
|
||||
\vspace{-2.0mm}
|
||||
\begin{center}
|
||||
\setlength\tabcolsep{1ex}
|
||||
\setlength{\extrarowheight}{0pt}
|
||||
\begin{tabular*}{\textwidth}{@{\extracolsep{\fill}} L{\textwidth * \real{0.4}} L{\textwidth * \real{0.9}}}
|
||||
}{
|
||||
\end{tabular*}
|
||||
\end{center}
|
||||
}
|
||||
% Define a line of cv information(reference)
|
||||
% Usage: \cvreference{<name>}{<phone number / email>}
|
||||
\newcommand*{\cvreference}[2]{
|
||||
\skilltypestyle{#1} & \skillsetstyle{#2} \\
|
||||
}
|
||||
|
||||
% Define an environment for cvitems(for cventry)
|
||||
\newenvironment{cvitems}{%
|
||||
\vspace{-4.0mm}
|
||||
|
|
Loading…
Reference in a new issue