posquit0 / Awesome-CV

:page_facing_up: Awesome CV is LaTeX template for your outstanding job application
LaTeX Project Public License v1.3c
22.25k stars 4.71k forks source link

Dangling comma after position if title is empty for an honor entry #480

Closed randomnoise closed 11 months ago

randomnoise commented 11 months ago

In Honors & Awards section, if you add an honor entry without the title part, a dangling comma will remain after the position part.

dangling-comma-repro-2023-07

Sample code to reproduce the issue:

\begin{cvhonors}
  \cvhonor{Position}{Title}{}{Date}
  \cvhonor{Position}{}{}{Date}
\end{cvhonors}

Comma can be made conditional, it can appear if title is not empty.

It is nitpicking, nonetheless the comma sticks out.

github-actions[bot] commented 11 months ago

:wave: Welcome! Looks like this is your first issue.

Hey, thanks for your contribution! Please give us a bit of time to review it. 😄

randomnoise commented 11 months ago

I am not much of a LaTeX person, but this should be an easy fix, I would like to try.