mirror of
https://github.com/posquit0/Awesome-CV.git
synced 2024-11-22 14:08:36 +00:00
Making the description an optional argument
This commit is contained in:
parent
dd510ced7f
commit
c8df8e509a
1 changed files with 4 additions and 4 deletions
|
@ -614,11 +614,11 @@
|
|||
\end{tabular*}
|
||||
\end{center}
|
||||
}
|
||||
|
||||
% Define a line of cv information(honor, award or something else)
|
||||
% Usage: \cvhonor{<position>}{<title>}{<description>}{<location>}{<date>}
|
||||
\newcommand*{\cvhonor}[5]{%
|
||||
\honordatestyle{#5} & \honorpositionstyle{#1}, \honortitlestyle{#2} & \honorlocationstyle{#4} \cr & \honordescriptionstyle{#3}
|
||||
\\
|
||||
% Usage: \cvhonor[<description>]{<position>}{<title>}{<location>}{<date>}
|
||||
\newcommand*{\cvhonor}[5][]{
|
||||
\honordatestyle{#5} & \honorpositionstyle{#2}, \honortitlestyle{#3} & \honorlocationstyle{#4} \cr & \honordescriptionstyle{#1}\\
|
||||
}
|
||||
|
||||
% Define an environment for cvskill
|
||||
|
|
Loading…
Reference in a new issue