mirror of
https://github.com/posquit0/Awesome-CV.git
synced 2024-11-21 21:58:28 +00:00
cvhonor: Comma is added only if #2 is not empty
This commit is contained in:
parent
0ad94fe74e
commit
f263ff14b5
1 changed files with 1 additions and 1 deletions
|
@ -616,7 +616,7 @@
|
|||
% Define a line of cv information(honor, award or something else)
|
||||
% Usage: \cvhonor{<position>}{<title>}{<location>}{<date>}
|
||||
\newcommand*{\cvhonor}[4]{%
|
||||
\honordatestyle{#4} & \honorpositionstyle{#1}, \honortitlestyle{#2} & \honorlocationstyle{#3} \\
|
||||
\honordatestyle{#4} & \honorpositionstyle{#1}\ifthenelse{\isempty{#2}}{}{,} \honortitlestyle{#2} & \honorlocationstyle{#3} \\
|
||||
}
|
||||
|
||||
% Define an environment for cvskill
|
||||
|
|
Loading…
Reference in a new issue