diff --git a/awesome-cv.cls b/awesome-cv.cls index c26c7754b..91f2ba6ae 100644 --- a/awesome-cv.cls +++ b/awesome-cv.cls @@ -622,13 +622,15 @@ \begin{tabular*}{\textwidth}{@{\extracolsep{\fill}} L{\textwidth - 4.5cm} R{4.5cm}} \setlength\leftskip{0.2cm} \subentrytitlestyle{#2} & \ifthenelse{\equal{#1}{}} - {\subentrydatestyle{#3}}{} - \ifthenelse{\equal{#1}{}} - {} - {\subentrypositionstyle{#1} & \subentrydatestyle{#3} \\} - \ifthenelse{\equal{#4}{}} - {} - {\multicolumn{2}{L{17.0cm}}{\subdescriptionstyle{#4}} \\} + {\subentrydatestyle{#3}}{} \\ + \ifx\relax#1\relax + \else + \subentrypositionstyle{#1} & \subentrydatestyle{#3} \\ + \fi + \ifx\relax#4\relax + \else + \multicolumn{2}{L{17.0cm}}{\subdescriptionstyle{#4}} \\ + \fi \end{tabular*} }