Skip to content

Commit

Permalink
Allow for empty cventry arguments
Browse files Browse the repository at this point in the history
  • Loading branch information
dcsim authored Jun 28, 2024
1 parent e6efa6b commit d1d2a7a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions awesome-cv.cls
Original file line number Diff line number Diff line change
Expand Up @@ -668,6 +668,10 @@
\begin{tabular*}{\textwidth}{@{\extracolsep{\fill}} L{\textwidth - 4.5cm} R{4.5cm}}
\ifempty{#2#3}
{\entrypositionstyle{#1} & \entrydatestyle{#4} \\}
\ifempty{#1#4}
{\entrytitlestyle{#2} & \entrylocationstyle{#3} \\}
\ifempty{#1#3}
{\entrytitlestyle{#2} & \entrydatestyle{#4} \\}
{\entrytitlestyle{#2} & \entrylocationstyle{#3} \\
\entrypositionstyle{#1} & \entrydatestyle{#4} \\}
\ifstrempty{#5}
Expand Down

0 comments on commit d1d2a7a

Please sign in to comment.