mirror of
https://github.com/posquit0/Awesome-CV.git
synced 2024-11-21 21:58:28 +00:00
Replace fragile ifthenelse commands with more robust ifx commands
This commit is contained in:
parent
a5332d3e76
commit
8970752072
1 changed files with 8 additions and 6 deletions
|
@ -623,12 +623,14 @@
|
|||
\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}} \\}
|
||||
\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*}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue