mirror of
https://github.com/posquit0/Awesome-CV.git
synced 2024-11-21 21:58:28 +00:00
Add cvproject command
This commit is contained in:
parent
0db3500198
commit
5941a57426
1 changed files with 11 additions and 0 deletions
|
@ -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}
|
||||
|
|
Loading…
Reference in a new issue