mirror of
https://github.com/posquit0/Awesome-CV.git
synced 2024-11-22 14:08:36 +00:00
Fix missing double-backslash after first table row
This commit is contained in:
parent
4be6c213c8
commit
a5332d3e76
1 changed files with 1 additions and 1 deletions
|
@ -622,7 +622,7 @@
|
||||||
\begin{tabular*}{\textwidth}{@{\extracolsep{\fill}} L{\textwidth - 4.5cm} R{4.5cm}}
|
\begin{tabular*}{\textwidth}{@{\extracolsep{\fill}} L{\textwidth - 4.5cm} R{4.5cm}}
|
||||||
\setlength\leftskip{0.2cm}
|
\setlength\leftskip{0.2cm}
|
||||||
\subentrytitlestyle{#2} & \ifthenelse{\equal{#1}{}}
|
\subentrytitlestyle{#2} & \ifthenelse{\equal{#1}{}}
|
||||||
{\subentrydatestyle{#3}}{}
|
{\subentrydatestyle{#3}}{} \\
|
||||||
\ifthenelse{\equal{#1}{}}
|
\ifthenelse{\equal{#1}{}}
|
||||||
{}
|
{}
|
||||||
{\subentrypositionstyle{#1} & \subentrydatestyle{#3} \\}
|
{\subentrypositionstyle{#1} & \subentrydatestyle{#3} \\}
|
||||||
|
|
Loading…
Reference in a new issue