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:
wtjerry 2018-07-10 17:46:31 +02:00
parent 0db3500198
commit 5b7f4787c9

View file

@ -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}