Add cvproject command

This commit is contained in:
Vedant Puri 2018-09-08 23:30:02 -04:00
parent 0db3500198
commit 5941a57426

View file

@ -619,6 +619,17 @@
\honordatestyle{#4} & \honorpositionstyle{#1}, \honortitlestyle{#2} & \honorlocationstyle{#3} \\
}
% Define your projects
% Usage: \cvproject{<title>}{<date>}{<description>}
\newcommand*{\cvproject}[3]{
\setlength\tabcolsep{0pt}
\setlength{\extrarowheight}{0pt}
\begin{tabular*}{\textwidth}{@{\extracolsep{\fill}} L{12.5cm} R{4.5cm}}
\entrytitlestyle{#1} & \entrydatestyle{#2} \\[2mm]
\multicolumn{2}{L{17cm}}{\descriptionstyle{#3}} \\
\end{tabular*}
}
% Define an environment for cvskill
\newenvironment{cvskills}{%
\vspace{\acvSectionContentTopSkip}