I would like to add an extra line to the right after the line where the date of employment is writen. If understand well that section has a macro and I guess that is why I haven't succeeded.
This is the section:
Code: Select all
\newcommand\ifjob[3]{%
\edef\JOBNAME{\jobname}%
\edef\PIVOT{\detokenize{#2}}%
\ifdefstrequal{\JOBNAME}{\PIVOT}{#2}{#3}%
}
I also need to use " & " in this section. I tried backslash command but no luck.