mirror of
https://github.com/posquit0/Awesome-CV.git
synced 2026-01-08 18:27:23 +08:00
Merge 5941a57426 into 0cd0625f2a
This commit is contained in:
commit
697de95388
1 changed files with 11 additions and 0 deletions
|
|
@ -738,6 +738,17 @@
|
|||
\honordatestyle{#4} & \honorpositionstyle{#1}\ifempty{#2}{}{,} \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…
Add table
Add a link
Reference in a new issue